@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
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXAccordion } from '../../src/accordion.component';
|
|
3
|
+
import { default as FXAccordionItem } from '../../src/components/accordion-item.component';
|
|
4
|
+
|
|
5
|
+
export * from '../../src/accordion.props';
|
|
6
|
+
export * from '../../src/components/accordion-item.props';
|
|
7
|
+
export { FXAccordion, FXAccordionItem };
|
|
8
|
+
declare const _default: typeof FXAccordion & Plugin;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import('../../../vue').DefineComponent<{
|
|
2
|
+
[x: string]: /*elided*/ any;
|
|
3
|
+
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, never, import('../../../vue').PublicProps, Readonly<{
|
|
4
|
+
[x: string]: /*elided*/ any;
|
|
5
|
+
}> & Readonly<{}>, {
|
|
6
|
+
[x: string]: any;
|
|
7
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import('../../../../vue').DefineComponent<{
|
|
2
|
+
[x: string]: /*elided*/ any;
|
|
3
|
+
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../../vue').ComponentOptionsMixin, import('../../../../vue').ComponentOptionsMixin, {}, "clickHeader", import('../../../../vue').PublicProps, Readonly<{
|
|
4
|
+
[x: string]: /*elided*/ any;
|
|
5
|
+
}> & Readonly<{}>, {
|
|
6
|
+
[x: string]: any;
|
|
7
|
+
}, {}, {}, {}, string, import('../../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
package/app-preview/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXAppPreview } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXAppPreview } from '../../src/app-preview.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
4
|
+
export * from '../../src/app-preview.props';
|
|
5
|
+
export * from '../../src/types';
|
|
6
6
|
export { FXAppPreview };
|
|
7
7
|
declare const _default: typeof FXAppPreview & Plugin;
|
|
8
8
|
export default _default;
|
|
@@ -1,22 +1,22 @@
|
|
|
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').MessageContentAppPreview>;
|
|
4
4
|
required: boolean;
|
|
5
5
|
};
|
|
6
6
|
onOpen: {
|
|
7
|
-
type: import('vue').PropType<(config: import('
|
|
7
|
+
type: import('../../../vue').PropType<(config: import('../../../types').PreviewConfig) => void>;
|
|
8
8
|
default: undefined;
|
|
9
9
|
};
|
|
10
|
-
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
+
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
11
11
|
content: {
|
|
12
|
-
type: import('vue').PropType<import('
|
|
12
|
+
type: import('../../../vue').PropType<import('../../../types').MessageContentAppPreview>;
|
|
13
13
|
required: boolean;
|
|
14
14
|
};
|
|
15
15
|
onOpen: {
|
|
16
|
-
type: import('vue').PropType<(config: import('
|
|
16
|
+
type: import('../../../vue').PropType<(config: import('../../../types').PreviewConfig) => void>;
|
|
17
17
|
default: undefined;
|
|
18
18
|
};
|
|
19
19
|
}>> & Readonly<{}>, {
|
|
20
|
-
onOpen: (config: import('
|
|
21
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
onOpen: (config: import('../../../types').PreviewConfig) => void;
|
|
21
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
22
22
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { MessageContentAppPreview, PreviewConfig } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentAppPreview, PreviewConfig } from '../../../types';
|
|
3
3
|
|
|
4
4
|
export declare const appPreviewMessageProps: {
|
|
5
5
|
content: {
|
|
@@ -13,11 +13,15 @@ export interface PreviewConfig {
|
|
|
13
13
|
metadataPath?: string;
|
|
14
14
|
projectPath?: string;
|
|
15
15
|
baseMetadataId?: string;
|
|
16
|
+
/** 预览面板标题 */
|
|
17
|
+
title?: string;
|
|
16
18
|
/**
|
|
17
19
|
* postMessage 的 targetOrigin;不填则从预览 URL(含拼接后的完整地址)推导。
|
|
18
20
|
* 跨域嵌入时若自动推导不符,可显式指定为 iframe 页面所在 origin。
|
|
19
21
|
*/
|
|
20
22
|
postMessageTargetOrigin?: string;
|
|
23
|
+
/** 预览面板初始宽度占比 (0.3 ~ 0.7),默认 0.5 */
|
|
24
|
+
initialRatio?: number;
|
|
21
25
|
}
|
|
22
26
|
export interface AppConfig {
|
|
23
27
|
appPath: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXAttachmentPreview } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXAttachmentPreview } from '../../src/attachment-preview.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
4
|
+
export * from '../../src/attachment-preview.props';
|
|
5
|
+
export * from '../../src/types';
|
|
6
6
|
export { FXAttachmentPreview };
|
|
7
7
|
declare const _default: typeof FXAttachmentPreview & Plugin;
|
|
8
8
|
export default _default;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { AttachmentPreviewConfig } from '
|
|
1
|
+
import { AttachmentPreviewConfig } from '../../../types';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
4
4
|
content: {
|
|
5
|
-
type: import('vue').PropType<import('
|
|
5
|
+
type: import('../../../vue').PropType<import('../../../types').MessageContentAttachmentPreview>;
|
|
6
6
|
required: boolean;
|
|
7
7
|
};
|
|
8
8
|
onOpen: {
|
|
9
|
-
type: import('vue').PropType<(config: AttachmentPreviewConfig) => void>;
|
|
9
|
+
type: import('../../../vue').PropType<(config: AttachmentPreviewConfig) => void>;
|
|
10
10
|
};
|
|
11
|
-
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, never[], never, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, never[], never, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
12
12
|
content: {
|
|
13
|
-
type: import('vue').PropType<import('
|
|
13
|
+
type: import('../../../vue').PropType<import('../../../types').MessageContentAttachmentPreview>;
|
|
14
14
|
required: boolean;
|
|
15
15
|
};
|
|
16
16
|
onOpen: {
|
|
17
|
-
type: import('vue').PropType<(config: AttachmentPreviewConfig) => void>;
|
|
17
|
+
type: import('../../../vue').PropType<(config: AttachmentPreviewConfig) => void>;
|
|
18
18
|
};
|
|
19
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { MessageContentAttachmentPreview, AttachmentPreviewConfig } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentAttachmentPreview, AttachmentPreviewConfig } from '../../../types';
|
|
3
3
|
|
|
4
4
|
export declare const attachmentPreviewProps: {
|
|
5
5
|
content: {
|
package/bubble/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXBubble } from '
|
|
3
|
-
import { default as FXBubbleAction } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXBubble } from '../../src/bubble.component';
|
|
3
|
+
import { default as FXBubbleAction } from '../../src/components/action/bubble-action.component';
|
|
4
4
|
|
|
5
|
-
export * from '
|
|
6
|
-
export * from '
|
|
7
|
-
export * from '
|
|
5
|
+
export * from '../../src/bubble.props';
|
|
6
|
+
export * from '../../src/components/action/bubble-action.props';
|
|
7
|
+
export * from '../../src/composition/types';
|
|
8
8
|
export { FXBubble, FXBubbleAction };
|
|
9
9
|
declare const _default: typeof FXBubble & Plugin;
|
|
10
10
|
export default _default;
|
|
@@ -1,119 +1,122 @@
|
|
|
1
|
-
import { Attachment } from '
|
|
1
|
+
import { Attachment } from '../../../composition/types';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
header: import('
|
|
3
|
+
declare const _default: import('../../../vue').DefineComponent<{
|
|
4
|
+
header: import('../../../bubble.props').BubbleHeaderType;
|
|
5
5
|
customClass: string | string[] | Record<string, boolean>;
|
|
6
|
-
outputMode: import('
|
|
7
|
-
placement: import('
|
|
8
|
-
classNames: Record<import('
|
|
9
|
-
customStyle: string | import('vue').CSSProperties;
|
|
6
|
+
outputMode: import('../../../../..').OutputMode;
|
|
7
|
+
placement: import('../../../bubble.props').BubblePlacement;
|
|
8
|
+
classNames: Record<import('../../../..').AppearanceType, string | string[] | Record<string, boolean>>;
|
|
9
|
+
customStyle: string | import('../../../vue').CSSProperties;
|
|
10
10
|
showAvatar: boolean;
|
|
11
|
-
styles: Record<import('
|
|
11
|
+
styles: Record<import('../../../..').AppearanceType, import('../../../vue').CSSProperties>;
|
|
12
12
|
attachments: Attachment[];
|
|
13
|
-
content?: import('
|
|
14
|
-
onPreview?: ((config: import('
|
|
13
|
+
content?: import('../../../..').BubbleContent | undefined;
|
|
14
|
+
onPreview?: ((config: import('../../../../..').PreviewConfig) => void) | undefined;
|
|
15
15
|
onUserAuthConfirm?: ((optionId: string, name: string, message?: string) => void) | undefined;
|
|
16
|
-
compositeTailRender?: (() => import('vue').VNode | null | undefined) | undefined;
|
|
17
|
-
onDynamicComponentsDetected?: ((configs: import('
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
compositeTailRender?: (() => import('../../../vue').VNode | null | undefined) | undefined;
|
|
17
|
+
onDynamicComponentsDetected?: ((configs: import('../../../../..').DynamicComponentConfig[]) => void) | undefined;
|
|
18
|
+
onShowDynamicComponent?: ((config: import('../../../../..').DynamicComponentConfig) => void) | undefined;
|
|
19
|
+
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<{
|
|
20
|
+
header: import('../../../bubble.props').BubbleHeaderType;
|
|
20
21
|
customClass: string | string[] | Record<string, boolean>;
|
|
21
|
-
outputMode: import('
|
|
22
|
-
placement: import('
|
|
23
|
-
classNames: Record<import('
|
|
24
|
-
customStyle: string | import('vue').CSSProperties;
|
|
22
|
+
outputMode: import('../../../../..').OutputMode;
|
|
23
|
+
placement: import('../../../bubble.props').BubblePlacement;
|
|
24
|
+
classNames: Record<import('../../../..').AppearanceType, string | string[] | Record<string, boolean>>;
|
|
25
|
+
customStyle: string | import('../../../vue').CSSProperties;
|
|
25
26
|
showAvatar: boolean;
|
|
26
|
-
styles: Record<import('
|
|
27
|
+
styles: Record<import('../../../..').AppearanceType, import('../../../vue').CSSProperties>;
|
|
27
28
|
attachments: Attachment[];
|
|
28
|
-
content?: import('
|
|
29
|
-
onPreview?: ((config: import('
|
|
29
|
+
content?: import('../../../..').BubbleContent | undefined;
|
|
30
|
+
onPreview?: ((config: import('../../../../..').PreviewConfig) => void) | undefined;
|
|
30
31
|
onUserAuthConfirm?: ((optionId: string, name: string, message?: string) => void) | undefined;
|
|
31
|
-
compositeTailRender?: (() => import('vue').VNode | null | undefined) | undefined;
|
|
32
|
-
onDynamicComponentsDetected?: ((configs: import('
|
|
32
|
+
compositeTailRender?: (() => import('../../../vue').VNode | null | undefined) | undefined;
|
|
33
|
+
onDynamicComponentsDetected?: ((configs: import('../../../../..').DynamicComponentConfig[]) => void) | undefined;
|
|
34
|
+
onShowDynamicComponent?: ((config: import('../../../../..').DynamicComponentConfig) => void) | undefined;
|
|
33
35
|
}> & Readonly<{}>, {
|
|
34
|
-
header: import('
|
|
36
|
+
header: import('../../../bubble.props').BubbleHeaderType;
|
|
35
37
|
customClass: string | string[] | Record<string, boolean>;
|
|
36
|
-
outputMode: import('
|
|
37
|
-
placement: import('
|
|
38
|
-
classNames: Record<import('
|
|
39
|
-
customStyle: string | import('vue').CSSProperties;
|
|
38
|
+
outputMode: import('../../../../..').OutputMode;
|
|
39
|
+
placement: import('../../../bubble.props').BubblePlacement;
|
|
40
|
+
classNames: Record<import('../../../..').AppearanceType, string | string[] | Record<string, boolean>>;
|
|
41
|
+
customStyle: string | import('../../../vue').CSSProperties;
|
|
40
42
|
showAvatar: boolean;
|
|
41
|
-
styles: Record<import('
|
|
43
|
+
styles: Record<import('../../../..').AppearanceType, import('../../../vue').CSSProperties>;
|
|
42
44
|
attachments: Attachment[];
|
|
43
|
-
onPreview: (config: import('
|
|
45
|
+
onPreview: (config: import('../../../../..').PreviewConfig) => void;
|
|
44
46
|
onUserAuthConfirm: (optionId: string, name: string, message?: string) => void;
|
|
45
|
-
compositeTailRender: () => import('vue').VNode | null | undefined;
|
|
46
|
-
onDynamicComponentsDetected: (configs: import('
|
|
47
|
+
compositeTailRender: () => import('../../../vue').VNode | null | undefined;
|
|
48
|
+
onDynamicComponentsDetected: (configs: import('../../../../..').DynamicComponentConfig[]) => void;
|
|
49
|
+
onShowDynamicComponent: (config: import('../../../../..').DynamicComponentConfig) => void;
|
|
47
50
|
}, {}, {
|
|
48
|
-
'fx-user-auth-inline': import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
51
|
+
'fx-user-auth-inline': import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
49
52
|
content: {
|
|
50
|
-
type: import('vue').PropType<import('
|
|
53
|
+
type: import('../../../vue').PropType<import('../../../../..').MessageContentUserAuth>;
|
|
51
54
|
required: true;
|
|
52
55
|
};
|
|
53
56
|
onConfirm: {
|
|
54
|
-
type: import('vue').PropType<(optionId: string, name: string, message?: string) => void>;
|
|
57
|
+
type: import('../../../vue').PropType<(optionId: string, name: string, message?: string) => void>;
|
|
55
58
|
default: undefined;
|
|
56
59
|
};
|
|
57
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
60
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
58
61
|
content: {
|
|
59
|
-
type: import('vue').PropType<import('
|
|
62
|
+
type: import('../../../vue').PropType<import('../../../../..').MessageContentUserAuth>;
|
|
60
63
|
required: true;
|
|
61
64
|
};
|
|
62
65
|
onConfirm: {
|
|
63
|
-
type: import('vue').PropType<(optionId: string, name: string, message?: string) => void>;
|
|
66
|
+
type: import('../../../vue').PropType<(optionId: string, name: string, message?: string) => void>;
|
|
64
67
|
default: undefined;
|
|
65
68
|
};
|
|
66
69
|
}>> & Readonly<{}>, {
|
|
67
70
|
onConfirm: (optionId: string, name: string, message?: string) => void;
|
|
68
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
69
|
-
'fx-app-preview-inline': import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
71
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
72
|
+
'fx-app-preview-inline': import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
70
73
|
content: {
|
|
71
|
-
type: import('vue').PropType<import('
|
|
74
|
+
type: import('../../../vue').PropType<import('../../../../..').MessageContentAppPreview>;
|
|
72
75
|
required: boolean;
|
|
73
76
|
};
|
|
74
77
|
onOpen: {
|
|
75
|
-
type: import('vue').PropType<(config: import('
|
|
78
|
+
type: import('../../../vue').PropType<(config: import('../../../../..').PreviewConfig) => void>;
|
|
76
79
|
default: undefined;
|
|
77
80
|
};
|
|
78
|
-
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
81
|
+
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
79
82
|
content: {
|
|
80
|
-
type: import('vue').PropType<import('
|
|
83
|
+
type: import('../../../vue').PropType<import('../../../../..').MessageContentAppPreview>;
|
|
81
84
|
required: boolean;
|
|
82
85
|
};
|
|
83
86
|
onOpen: {
|
|
84
|
-
type: import('vue').PropType<(config: import('
|
|
87
|
+
type: import('../../../vue').PropType<(config: import('../../../../..').PreviewConfig) => void>;
|
|
85
88
|
default: undefined;
|
|
86
89
|
};
|
|
87
90
|
}>> & Readonly<{}>, {
|
|
88
|
-
onOpen: (config: import('
|
|
89
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
91
|
+
onOpen: (config: import('../../../../..').PreviewConfig) => void;
|
|
92
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
90
93
|
FXToolUse: {
|
|
91
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
94
|
+
new (...args: any[]): import('../../../vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../vue').ExtractPropTypes<{
|
|
92
95
|
content: {
|
|
93
|
-
type: import('vue').PropType<import('
|
|
96
|
+
type: import('../../../vue').PropType<import('../../../../..').MessageContentToolUse>;
|
|
94
97
|
required: true;
|
|
95
98
|
};
|
|
96
|
-
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
99
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, import('../../../vue').PublicProps, {}, true, {}, {}, import('../../../vue').GlobalComponents, import('../../../vue').GlobalDirectives, string, {}, any, import('../../../vue').ComponentProvideOptions, {
|
|
97
100
|
P: {};
|
|
98
101
|
B: {};
|
|
99
102
|
D: {};
|
|
100
103
|
C: {};
|
|
101
104
|
M: {};
|
|
102
105
|
Defaults: {};
|
|
103
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
106
|
+
}, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
104
107
|
content: {
|
|
105
|
-
type: import('vue').PropType<import('
|
|
108
|
+
type: import('../../../vue').PropType<import('../../../../..').MessageContentToolUse>;
|
|
106
109
|
required: true;
|
|
107
110
|
};
|
|
108
111
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
|
109
112
|
__isFragment?: never;
|
|
110
113
|
__isTeleport?: never;
|
|
111
114
|
__isSuspense?: never;
|
|
112
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
115
|
+
} & import('../../../vue').ComponentOptionsBase<Readonly<import('../../../vue').ExtractPropTypes<{
|
|
113
116
|
content: {
|
|
114
|
-
type: import('vue').PropType<import('
|
|
117
|
+
type: import('../../../vue').PropType<import('../../../../..').MessageContentToolUse>;
|
|
115
118
|
required: true;
|
|
116
119
|
};
|
|
117
|
-
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
|
|
118
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
120
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('../../../vue').GlobalComponents, import('../../../vue').GlobalDirectives, string, import('../../../vue').ComponentProvideOptions> & import('../../../vue').VNodeProps & import('../../../vue').AllowedComponentProps & import('../../../vue').ComponentCustomProps & import('../../../vue').Plugin;
|
|
121
|
+
}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
119
122
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { CSSProperties, ExtractPropTypes, PropType, VNode } from 'vue';
|
|
2
|
-
import { AppearanceType, BubbleContent, Attachment } from '
|
|
3
|
-
import { PreviewConfig } from '
|
|
4
|
-
import { OutputMode } from '
|
|
5
|
-
import { DynamicComponentConfig } from '
|
|
1
|
+
import { CSSProperties, ExtractPropTypes, PropType, VNode } from '../../../vue';
|
|
2
|
+
import { AppearanceType, BubbleContent, Attachment } from '../../../composition/types';
|
|
3
|
+
import { PreviewConfig } from '../../../../../app-preview';
|
|
4
|
+
import { OutputMode } from '../../../../../common';
|
|
5
|
+
import { DynamicComponentConfig } from '../../../../../dynamic-component/src/composition/types';
|
|
6
6
|
|
|
7
7
|
export type BubblePlacement = 'start' | 'end';
|
|
8
8
|
export type BubbleHeaderType = 'sender' | 'ContentHeader';
|
|
@@ -70,10 +70,15 @@ export declare const bubbleProps: {
|
|
|
70
70
|
type: PropType<() => VNode | null | undefined>;
|
|
71
71
|
default: undefined;
|
|
72
72
|
};
|
|
73
|
-
/**
|
|
73
|
+
/** 检测到分屏内容区域需要展示动态组件时回调 */
|
|
74
74
|
onDynamicComponentsDetected: {
|
|
75
75
|
type: PropType<(configs: DynamicComponentConfig[]) => void>;
|
|
76
76
|
default: undefined;
|
|
77
77
|
};
|
|
78
|
+
/** 点击会话区域内动态组件相关内容并在分屏内容区域展示动态组件时回调 */
|
|
79
|
+
onShowDynamicComponent: {
|
|
80
|
+
type: PropType<(config: DynamicComponentConfig) => void>;
|
|
81
|
+
default: undefined;
|
|
82
|
+
};
|
|
78
83
|
};
|
|
79
84
|
export type BubbleProps = ExtractPropTypes<typeof bubbleProps>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('../../../../../vue').DefineComponent<{
|
|
2
2
|
customClass: string | string[] | Record<string, boolean>;
|
|
3
|
-
customStyle: string | import('vue').CSSProperties;
|
|
4
|
-
}, () => import("vue/jsx-runtime").JSX.Element | undefined, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
3
|
+
customStyle: string | import('../../../../../vue').CSSProperties;
|
|
4
|
+
}, () => import("vue/jsx-runtime").JSX.Element | undefined, {}, {}, {}, import('../../../../../vue').ComponentOptionsMixin, import('../../../../../vue').ComponentOptionsMixin, {}, string, import('../../../../../vue').PublicProps, Readonly<{
|
|
5
5
|
customClass: string | string[] | Record<string, boolean>;
|
|
6
|
-
customStyle: string | import('vue').CSSProperties;
|
|
6
|
+
customStyle: string | import('../../../../../vue').CSSProperties;
|
|
7
7
|
}> & Readonly<{}>, {
|
|
8
8
|
customClass: string | string[] | Record<string, boolean>;
|
|
9
|
-
customStyle: string | import('vue').CSSProperties;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
customStyle: string | import('../../../../../vue').CSSProperties;
|
|
10
|
+
}, {}, {}, {}, string, import('../../../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -1,16 +1,22 @@
|
|
|
1
|
-
import { Attachment } from '
|
|
1
|
+
import { Attachment } from '../../../../../../../composition/types';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('../../../../../vue').DefineComponent<{
|
|
4
4
|
attachments: Attachment[];
|
|
5
5
|
enableBatchPreview: boolean;
|
|
6
6
|
enableFixedWidth: boolean;
|
|
7
|
-
|
|
7
|
+
onPreview?: ((attachment: Attachment) => void) | undefined;
|
|
8
|
+
onBatchPreview?: ((attachments: Attachment[]) => void) | undefined;
|
|
9
|
+
}, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../../../vue').ComponentOptionsMixin, import('../../../../../vue').ComponentOptionsMixin, {}, string, import('../../../../../vue').PublicProps, Readonly<{
|
|
8
10
|
attachments: Attachment[];
|
|
9
11
|
enableBatchPreview: boolean;
|
|
10
12
|
enableFixedWidth: boolean;
|
|
13
|
+
onPreview?: ((attachment: Attachment) => void) | undefined;
|
|
14
|
+
onBatchPreview?: ((attachments: Attachment[]) => void) | undefined;
|
|
11
15
|
}> & Readonly<{}>, {
|
|
12
16
|
attachments: Attachment[];
|
|
17
|
+
onPreview: (attachment: Attachment) => void;
|
|
13
18
|
enableBatchPreview: boolean;
|
|
14
19
|
enableFixedWidth: boolean;
|
|
15
|
-
|
|
20
|
+
onBatchPreview: (attachments: Attachment[]) => void;
|
|
21
|
+
}, {}, {}, {}, string, import('../../../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
16
22
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { Attachment } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../../../vue';
|
|
2
|
+
import { Attachment } from '../../../../../../../composition/types';
|
|
3
3
|
|
|
4
4
|
export declare const bubbleAttachmentProps: {
|
|
5
5
|
attachments: {
|
|
@@ -14,5 +14,15 @@ export declare const bubbleAttachmentProps: {
|
|
|
14
14
|
type: BooleanConstructor;
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
|
+
/** 预览附件时触发 */
|
|
18
|
+
onPreview: {
|
|
19
|
+
type: PropType<(attachment: Attachment) => void>;
|
|
20
|
+
default: undefined;
|
|
21
|
+
};
|
|
22
|
+
/** 批量预览附件时触发 */
|
|
23
|
+
onBatchPreview: {
|
|
24
|
+
type: PropType<(attachments: Attachment[]) => void>;
|
|
25
|
+
default: undefined;
|
|
26
|
+
};
|
|
17
27
|
};
|
|
18
28
|
export type BubbleAttachmentProps = ExtractPropTypes<typeof bubbleAttachmentProps>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
outputMode: import('
|
|
3
|
-
content?: import('
|
|
4
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
5
|
-
outputMode: import('
|
|
6
|
-
content?: import('
|
|
1
|
+
declare const _default: import('../../../../../vue').DefineComponent<{
|
|
2
|
+
outputMode: import('../../../../../../../../..').OutputMode;
|
|
3
|
+
content?: import('../../../../../../../..').ThinkContent | undefined;
|
|
4
|
+
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../../../vue').ComponentOptionsMixin, import('../../../../../vue').ComponentOptionsMixin, {}, string, import('../../../../../vue').PublicProps, Readonly<{
|
|
5
|
+
outputMode: import('../../../../../../../../..').OutputMode;
|
|
6
|
+
content?: import('../../../../../../../..').ThinkContent | undefined;
|
|
7
7
|
}> & Readonly<{}>, {
|
|
8
|
-
outputMode: import('
|
|
9
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
outputMode: import('../../../../../../../../..').OutputMode;
|
|
9
|
+
}, {}, {}, {}, string, import('../../../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { ThinkContent } from '
|
|
3
|
-
import { OutputMode } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../../../vue';
|
|
2
|
+
import { ThinkContent } from '../../../../../../../composition/types';
|
|
3
|
+
import { OutputMode } from '../../../../../../../..';
|
|
4
4
|
|
|
5
5
|
export declare const bubbleThinkProps: {
|
|
6
6
|
/** 思考内容 */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
content?: import('
|
|
3
|
-
}, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
4
|
-
content?: import('
|
|
5
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: import('../../../../../vue').DefineComponent<{
|
|
2
|
+
content?: import('../../../../../../../..').ThoughtChainContent | undefined;
|
|
3
|
+
}, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../../../vue').ComponentOptionsMixin, import('../../../../../vue').ComponentOptionsMixin, {}, string, import('../../../../../vue').PublicProps, Readonly<{
|
|
4
|
+
content?: import('../../../../../../../..').ThoughtChainContent | undefined;
|
|
5
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { ThoughtChainContent } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../../../vue';
|
|
2
|
+
import { ThoughtChainContent } from '../../../../../../../composition/types';
|
|
3
3
|
|
|
4
4
|
export declare const bubbleThoughtChainProps: {
|
|
5
5
|
content: {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
customStyle: import('vue').CSSProperties;
|
|
3
|
-
file?: import('
|
|
4
|
-
onPreviewFile?: ((attachment: import('
|
|
5
|
-
onBatchPreviewFile?: ((attachments: import('
|
|
6
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
7
|
-
customStyle: import('vue').CSSProperties;
|
|
8
|
-
file?: import('
|
|
9
|
-
onPreviewFile?: ((attachment: import('
|
|
10
|
-
onBatchPreviewFile?: ((attachments: import('
|
|
1
|
+
declare const _default: import('../../../../../../vue').DefineComponent<{
|
|
2
|
+
customStyle: import('../../../../../../vue').CSSProperties;
|
|
3
|
+
file?: import('../../../../../../../../../..').Attachment | import('../../../../../../../../../..').Attachment[] | undefined;
|
|
4
|
+
onPreviewFile?: ((attachment: import('../../../../../../../../../..').Attachment) => void) | undefined;
|
|
5
|
+
onBatchPreviewFile?: ((attachments: import('../../../../../../../../../..').Attachment[]) => void) | undefined;
|
|
6
|
+
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../../../../vue').ComponentOptionsMixin, import('../../../../../../vue').ComponentOptionsMixin, {}, string, import('../../../../../../vue').PublicProps, Readonly<{
|
|
7
|
+
customStyle: import('../../../../../../vue').CSSProperties;
|
|
8
|
+
file?: import('../../../../../../../../../..').Attachment | import('../../../../../../../../../..').Attachment[] | undefined;
|
|
9
|
+
onPreviewFile?: ((attachment: import('../../../../../../../../../..').Attachment) => void) | undefined;
|
|
10
|
+
onBatchPreviewFile?: ((attachments: import('../../../../../../../../../..').Attachment[]) => void) | undefined;
|
|
11
11
|
}> & Readonly<{}>, {
|
|
12
|
-
customStyle: import('vue').CSSProperties;
|
|
13
|
-
onPreviewFile: (attachment: import('
|
|
14
|
-
onBatchPreviewFile: (attachments: import('
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
customStyle: import('../../../../../../vue').CSSProperties;
|
|
13
|
+
onPreviewFile: (attachment: import('../../../../../../../../../..').Attachment) => void;
|
|
14
|
+
onBatchPreviewFile: (attachments: import('../../../../../../../../../..').Attachment[]) => void;
|
|
15
|
+
}, {}, {}, {}, string, import('../../../../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CSSProperties, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { Attachment } from '
|
|
1
|
+
import { CSSProperties, ExtractPropTypes, PropType } from '../../../../../../vue';
|
|
2
|
+
import { Attachment } from '../../../../../../../../../composition/types';
|
|
3
3
|
|
|
4
4
|
export declare const fileEmbeddedContentProps: {
|
|
5
5
|
/** 文件 */
|