@farris/x-ui 0.0.1 → 0.0.3
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/accordion/index.d.ts +9 -0
- package/accordion/src/accordion.component.d.ts +8 -0
- package/accordion/src/accordion.props.d.ts +2 -0
- package/accordion/src/components/accordion-item.component.d.ts +8 -0
- package/accordion/src/components/accordion-item.props.d.ts +2 -0
- package/app-preview/index.d.ts +4 -4
- package/app-preview/src/app-preview.component.d.ts +8 -8
- package/app-preview/src/app-preview.props.d.ts +2 -2
- package/app-preview/src/types.d.ts +4 -0
- package/attachment-preview/index.d.ts +4 -4
- package/attachment-preview/src/attachment-preview.component.d.ts +8 -8
- package/attachment-preview/src/attachment-preview.props.d.ts +2 -2
- package/bubble/index.d.ts +6 -6
- package/bubble/src/bubble.component.d.ts +59 -56
- package/bubble/src/bubble.props.d.ts +11 -6
- package/bubble/src/components/action/bubble-action.component.d.ts +6 -6
- package/bubble/src/components/action/bubble-action.props.d.ts +1 -1
- package/bubble/src/components/attachment/bubble-attachment.component.d.ts +10 -4
- package/bubble/src/components/attachment/bubble-attachment.props.d.ts +12 -2
- package/bubble/src/components/bubble-think/bubble-think.component.d.ts +8 -8
- package/bubble/src/components/bubble-think/bubble-think.props.d.ts +3 -3
- package/bubble/src/components/bubble-thought-chain/bubble-thought-chain.component.d.ts +5 -5
- package/bubble/src/components/bubble-thought-chain/bubble-thought-chain.props.d.ts +2 -2
- package/bubble/src/components/embedded-content/file/file-embedded-content.component.d.ts +14 -14
- package/bubble/src/components/embedded-content/file/file-embedded-content.props.d.ts +2 -2
- package/bubble/src/components/embedded-content/page/page-embedded-content.component.d.ts +6 -6
- package/bubble/src/components/embedded-content/page/page-embedded-content.props.d.ts +1 -1
- package/bubble/src/components/header/content-header.component.d.ts +2 -2
- package/bubble/src/components/header/sender-header.component.d.ts +2 -2
- package/bubble/src/components/text-content/text-content.component.d.ts +15 -9
- package/bubble/src/components/text-content/text-content.props.d.ts +14 -3
- package/bubble/src/components/text-content/utils/widget-to-messages.d.ts +44 -0
- package/bubble/src/composition/types.d.ts +4 -4
- package/bubble/src/composition/use-embedded-content.d.ts +2 -2
- package/bubble/src/composition/use-widget-content.d.ts +4 -3
- package/carousel/index.d.ts +6 -6
- package/carousel/src/carousel.component.d.ts +31 -31
- package/carousel/src/carousel.props.d.ts +2 -2
- package/carousel/src/components/carousel-item.component.d.ts +12 -12
- package/carousel/src/components/carousel-item.props.d.ts +2 -2
- package/carousel/src/composition/type.d.ts +1 -1
- package/carousel/src/composition/use-carousel.d.ts +5 -5
- package/chat-preview/index.d.ts +7 -7
- package/chat-preview/src/agent-workbench-sdk.d.ts +6 -6
- package/chat-preview/src/chat-preview.component.d.ts +11 -11
- package/chat-preview/src/chat-preview.props.d.ts +2 -2
- package/chat-preview/src/preview-chrome-sdk.d.ts +1 -1
- package/chat-preview/src/preview-iframe-sdk.d.ts +2 -2
- package/coding/index.d.ts +4 -4
- package/coding/src/coding.component.d.ts +5 -5
- package/coding/src/coding.props.d.ts +2 -2
- package/common/index.d.ts +7 -7
- package/common/src/use-render.d.ts +3 -3
- package/common/src/use-sequential-streaming.d.ts +1 -1
- package/common/src/use-streaming-output.d.ts +2 -2
- package/common/src/use-timer.d.ts +2 -2
- package/components.d.ts +52 -40
- package/confirm-dialog/index.d.ts +3 -3
- package/confirm-dialog/src/confirm-dialog.component.d.ts +9 -9
- package/confirm-dialog/src/confirm-dialog.props.d.ts +1 -1
- package/dynamic-component/index.d.ts +5 -5
- package/dynamic-component/src/composition/dynamic-component-registry.d.ts +1 -1
- package/dynamic-component/src/composition/types.d.ts +10 -5
- package/dynamic-component/src/composition/use-dynamic-component-parser.d.ts +3 -3
- package/dynamic-component/src/dynamic-component.component.d.ts +5 -5
- package/enterprise-cloud/index.d.ts +12 -12
- package/enterprise-cloud/src/agent-thinking.component.d.ts +5 -5
- package/enterprise-cloud/src/attachment-file.component.d.ts +5 -5
- package/enterprise-cloud/src/error-reminder.component.d.ts +5 -5
- package/enterprise-cloud/src/hitl-question.component.d.ts +5 -5
- package/enterprise-cloud/src/input-recommend.component.d.ts +5 -5
- package/enterprise-cloud/src/link-card.component.d.ts +5 -5
- package/enterprise-cloud/src/reference-sources.component.d.ts +5 -5
- package/enterprise-cloud/src/unknown-enterprise.component.d.ts +5 -5
- package/enterprise-cloud/src/user-auth.component.d.ts +5 -5
- package/farris.x-ui.esm.js +5827 -4249
- package/farris.x-ui.umd.cjs +118 -71
- package/file-operation/index.d.ts +4 -4
- package/file-operation/src/file-operation.component.d.ts +5 -5
- package/file-operation/src/file-operation.props.d.ts +2 -2
- package/generate-process/index.d.ts +3 -3
- package/generate-process/src/generate-process.component.d.ts +17 -17
- package/generate-process/src/generate-process.props.d.ts +2 -2
- package/history/index.d.ts +3 -3
- package/history/src/composition/type.d.ts +1 -1
- package/history/src/history.component.d.ts +4 -4
- package/history/src/history.props.d.ts +2 -2
- package/index.css +1 -1
- package/index.d.ts +3 -3
- package/list-view/index.d.ts +8 -0
- package/list-view/src/components/list-view-group-item.component.d.ts +41 -0
- package/list-view/src/components/list-view-item.component.d.ts +122 -0
- package/list-view/src/composition/types.d.ts +13 -0
- package/list-view/src/composition/use-data-view.d.ts +29 -0
- package/list-view/src/list-view.component.d.ts +32 -0
- package/list-view/src/list-view.props.d.ts +51 -0
- package/markdown/index.d.ts +4 -4
- package/markdown/src/markdown.component.d.ts +5 -5
- package/markdown/src/markdown.props.d.ts +2 -2
- package/markdown-preview/index.d.ts +3 -3
- package/markdown-preview/src/markdown-preview.component.d.ts +3 -3
- package/markdown-preview/src/markdown-preview.props.d.ts +1 -1
- package/nav/index.d.ts +8 -0
- package/nav/src/composition/types.d.ts +11 -0
- package/nav/src/nav.component.d.ts +8 -0
- package/nav/src/nav.props.d.ts +2 -0
- package/package.json +1 -2
- package/popover/index.d.ts +8 -0
- package/popover/src/composition/types.d.ts +28 -0
- package/popover/src/composition/use-delayed-ref.d.ts +4 -0
- package/popover/src/composition/use-host.d.ts +9 -0
- package/popover/src/composition/use-popup.d.ts +5 -0
- package/popover/src/composition/use-position.d.ts +5 -0
- package/popover/src/composition/use-resize.d.ts +5 -0
- package/popover/src/popover.component.d.ts +61 -0
- package/popover/src/popover.directive.d.ts +5 -0
- package/popover/src/popover.props.d.ts +104 -0
- package/popover/src/popover.service.d.ts +17 -0
- package/prompts/index.d.ts +5 -5
- package/prompts/src/components/prompt.component.d.ts +34 -34
- package/prompts/src/components/prompt.props.d.ts +2 -2
- package/prompts/src/composition/type.d.ts +1 -1
- package/prompts/src/prompts.component.d.ts +19 -19
- package/prompts/src/prompts.props.d.ts +2 -2
- package/search-box/index.d.ts +9 -0
- package/search-box/src/components/search-box-container.component.d.ts +26 -0
- package/search-box/src/components/search-box-container.props.d.ts +40 -0
- package/search-box/src/search-box.component.d.ts +40 -0
- package/search-box/src/search-box.props.d.ts +64 -0
- package/splitter/index.d.ts +8 -0
- package/splitter/src/components/splitter-pane.component.d.ts +8 -0
- package/splitter/src/components/splitter-pane.props.d.ts +5 -0
- package/splitter/src/composition/types.d.ts +26 -0
- package/splitter/src/composition/use-resize-handle.d.ts +4 -0
- package/splitter/src/composition/use-resize-pane.d.ts +4 -0
- package/splitter/src/splitter.component.d.ts +8 -0
- package/splitter/src/splitter.props.d.ts +5 -0
- package/started-todo/index.d.ts +4 -4
- package/started-todo/src/started-todo.component.d.ts +20 -20
- package/started-todo/src/started-todo.props.d.ts +3 -3
- package/started-todo/src/types.d.ts +1 -1
- package/suggestion/index.d.ts +3 -3
- package/suggestion/src/suggestion.component.d.ts +13 -13
- package/suggestion/src/suggestion.props.d.ts +2 -2
- package/todo/index.d.ts +8 -8
- package/todo/src/components/todo-list-item-view.component.d.ts +16 -16
- package/todo/src/components/todo-list-item-view.props.d.ts +3 -3
- package/todo/src/components/todo-list-view.d.ts +6 -6
- package/todo/src/components/todo-list-view.props.d.ts +2 -2
- package/todo/src/composition/status-icon.d.ts +1 -1
- package/todo/src/todo.component.d.ts +9 -9
- package/todo/src/todo.props.d.ts +2 -2
- package/tool-use/index.d.ts +2 -2
- package/tool-use/src/tool-use.component.d.ts +5 -5
- package/welcome/index.d.ts +3 -3
- package/welcome/src/welcome.component.d.ts +18 -18
- package/welcome/src/welcome.props.d.ts +2 -2
- package/widget-container/index.d.ts +4 -4
- package/widget-container/src/composition/use-load-widget.d.ts +1 -1
- package/widget-container/src/widget-container.component.d.ts +9 -9
- package/widget-container/src/widget-container.props.d.ts +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
2
2
|
content: {
|
|
3
|
-
type: import('vue').PropType<import('
|
|
3
|
+
type: import('../../../vue').PropType<import('../../../types').MessageContentCoding>;
|
|
4
4
|
required: boolean;
|
|
5
5
|
};
|
|
6
|
-
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6
|
+
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
7
7
|
content: {
|
|
8
|
-
type: import('vue').PropType<import('
|
|
8
|
+
type: import('../../../vue').PropType<import('../../../types').MessageContentCoding>;
|
|
9
9
|
required: boolean;
|
|
10
10
|
};
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { MessageContentCoding } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentCoding } from '../../../types';
|
|
3
3
|
|
|
4
4
|
export declare const codingMessageProps: {
|
|
5
5
|
content: {
|
package/common/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from '
|
|
2
|
-
export * from '
|
|
3
|
-
export * from '
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
6
|
-
export * from '
|
|
7
|
-
export * from '
|
|
1
|
+
export * from '../../src/runtime-attachment-download';
|
|
2
|
+
export * from '../../src/use-appearance';
|
|
3
|
+
export * from '../../src/use-render';
|
|
4
|
+
export * from '../../src/use-streaming-output';
|
|
5
|
+
export * from '../../src/use-sequential-streaming';
|
|
6
|
+
export * from '../../src/use-timer';
|
|
7
|
+
export * from '../../src/types';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VNode } from 'vue';
|
|
1
|
+
import { VNode } from '../../../vue';
|
|
2
2
|
|
|
3
|
-
export declare function renderNode(node: string | VNode | undefined): string | VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3
|
+
export declare function renderNode(node: string | VNode | undefined): string | VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
4
4
|
[key: string]: any;
|
|
5
5
|
}> | null;
|
|
6
6
|
/**
|
|
@@ -10,6 +10,6 @@ export declare function isImageUrl(url: string): boolean;
|
|
|
10
10
|
/**
|
|
11
11
|
* 专门用于渲染图标的函数(增强版)
|
|
12
12
|
*/
|
|
13
|
-
export declare function renderIconNode(icon: string | VNode | undefined): string | VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
13
|
+
export declare function renderIconNode(icon: string | VNode | undefined): string | VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}> | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComputedRef } from 'vue';
|
|
1
|
+
import { ComputedRef } from '../../../vue';
|
|
2
2
|
|
|
3
3
|
interface StreamingOptions {
|
|
4
4
|
/** 每个字符的输出间隔(毫秒),默认 30 */
|
|
@@ -13,6 +13,6 @@ interface StreamingOptions {
|
|
|
13
13
|
* @returns 返回逐步显示的响应式文本对象,键名与 sourceContent 一致
|
|
14
14
|
*/
|
|
15
15
|
export declare function useStreamingOutput(sourceContent: () => Record<string, string>, shouldDisplay: (() => boolean) | ComputedRef<boolean>, streamingEnabled: (() => boolean) | ComputedRef<boolean>, options?: StreamingOptions): {
|
|
16
|
-
displayContent: import('vue').Ref<Record<string, string>, Record<string, string>>;
|
|
16
|
+
displayContent: import('../../../vue').Ref<Record<string, string>, Record<string, string>>;
|
|
17
17
|
};
|
|
18
18
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare function useTimer(): {
|
|
2
|
-
elapsedSeconds: import('vue').Ref<number, number>;
|
|
3
|
-
hasEverStarted: import('vue').Ref<boolean, boolean>;
|
|
2
|
+
elapsedSeconds: import('../../../vue').Ref<number, number>;
|
|
3
|
+
hasEverStarted: import('../../../vue').Ref<boolean, boolean>;
|
|
4
4
|
start: () => void;
|
|
5
5
|
stop: () => void;
|
|
6
6
|
reset: () => void;
|
package/components.d.ts
CHANGED
|
@@ -1,40 +1,52 @@
|
|
|
1
|
-
export { default as FXAppPreview } from '
|
|
2
|
-
export * from '
|
|
3
|
-
export { default as FXBubble, FXBubbleAction } from '
|
|
4
|
-
export * from '
|
|
5
|
-
export { default as FXCarousel, FXCarouselItem } from '
|
|
6
|
-
export * from '
|
|
7
|
-
export { default as FXChatPreview } from '
|
|
8
|
-
export * from '
|
|
9
|
-
export { default as FXConfirmDialog } from '
|
|
10
|
-
export * from '
|
|
11
|
-
export { default as FXCoding } from '
|
|
12
|
-
export * from '
|
|
13
|
-
export { FXAgentThinking, FXAttachmentFile, FXErrorReminder, FXHitlQuestion, FXInputRecommend, FXLinkCard, FXReferenceSources, FXToolUse, FXUnknownEnterprise, FXUserAuth } from '
|
|
14
|
-
export * from '
|
|
15
|
-
export { default as FXFileOperation } from '
|
|
16
|
-
export * from '
|
|
17
|
-
export { default as FXGenerateProcess } from '
|
|
18
|
-
export * from '
|
|
19
|
-
export { default as FXHistory } from '
|
|
20
|
-
export * from '
|
|
21
|
-
export { default as FXMarkdown } from '
|
|
22
|
-
export * from '
|
|
23
|
-
export { default as FXMarkdownPreview } from '
|
|
24
|
-
export * from '
|
|
25
|
-
export { default as FXPrompts, FXPrompt } from '
|
|
26
|
-
export * from '
|
|
27
|
-
export { default as FXStartedTodo } from '
|
|
28
|
-
export * from '
|
|
29
|
-
export { default as FXSuggestion } from '
|
|
30
|
-
export * from '
|
|
31
|
-
export { default as FXTodo, FXTodoListView, FXTodoListItemView } from '
|
|
32
|
-
export * from '
|
|
33
|
-
export { default as FXWelcome } from '
|
|
34
|
-
export * from '
|
|
35
|
-
export { default as FXAttachmentPreview } from '
|
|
36
|
-
export * from '
|
|
37
|
-
export { default as FXWidgetContainer } from '
|
|
38
|
-
export * from '
|
|
39
|
-
export { default as FXDynamicComponent } from '
|
|
40
|
-
export * from '
|
|
1
|
+
export { default as FXAppPreview } from '../app-preview';
|
|
2
|
+
export * from '../app-preview';
|
|
3
|
+
export { default as FXBubble, FXBubbleAction } from '../bubble';
|
|
4
|
+
export * from '../bubble';
|
|
5
|
+
export { default as FXCarousel, FXCarouselItem } from '../carousel';
|
|
6
|
+
export * from '../carousel';
|
|
7
|
+
export { default as FXChatPreview } from '../chat-preview';
|
|
8
|
+
export * from '../chat-preview';
|
|
9
|
+
export { default as FXConfirmDialog } from '../confirm-dialog';
|
|
10
|
+
export * from '../confirm-dialog';
|
|
11
|
+
export { default as FXCoding } from '../coding';
|
|
12
|
+
export * from '../coding';
|
|
13
|
+
export { FXAgentThinking, FXAttachmentFile, FXErrorReminder, FXHitlQuestion, FXInputRecommend, FXLinkCard, FXReferenceSources, FXToolUse, FXUnknownEnterprise, FXUserAuth } from '../enterprise-cloud';
|
|
14
|
+
export * from '../enterprise-cloud';
|
|
15
|
+
export { default as FXFileOperation } from '../file-operation';
|
|
16
|
+
export * from '../file-operation';
|
|
17
|
+
export { default as FXGenerateProcess } from '../generate-process';
|
|
18
|
+
export * from '../generate-process';
|
|
19
|
+
export { default as FXHistory } from '../history';
|
|
20
|
+
export * from '../history';
|
|
21
|
+
export { default as FXMarkdown } from '../markdown';
|
|
22
|
+
export * from '../markdown';
|
|
23
|
+
export { default as FXMarkdownPreview } from '../markdown-preview';
|
|
24
|
+
export * from '../markdown-preview';
|
|
25
|
+
export { default as FXPrompts, FXPrompt } from '../prompts';
|
|
26
|
+
export * from '../prompts';
|
|
27
|
+
export { default as FXStartedTodo } from '../started-todo';
|
|
28
|
+
export * from '../started-todo';
|
|
29
|
+
export { default as FXSuggestion } from '../suggestion';
|
|
30
|
+
export * from '../suggestion';
|
|
31
|
+
export { default as FXTodo, FXTodoListView, FXTodoListItemView } from '../todo';
|
|
32
|
+
export * from '../todo';
|
|
33
|
+
export { default as FXWelcome } from '../welcome';
|
|
34
|
+
export * from '../welcome';
|
|
35
|
+
export { default as FXAttachmentPreview } from '../attachment-preview';
|
|
36
|
+
export * from '../attachment-preview';
|
|
37
|
+
export { default as FXWidgetContainer } from '../widget-container';
|
|
38
|
+
export * from '../widget-container';
|
|
39
|
+
export { default as FXDynamicComponent } from '../dynamic-component';
|
|
40
|
+
export * from '../dynamic-component';
|
|
41
|
+
export { default as FXPopover } from '../popover';
|
|
42
|
+
export * from '../popover';
|
|
43
|
+
export { default as FXSplitter, FXSplitterPane } from '../splitter';
|
|
44
|
+
export * from '../splitter';
|
|
45
|
+
export { default as FXAccordion, FXAccordionItem } from '../accordion';
|
|
46
|
+
export * from '../accordion';
|
|
47
|
+
export { default as FXNav } from '../nav';
|
|
48
|
+
export * from '../nav';
|
|
49
|
+
export { default as FXSearchBox, FXSearchBoxContainer } from '../search-box';
|
|
50
|
+
export * from '../search-box';
|
|
51
|
+
export { default as FXListView } from '../list-view';
|
|
52
|
+
export * from '../list-view';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXConfirmDialog } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXConfirmDialog } from '../../src/confirm-dialog.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
4
|
+
export * from '../../src/confirm-dialog.props';
|
|
5
5
|
export { FXConfirmDialog };
|
|
6
6
|
declare const _default: typeof FXConfirmDialog & Plugin;
|
|
7
7
|
export default _default;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
title: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1
|
+
declare const _default: import('../../../vue').DefineComponent<{
|
|
2
|
+
title: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
3
3
|
[key: string]: any;
|
|
4
4
|
}>;
|
|
5
5
|
showDivider: boolean;
|
|
6
|
-
description: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
6
|
+
description: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
}>;
|
|
9
9
|
modelValue: boolean;
|
|
10
10
|
cancelText: string;
|
|
11
11
|
confirmText: string;
|
|
12
12
|
closeOnMask: boolean;
|
|
13
|
-
}, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
14
|
-
title: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
13
|
+
}, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<{
|
|
14
|
+
title: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>;
|
|
17
17
|
showDivider: boolean;
|
|
18
|
-
description: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
18
|
+
description: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>;
|
|
21
21
|
modelValue: boolean;
|
|
@@ -23,16 +23,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
23
|
confirmText: string;
|
|
24
24
|
closeOnMask: boolean;
|
|
25
25
|
}> & Readonly<{}>, {
|
|
26
|
-
title: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
26
|
+
title: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}>;
|
|
29
29
|
showDivider: boolean;
|
|
30
|
-
description: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
30
|
+
description: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>;
|
|
33
33
|
modelValue: boolean;
|
|
34
34
|
cancelText: string;
|
|
35
35
|
confirmText: string;
|
|
36
36
|
closeOnMask: boolean;
|
|
37
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXDynamicComponent } from '
|
|
3
|
-
export { default as FXDynamicComponent } from '
|
|
4
|
-
export * from '
|
|
5
|
-
export { loadDynamicComponent, unloadDynamicComponent } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXDynamicComponent } from '../../src/dynamic-component.component';
|
|
3
|
+
export { default as FXDynamicComponent } from '../../src/dynamic-component.component';
|
|
4
|
+
export * from '../../src/composition/types';
|
|
5
|
+
export { loadDynamicComponent, unloadDynamicComponent } from '../../src/composition/dynamic-component-registry';
|
|
6
6
|
declare const _default: typeof FXDynamicComponent & Plugin;
|
|
7
7
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DynamicComponentConfig, DynamicComponentAPI } from '
|
|
1
|
+
import { DynamicComponentConfig, DynamicComponentAPI } from '../../../../types';
|
|
2
2
|
|
|
3
3
|
export declare function loadDynamicComponent(config: DynamicComponentConfig): Promise<DynamicComponentAPI>;
|
|
4
4
|
export declare function unloadDynamicComponent(id: string): void;
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
export interface DynamicComponentConfig {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
instanceId: string;
|
|
3
|
+
name?: string;
|
|
4
|
+
componentId?: string;
|
|
5
|
+
jsUrl?: string;
|
|
6
|
+
url?: string;
|
|
7
|
+
title: string;
|
|
8
|
+
position?: 'inline' | 'right';
|
|
6
9
|
width?: string;
|
|
7
|
-
|
|
10
|
+
isFullscreen?: boolean;
|
|
11
|
+
autoOpen?: boolean;
|
|
12
|
+
fileRe?: string;
|
|
8
13
|
}
|
|
9
14
|
export interface DynamicComponentAPI {
|
|
10
15
|
mount(container: HTMLElement, config: DynamicComponentConfig): void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { DynamicComponentConfig } from '
|
|
1
|
+
import { DynamicComponentConfig } from '../../../../types';
|
|
2
2
|
|
|
3
3
|
export declare function isDynamicComponentBlock(text: string): boolean;
|
|
4
4
|
export declare function parseDynamicComponentConfig(text: string): DynamicComponentConfig | null;
|
|
5
5
|
/**
|
|
6
|
-
* 尝试从不完整的 dynamic-component 代码块中解析
|
|
6
|
+
* 尝试从不完整的 dynamic-component 代码块中解析 position 字段。
|
|
7
7
|
* 用于流式进行中判断是否需要显示 loading 占位。
|
|
8
8
|
*/
|
|
9
|
-
export declare function parsePartialDynamicComponentConfig(text: string): Pick<DynamicComponentConfig, '
|
|
9
|
+
export declare function parsePartialDynamicComponentConfig(text: string): Pick<DynamicComponentConfig, 'position'> | null;
|
|
10
10
|
/**
|
|
11
11
|
* 将文本按 ```dynamic-component ``` 代码块拆分为字符串数组。
|
|
12
12
|
* 不依赖全局正则 exec 循环,改用 indexOf 扫描,避免跨行/无换行时匹配异常。
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { DynamicComponentConfig } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { DynamicComponentConfig } from '../../../composition/types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
config: {
|
|
6
6
|
type: PropType<DynamicComponentConfig>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
10
10
|
config: {
|
|
11
11
|
type: PropType<DynamicComponentConfig>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXAgentThinking } from '
|
|
3
|
-
import { default as FXAttachmentFile } from '
|
|
4
|
-
import { default as FXErrorReminder } from '
|
|
5
|
-
import { default as FXInputRecommend } from '
|
|
6
|
-
import { default as FXLinkCard } from '
|
|
7
|
-
import { default as FXReferenceSources } from '
|
|
8
|
-
import { default as FXToolUse } from '
|
|
9
|
-
import { default as FXHitlQuestion } from '
|
|
10
|
-
import { default as FXUnknownEnterprise } from '
|
|
11
|
-
import { default as FXUserAuth } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXAgentThinking } from '../../src/agent-thinking.component';
|
|
3
|
+
import { default as FXAttachmentFile } from '../../src/attachment-file.component';
|
|
4
|
+
import { default as FXErrorReminder } from '../../src/error-reminder.component';
|
|
5
|
+
import { default as FXInputRecommend } from '../../src/input-recommend.component';
|
|
6
|
+
import { default as FXLinkCard } from '../../src/link-card.component';
|
|
7
|
+
import { default as FXReferenceSources } from '../../src/reference-sources.component';
|
|
8
|
+
import { default as FXToolUse } from '../../../tool-use';
|
|
9
|
+
import { default as FXHitlQuestion } from '../../src/hitl-question.component';
|
|
10
|
+
import { default as FXUnknownEnterprise } from '../../src/unknown-enterprise.component';
|
|
11
|
+
import { default as FXUserAuth } from '../../src/user-auth.component';
|
|
12
12
|
|
|
13
13
|
export { FXAgentThinking, FXAttachmentFile, FXErrorReminder, FXHitlQuestion, FXInputRecommend, FXLinkCard, FXReferenceSources, FXToolUse, FXUnknownEnterprise, FXUserAuth };
|
|
14
|
-
export * from '
|
|
14
|
+
export * from '../../src/types';
|
|
15
15
|
declare const _default: typeof FXAgentThinking & Plugin;
|
|
16
16
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentAgentThinking } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentAgentThinking } from '../../../types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
content: {
|
|
6
6
|
type: PropType<MessageContentAgentThinking>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
10
10
|
content: {
|
|
11
11
|
type: PropType<MessageContentAgentThinking>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentAttachmentFile } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentAttachmentFile } from '../../../types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
content: {
|
|
6
6
|
type: PropType<MessageContentAttachmentFile>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
10
10
|
content: {
|
|
11
11
|
type: PropType<MessageContentAttachmentFile>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentErrorReminder } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentErrorReminder } from '../../../types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
content: {
|
|
6
6
|
type: PropType<MessageContentErrorReminder>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
10
10
|
content: {
|
|
11
11
|
type: PropType<MessageContentErrorReminder>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentHitlQuestion } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentHitlQuestion } from '../../../types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
content: {
|
|
6
6
|
type: PropType<MessageContentHitlQuestion>;
|
|
7
7
|
required: true;
|
|
@@ -17,7 +17,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
}>) => void>;
|
|
18
18
|
default: undefined;
|
|
19
19
|
};
|
|
20
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
21
21
|
content: {
|
|
22
22
|
type: PropType<MessageContentHitlQuestion>;
|
|
23
23
|
required: true;
|
|
@@ -39,5 +39,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
39
39
|
id: string;
|
|
40
40
|
answer: unknown;
|
|
41
41
|
}>) => void;
|
|
42
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentInputRecommend } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentInputRecommend } from '../../../types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
content: {
|
|
6
6
|
type: PropType<MessageContentInputRecommend>;
|
|
7
7
|
required: true;
|
|
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
10
|
type: PropType<(text: string) => void>;
|
|
11
11
|
default: undefined;
|
|
12
12
|
};
|
|
13
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
14
14
|
content: {
|
|
15
15
|
type: PropType<MessageContentInputRecommend>;
|
|
16
16
|
required: true;
|
|
@@ -21,5 +21,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {
|
|
23
23
|
onPick: (text: string) => void;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentLinkCard } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentLinkCard } from '../../../types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
content: {
|
|
6
6
|
type: PropType<MessageContentLinkCard>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
10
10
|
content: {
|
|
11
11
|
type: PropType<MessageContentLinkCard>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentReferenceSources } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentReferenceSources } from '../../../types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
content: {
|
|
6
6
|
type: PropType<MessageContentReferenceSources>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
10
10
|
content: {
|
|
11
11
|
type: PropType<MessageContentReferenceSources>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentUnknownEnterprise } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentUnknownEnterprise } from '../../../types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
content: {
|
|
6
6
|
type: PropType<MessageContentUnknownEnterprise>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
10
10
|
content: {
|
|
11
11
|
type: PropType<MessageContentUnknownEnterprise>;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentUserAuth } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentUserAuth } from '../../../types';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
5
5
|
content: {
|
|
6
6
|
type: PropType<MessageContentUserAuth>;
|
|
7
7
|
required: true;
|
|
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
10
|
type: PropType<(optionId: string, name: string, message?: string) => void>;
|
|
11
11
|
default: undefined;
|
|
12
12
|
};
|
|
13
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
14
14
|
content: {
|
|
15
15
|
type: PropType<MessageContentUserAuth>;
|
|
16
16
|
required: true;
|
|
@@ -21,5 +21,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {
|
|
23
23
|
onConfirm: (optionId: string, name: string, message?: string) => void;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|