@blueking/chat-x 0.0.1-beta.1 → 0.0.1-beta.10

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.
Files changed (95) hide show
  1. package/dist/ag-ui/types/constants.d.ts +15 -7
  2. package/dist/ag-ui/types/contents.d.ts +34 -40
  3. package/dist/ag-ui/types/messages.d.ts +113 -25
  4. package/dist/common/constants.d.ts +12 -0
  5. package/dist/common/index.d.ts +1 -0
  6. package/dist/common/markdown.d.ts +5 -0
  7. package/dist/components/ai-buttons/file-upload-btn/file-upload-btn.vue.d.ts +26 -0
  8. package/dist/components/ai-buttons/scroll-btn/scroll-btn.vue.d.ts +19 -0
  9. package/dist/components/ai-buttons/tool-btn/tool-btn.vue.d.ts +12 -0
  10. package/dist/components/ai-loading/ai-loading.vue.d.ts +10 -0
  11. package/dist/components/ai-shortcut/{shortcut-btn.vue.d.ts → shortcut-btn/shortcut-btn.vue.d.ts} +4 -2
  12. package/dist/components/ai-shortcut/{shortcut-btns.vue.d.ts → shortcut-btns/shortcut-btns.vue.d.ts} +1 -1
  13. package/dist/components/ai-shortcut/{shortcut-render.vue.d.ts → shortcut-render/shortcut-render.vue.d.ts} +3 -3
  14. package/dist/components/animation-text/animation-text.vue.d.ts +6 -0
  15. package/dist/components/chat-content/cite-content/cite-content.vue.d.ts +7 -0
  16. package/dist/components/chat-content/common-error-content/common-error-content.vue.d.ts +6 -0
  17. package/dist/components/chat-content/{content-render.vue.d.ts → content-render/content-render.vue.d.ts} +4 -2
  18. package/dist/components/chat-content/file-content/file-content.vue.d.ts +12 -0
  19. package/dist/components/chat-content/key-value-content/key-value-content.vue.d.ts +10 -0
  20. package/dist/components/chat-content/markdown-content/markdown-content.vue.d.ts +11 -0
  21. package/dist/components/chat-content/reference-content/reference-content.vue.d.ts +7 -0
  22. package/dist/components/chat-content/text-content/text-content.vue.d.ts +6 -0
  23. package/dist/components/chat-content/vnode-renderer.d.ts +27 -0
  24. package/dist/components/chat-input/ai-slash-input/ai-slash-input.vue.d.ts +6 -1
  25. package/dist/components/chat-input/ai-slash-input/{ai-slash-menu.vue.d.ts → ai-slash-menu/ai-slash-menu.vue.d.ts} +1 -1
  26. package/dist/components/chat-input/chat-input.vue.d.ts +57 -7
  27. package/dist/components/chat-input/input-attachment/input-attachment.vue.d.ts +5 -3
  28. package/dist/components/{chat-content/think-content.vue.d.ts → chat-message/activity-message/activity-message.vue.d.ts} +2 -2
  29. package/dist/components/chat-message/assistant-message/assistant-message.vue.d.ts +16 -0
  30. package/dist/components/chat-message/flow-message/flow-detail.vue.d.ts +11 -0
  31. package/dist/components/chat-message/flow-message/flow-message.vue.d.ts +4 -0
  32. package/dist/components/chat-message/flow-message/flow-node-group.vue.d.ts +12 -0
  33. package/dist/components/chat-message/flow-message/flow-node-item.vue.d.ts +11 -0
  34. package/dist/components/chat-message/flow-message/flow-status-icons.d.ts +36 -0
  35. package/dist/components/chat-message/flow-message/index.d.ts +6 -0
  36. package/dist/components/chat-message/flow-message/mock.d.ts +13 -0
  37. package/dist/components/chat-message/flow-message/types.d.ts +132 -0
  38. package/dist/components/chat-message/info-message/info-message.vue.d.ts +4 -0
  39. package/dist/components/chat-message/loading-message/loading-message.vue.d.ts +3 -0
  40. package/dist/components/chat-message/message-container/message-container.vue.d.ts +12041 -0
  41. package/dist/components/chat-message/message-render/message-render.vue.d.ts +22 -0
  42. package/dist/components/{chat-content/reference-content.vue.d.ts → chat-message/reasoning-message/reasoning-message.vue.d.ts} +2 -2
  43. package/dist/components/chat-message/tool-message/tool-message.vue.d.ts +4 -0
  44. package/dist/components/chat-message/user-message/user-message.vue.d.ts +12 -0
  45. package/dist/components/index.d.ts +8 -6
  46. package/dist/components/markdown-token/code-content/code-content.vue.d.ts +15 -0
  47. package/dist/components/markdown-token/image-content/image-content.vue.d.ts +7 -0
  48. package/dist/components/markdown-token/index.d.ts +5 -0
  49. package/dist/components/markdown-token/latex-content/latex-content.vue.d.ts +8 -0
  50. package/dist/components/markdown-token/mermaid-content/mermaid-content.vue.d.ts +15 -0
  51. package/dist/components/message-tools/message-tools.vue.d.ts +18 -4
  52. package/dist/components/message-tools/user-feedback/user-feedback.vue.d.ts +14 -0
  53. package/dist/components/tool-call/desc-panel/desc-panel.vue.d.ts +7 -0
  54. package/dist/components/tool-call/toolcall-render/toolcall-render.vue.d.ts +10 -0
  55. package/dist/composables/index.d.ts +4 -0
  56. package/dist/composables/use-animation-text.d.ts +16 -0
  57. package/dist/composables/use-clipboard.d.ts +3 -0
  58. package/dist/composables/use-container-scroll.d.ts +15 -0
  59. package/dist/composables/use-observer-visible-list.d.ts +2 -1
  60. package/dist/composables/use-parent-scrolling.d.ts +16 -0
  61. package/dist/directives/overflow-tips.d.ts +2 -2
  62. package/dist/icons/content.d.ts +12 -0
  63. package/dist/icons/index.d.ts +1 -0
  64. package/dist/icons/input.d.ts +12 -0
  65. package/dist/icons/messages.d.ts +3 -0
  66. package/dist/icons/shortcuts.d.ts +6 -0
  67. package/dist/icons/tools.d.ts +18 -0
  68. package/dist/index.css +1 -1
  69. package/dist/index.d.ts +2 -0
  70. package/dist/index.js +5257 -2322
  71. package/dist/index.js.map +1 -1
  72. package/dist/lang/lang.d.ts +58 -1
  73. package/dist/plugins/index.d.ts +3 -0
  74. package/dist/plugins/markdown-animation-attrs.d.ts +6 -0
  75. package/dist/plugins/markdown-latex.d.ts +19 -0
  76. package/dist/plugins/markdown-mermaid.d.ts +7 -0
  77. package/dist/types/input.d.ts +10 -0
  78. package/dist/types/shortcut.d.ts +29 -5
  79. package/dist/types/tool.d.ts +6 -2
  80. package/dist/utils/file.d.ts +24 -0
  81. package/dist/utils/index.d.ts +2 -0
  82. package/dist/utils/markdown-completer.d.ts +37 -0
  83. package/dist/utils/stream-markdown-completer.d.ts +17 -0
  84. package/dist/utils/tokens-to-vnodes.d.ts +28 -0
  85. package/dist/utils/utils.d.ts +6 -0
  86. package/package.json +43 -8
  87. package/dist/components/chat-content/common-error-content.vue.d.ts +0 -18
  88. package/dist/components/chat-content/markdown-content.vue.d.ts +0 -5
  89. package/dist/components/chat-content/text-content.vue.d.ts +0 -4
  90. package/dist/components/chat-message/assistant-message.vue.d.ts +0 -18
  91. package/dist/components/chat-message/info-message.vue.d.ts +0 -4
  92. package/dist/components/chat-message/message-render.vue.d.ts +0 -16
  93. package/dist/components/chat-message/user-message.vue.d.ts +0 -4
  94. package/dist/components/message-tools/tool-btn.vue.d.ts +0 -8
  95. /package/dist/components/chat-input/ai-slash-input/{ai-prompt-list.vue.d.ts → ai-prompt-list/ai-prompt-list.vue.d.ts} +0 -0
@@ -0,0 +1,22 @@
1
+ import { type VNode } from 'vue';
2
+ import type { Message, MessageStatus } from '../../../ag-ui/types';
3
+ import type { MessageToolsProps } from '../../message-tools/message-tools.vue';
4
+ import type { UserMessageActionsProps } from '../user-message/user-message.vue';
5
+ type __VLS_Slots = {
6
+ default: (props: {
7
+ content: string;
8
+ status: MessageStatus;
9
+ }) => VNode;
10
+ };
11
+ type __VLS_Props = Partial<UserMessageActionsProps> & Pick<MessageToolsProps, 'onAction'> & {
12
+ message: Partial<Message>;
13
+ };
14
+ declare const __VLS_base: 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>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -1,5 +1,5 @@
1
- import type { ReferenceDocumentMessageContent } from '../../ag-ui/types/contents';
2
- type __VLS_Props = ReferenceDocumentMessageContent;
1
+ import type { ReasoningMessage } from '../../../ag-ui/types/messages';
2
+ type __VLS_Props = Partial<ReasoningMessage>;
3
3
  type __VLS_ModelProps = {
4
4
  'collapsed'?: boolean;
5
5
  };
@@ -0,0 +1,4 @@
1
+ import type { ToolMessage } from '../../../ag-ui/types/messages';
2
+ declare const __VLS_export: import("vue").DefineComponent<Partial<ToolMessage>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Partial<ToolMessage>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { type TagSchema, MessageToolsStatus } from '../../../types';
2
+ import { type MessageToolsProps } from '../../message-tools/message-tools.vue';
3
+ import type { UserMessage } from '../../../ag-ui/types/messages';
4
+ export type UserMessageActionsProps = {
5
+ messageToolsStatus?: MessageToolsStatus;
6
+ onInputConfirm?: (content: UserMessage['content'], docSchema: TagSchema) => Promise<void>;
7
+ onShortcutConfirm?: (formModel: Record<string, unknown>) => Promise<void>;
8
+ };
9
+ type __VLS_Props = Partial<UserMessage> & Pick<MessageToolsProps, 'onAction'> & UserMessageActionsProps;
10
+ 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 _default: typeof __VLS_export;
12
+ export default _default;
@@ -1,9 +1,11 @@
1
1
  import AiSelection from './ai-selection/ai-selection.vue';
2
- import ShortcutBtn from './ai-shortcut/shortcut-btn.vue';
3
- import ShortcutBtns from './ai-shortcut/shortcut-btns.vue';
4
- import ShortcutRender from './ai-shortcut/shortcut-render.vue';
5
- import ContentRender from './chat-content/content-render.vue';
2
+ import ShortcutBtn from './ai-shortcut/shortcut-btn/shortcut-btn.vue';
3
+ import ShortcutBtns from './ai-shortcut/shortcut-btns/shortcut-btns.vue';
4
+ import ShortcutRender from './ai-shortcut/shortcut-render/shortcut-render.vue';
5
+ import ContentRender from './chat-content/content-render/content-render.vue';
6
6
  import ChatInput from './chat-input/chat-input.vue';
7
- import MessageRender from './chat-message/message-render.vue';
7
+ import MessageContainer from './chat-message/message-container/message-container.vue';
8
+ import MessageRender from './chat-message/message-render/message-render.vue';
8
9
  import MessageTools from './message-tools/message-tools.vue';
9
- export { AiSelection, ChatInput, ContentRender, MessageRender, MessageTools, ShortcutBtn, ShortcutBtns, ShortcutRender, };
10
+ import MessageUserFeedback from './message-tools/user-feedback/user-feedback.vue';
11
+ export { AiSelection, ChatInput, ContentRender, MessageContainer, MessageRender, MessageTools, MessageUserFeedback, ShortcutBtn, ShortcutBtns, ShortcutRender, };
@@ -0,0 +1,15 @@
1
+ import type { Token } from '../../../markdown-it';
2
+ type __VLS_Props = {
3
+ token: Token[];
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ mounted: (payload: {
7
+ el: HTMLElement | null;
8
+ }) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onMounted?: ((payload: {
11
+ el: HTMLElement | null;
12
+ }) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ alt?: string;
3
+ src: string;
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>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import CodeContent from './code-content/code-content.vue';
2
+ import ImageContent from './image-content/image-content.vue';
3
+ import LatexContent from './latex-content/latex-content.vue';
4
+ import MermaidContent from './mermaid-content/mermaid-content.vue';
5
+ export { CodeContent, ImageContent, LatexContent, MermaidContent };
@@ -0,0 +1,8 @@
1
+ import type { Token } from '../../../markdown-it';
2
+ import 'katex/dist/katex.min.css';
3
+ type __VLS_Props = {
4
+ token: Token[];
5
+ };
6
+ 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>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
@@ -0,0 +1,15 @@
1
+ import type { Token } from '../../../markdown-it';
2
+ type __VLS_Props = {
3
+ token: Token[];
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ mounted: (payload: {
7
+ el: HTMLElement | null;
8
+ }) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onMounted?: ((payload: {
11
+ el: HTMLElement | null;
12
+ }) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
@@ -1,7 +1,21 @@
1
- import type { IToolBtn } from '../../types';
2
- type __VLS_Props = {
3
- tools?: IToolBtn[];
1
+ import { type TippyOptions } from 'vue-tippy';
2
+ import { MessageToolsStatus } from '../../types/tool';
3
+ import type { UserMessage } from '../../ag-ui/types/messages';
4
+ import type { IToolBtn, TagSchema } from '../../types';
5
+ export type MessageToolsProps = {
6
+ messageTools?: IToolBtn[];
7
+ messageToolsStatus?: MessageToolsStatus;
8
+ onAction?: (tool: IToolBtn, content?: UserMessage['content'], docSchema?: TagSchema) => Promise<string[] | void>;
9
+ tippyOptions?: Partial<Omit<TippyOptions, 'content' | 'getReferenceClientRect' | 'triggerTarget'>>;
10
+ updateTools?: IToolBtn[];
4
11
  };
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>;
12
+ declare const __VLS_export: import("vue").DefineComponent<MessageToolsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ feedback: (tool: IToolBtn, reasonList: string[], otherReason: string) => any;
14
+ }, string, import("vue").PublicProps, Readonly<MessageToolsProps> & Readonly<{
15
+ onFeedback?: ((tool: IToolBtn, reasonList: string[], otherReason: string) => any) | undefined;
16
+ }>, {
17
+ messageTools: IToolBtn[];
18
+ updateTools: IToolBtn[];
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
20
  declare const _default: typeof __VLS_export;
7
21
  export default _default;
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ loading?: boolean;
3
+ reasonList: string[];
4
+ title: string;
5
+ };
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
+ cancel: () => any;
8
+ submit: (reasonList: string[], otherReason: string) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onCancel?: (() => any) | undefined;
11
+ onSubmit?: ((reasonList: string[], otherReason: string) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: typeof __VLS_export;
14
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ desc?: string;
3
+ title: string;
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>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import { MessageStatus } from '../../../ag-ui/types/constants';
2
+ import type { ToolCall } from '../../../ag-ui/types/messages';
3
+ type __VLS_Props = {
4
+ duration?: number;
5
+ status?: MessageStatus;
6
+ toolCall?: ToolCall;
7
+ };
8
+ 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>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
@@ -1,4 +1,8 @@
1
+ export * from './use-animation-text';
2
+ export * from './use-clipboard';
1
3
  export * from './use-command-selection';
4
+ export * from './use-container-scroll';
2
5
  export * from './use-global-config';
3
6
  export * from './use-menu-keydown';
4
7
  export * from './use-observer-visible-list';
8
+ export * from './use-parent-scrolling';
@@ -0,0 +1,16 @@
1
+ import { type MaybeRef } from 'vue';
2
+ export interface AnimationConfig {
3
+ easing?: string;
4
+ fadeDuration?: number;
5
+ }
6
+ export interface UseAnimationTextOptions {
7
+ animationConfig?: AnimationConfig;
8
+ text: string;
9
+ }
10
+ export declare const useAnimationText: (text: MaybeRef<string>, options?: AnimationConfig) => {
11
+ chunks: import("vue").Ref<string[], string[]>;
12
+ animationStyle: import("vue").ComputedRef<{
13
+ animation: string;
14
+ color: string;
15
+ }>;
16
+ };
@@ -0,0 +1,3 @@
1
+ export declare const useClipboard: () => {
2
+ copy: (text: string) => Promise<void>;
3
+ };
@@ -0,0 +1,15 @@
1
+ import { type ComputedRef, type MaybeRef } from 'vue';
2
+ export declare const CONTAINER_SCROLL_TOKEN: unique symbol;
3
+ export type ContainerScrollData = {
4
+ isScrollBottom: boolean;
5
+ scrollBottomHeight: number;
6
+ toScrollBottom: () => void;
7
+ toScrollTop: () => void;
8
+ };
9
+ export declare const useContainerScrollProvider: (containerRef: MaybeRef<HTMLElement | null>, bottomRef: MaybeRef<HTMLElement | null>) => {
10
+ isScrollBottom: import("vue").ShallowRef<boolean, boolean>;
11
+ scrollBottomHeight: import("vue").ShallowRef<number, number>;
12
+ toScrollBottom: () => void;
13
+ toScrollTop: () => void;
14
+ };
15
+ export declare const useContainerScrollConsumer: () => ComputedRef<ContainerScrollData> | undefined;
@@ -1,8 +1,9 @@
1
1
  import { type ShallowRef, type TemplateRef } from 'vue';
2
+ import type { ShortcutBtn } from '../components';
2
3
  export declare const useObserverVisibleList: <T>(containerRef: TemplateRef<HTMLElement>, itemRefs: ShallowRef<(HTMLElement | null)[]>, params: {
3
4
  gap: number;
4
5
  items: T[];
5
- moreItemWidth: number;
6
+ moreItemRef?: TemplateRef<InstanceType<typeof ShortcutBtn>>;
6
7
  }) => {
7
8
  visibleItems: ShallowRef<T[], T[]>;
8
9
  calculateVisibleMenuItems: () => Promise<void>;
@@ -0,0 +1,16 @@
1
+ import { type MaybeRef } from 'vue';
2
+ /**
3
+ * 递归获取滚动父级
4
+ * @param node - 节点
5
+ * @returns 滚动父级
6
+ */
7
+ export declare const getScrollParent: (node: HTMLElement | null | ParentNode) => HTMLElement | null;
8
+ /**
9
+ * 监听父级滚动
10
+ * @param domRef - 节点
11
+ * @returns 是否滚动
12
+ */
13
+ export declare const useParentScrolling: (domRef: MaybeRef<HTMLElement | null>) => {
14
+ isScrolling: import("vue").ShallowRef<boolean, boolean>;
15
+ scrollParent: import("vue").ShallowRef<HTMLElement | null, HTMLElement | null>;
16
+ };
@@ -8,8 +8,8 @@ type OverflowElement = HTMLElement & {
8
8
  mouseLeaveFunc?: MouseEnterFunc;
9
9
  unObserverFunc?: typeof noop;
10
10
  };
11
- declare const OverflowTips: ObjectDirective<OverflowElement, Partial<Props> & {
11
+ export declare const OverflowTips: ObjectDirective<OverflowElement, Partial<Props> & {
12
12
  disabled?: boolean;
13
13
  text?: string;
14
14
  }>;
15
- export default OverflowTips;
15
+ export {};
@@ -13,3 +13,15 @@ export declare const TargetIcon: import("vue").VNode<import("vue").RendererNode,
13
13
  export declare const RemoveIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
15
  }>;
16
+ export declare const ArrowRightIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
+ [key: string]: any;
18
+ }>;
19
+ export declare const LinkIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
+ [key: string]: any;
21
+ }>;
22
+ /**
23
+ * 图片加载失败图标
24
+ */
25
+ export declare const ImageErrorIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>;
@@ -1,5 +1,6 @@
1
1
  export * from './ai';
2
2
  export * from './content';
3
+ export * from './input';
3
4
  export * from './messages';
4
5
  export * from './shortcuts';
5
6
  export * from './tools';
@@ -0,0 +1,12 @@
1
+ export declare const CloseCircleIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
+ [key: string]: any;
3
+ }>;
4
+ export declare const DocLinkIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5
+ [key: string]: any;
6
+ }>;
7
+ export declare const DeleteCircleIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
+ [key: string]: any;
9
+ }>;
10
+ export declare const FileUploadIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
+ [key: string]: any;
12
+ }>;
@@ -28,3 +28,6 @@ export declare const ErrorIcon: import("vue").VNode<import("vue").RendererNode,
28
28
  export declare const ContentLoadingIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
29
  [key: string]: any;
30
30
  }>;
31
+ export declare const ArrowDownIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>;
@@ -4,3 +4,9 @@ export declare const CloseIcon: import("vue").VNode<import("vue").RendererNode,
4
4
  export declare const MoreIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5
5
  [key: string]: any;
6
6
  }>;
7
+ export declare const AgentIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
+ [key: string]: any;
9
+ }>;
10
+ export declare const MoreAgentIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
+ [key: string]: any;
12
+ }>;
@@ -19,6 +19,15 @@ export declare const UnLikeIcon: import("vue").VNode<import("vue").RendererNode,
19
19
  export declare const DeleteIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
20
  [key: string]: any;
21
21
  }>;
22
+ export declare const EditIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>;
25
+ export declare const ActiveLikeIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>;
28
+ export declare const ActiveUnLikeIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>;
22
31
  export declare const ToolIconsMap: {
23
32
  readonly copy: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
33
  [key: string]: any;
@@ -41,5 +50,14 @@ export declare const ToolIconsMap: {
41
50
  readonly delete: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
51
  [key: string]: any;
43
52
  }>;
53
+ readonly edit: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
+ [key: string]: any;
55
+ }>;
56
+ readonly activeLike: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
+ [key: string]: any;
58
+ }>;
59
+ readonly activeUnLike: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
+ [key: string]: any;
61
+ }>;
44
62
  };
45
63
  export type ToolIcons = keyof typeof ToolIconsMap;