@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.
Files changed (161) hide show
  1. package/accordion/index.d.ts +9 -0
  2. package/accordion/src/accordion.component.d.ts +8 -0
  3. package/accordion/src/accordion.props.d.ts +2 -0
  4. package/accordion/src/components/accordion-item.component.d.ts +8 -0
  5. package/accordion/src/components/accordion-item.props.d.ts +2 -0
  6. package/app-preview/index.d.ts +4 -4
  7. package/app-preview/src/app-preview.component.d.ts +8 -8
  8. package/app-preview/src/app-preview.props.d.ts +2 -2
  9. package/app-preview/src/types.d.ts +4 -0
  10. package/attachment-preview/index.d.ts +4 -4
  11. package/attachment-preview/src/attachment-preview.component.d.ts +8 -8
  12. package/attachment-preview/src/attachment-preview.props.d.ts +2 -2
  13. package/bubble/index.d.ts +6 -6
  14. package/bubble/src/bubble.component.d.ts +59 -56
  15. package/bubble/src/bubble.props.d.ts +11 -6
  16. package/bubble/src/components/action/bubble-action.component.d.ts +6 -6
  17. package/bubble/src/components/action/bubble-action.props.d.ts +1 -1
  18. package/bubble/src/components/attachment/bubble-attachment.component.d.ts +10 -4
  19. package/bubble/src/components/attachment/bubble-attachment.props.d.ts +12 -2
  20. package/bubble/src/components/bubble-think/bubble-think.component.d.ts +8 -8
  21. package/bubble/src/components/bubble-think/bubble-think.props.d.ts +3 -3
  22. package/bubble/src/components/bubble-thought-chain/bubble-thought-chain.component.d.ts +5 -5
  23. package/bubble/src/components/bubble-thought-chain/bubble-thought-chain.props.d.ts +2 -2
  24. package/bubble/src/components/embedded-content/file/file-embedded-content.component.d.ts +14 -14
  25. package/bubble/src/components/embedded-content/file/file-embedded-content.props.d.ts +2 -2
  26. package/bubble/src/components/embedded-content/page/page-embedded-content.component.d.ts +6 -6
  27. package/bubble/src/components/embedded-content/page/page-embedded-content.props.d.ts +1 -1
  28. package/bubble/src/components/header/content-header.component.d.ts +2 -2
  29. package/bubble/src/components/header/sender-header.component.d.ts +2 -2
  30. package/bubble/src/components/text-content/text-content.component.d.ts +15 -9
  31. package/bubble/src/components/text-content/text-content.props.d.ts +14 -3
  32. package/bubble/src/components/text-content/utils/widget-to-messages.d.ts +44 -0
  33. package/bubble/src/composition/types.d.ts +4 -4
  34. package/bubble/src/composition/use-embedded-content.d.ts +2 -2
  35. package/bubble/src/composition/use-widget-content.d.ts +4 -3
  36. package/carousel/index.d.ts +6 -6
  37. package/carousel/src/carousel.component.d.ts +31 -31
  38. package/carousel/src/carousel.props.d.ts +2 -2
  39. package/carousel/src/components/carousel-item.component.d.ts +12 -12
  40. package/carousel/src/components/carousel-item.props.d.ts +2 -2
  41. package/carousel/src/composition/type.d.ts +1 -1
  42. package/carousel/src/composition/use-carousel.d.ts +5 -5
  43. package/chat-preview/index.d.ts +7 -7
  44. package/chat-preview/src/agent-workbench-sdk.d.ts +6 -6
  45. package/chat-preview/src/chat-preview.component.d.ts +11 -11
  46. package/chat-preview/src/chat-preview.props.d.ts +2 -2
  47. package/chat-preview/src/preview-chrome-sdk.d.ts +1 -1
  48. package/chat-preview/src/preview-iframe-sdk.d.ts +2 -2
  49. package/coding/index.d.ts +4 -4
  50. package/coding/src/coding.component.d.ts +5 -5
  51. package/coding/src/coding.props.d.ts +2 -2
  52. package/common/index.d.ts +7 -7
  53. package/common/src/use-render.d.ts +3 -3
  54. package/common/src/use-sequential-streaming.d.ts +1 -1
  55. package/common/src/use-streaming-output.d.ts +2 -2
  56. package/common/src/use-timer.d.ts +2 -2
  57. package/components.d.ts +52 -40
  58. package/confirm-dialog/index.d.ts +3 -3
  59. package/confirm-dialog/src/confirm-dialog.component.d.ts +9 -9
  60. package/confirm-dialog/src/confirm-dialog.props.d.ts +1 -1
  61. package/dynamic-component/index.d.ts +5 -5
  62. package/dynamic-component/src/composition/dynamic-component-registry.d.ts +1 -1
  63. package/dynamic-component/src/composition/types.d.ts +10 -5
  64. package/dynamic-component/src/composition/use-dynamic-component-parser.d.ts +3 -3
  65. package/dynamic-component/src/dynamic-component.component.d.ts +5 -5
  66. package/enterprise-cloud/index.d.ts +12 -12
  67. package/enterprise-cloud/src/agent-thinking.component.d.ts +5 -5
  68. package/enterprise-cloud/src/attachment-file.component.d.ts +5 -5
  69. package/enterprise-cloud/src/error-reminder.component.d.ts +5 -5
  70. package/enterprise-cloud/src/hitl-question.component.d.ts +5 -5
  71. package/enterprise-cloud/src/input-recommend.component.d.ts +5 -5
  72. package/enterprise-cloud/src/link-card.component.d.ts +5 -5
  73. package/enterprise-cloud/src/reference-sources.component.d.ts +5 -5
  74. package/enterprise-cloud/src/unknown-enterprise.component.d.ts +5 -5
  75. package/enterprise-cloud/src/user-auth.component.d.ts +5 -5
  76. package/farris.x-ui.esm.js +5827 -4249
  77. package/farris.x-ui.umd.cjs +118 -71
  78. package/file-operation/index.d.ts +4 -4
  79. package/file-operation/src/file-operation.component.d.ts +5 -5
  80. package/file-operation/src/file-operation.props.d.ts +2 -2
  81. package/generate-process/index.d.ts +3 -3
  82. package/generate-process/src/generate-process.component.d.ts +17 -17
  83. package/generate-process/src/generate-process.props.d.ts +2 -2
  84. package/history/index.d.ts +3 -3
  85. package/history/src/composition/type.d.ts +1 -1
  86. package/history/src/history.component.d.ts +4 -4
  87. package/history/src/history.props.d.ts +2 -2
  88. package/index.css +1 -1
  89. package/index.d.ts +3 -3
  90. package/list-view/index.d.ts +8 -0
  91. package/list-view/src/components/list-view-group-item.component.d.ts +41 -0
  92. package/list-view/src/components/list-view-item.component.d.ts +122 -0
  93. package/list-view/src/composition/types.d.ts +13 -0
  94. package/list-view/src/composition/use-data-view.d.ts +29 -0
  95. package/list-view/src/list-view.component.d.ts +32 -0
  96. package/list-view/src/list-view.props.d.ts +51 -0
  97. package/markdown/index.d.ts +4 -4
  98. package/markdown/src/markdown.component.d.ts +5 -5
  99. package/markdown/src/markdown.props.d.ts +2 -2
  100. package/markdown-preview/index.d.ts +3 -3
  101. package/markdown-preview/src/markdown-preview.component.d.ts +3 -3
  102. package/markdown-preview/src/markdown-preview.props.d.ts +1 -1
  103. package/nav/index.d.ts +8 -0
  104. package/nav/src/composition/types.d.ts +11 -0
  105. package/nav/src/nav.component.d.ts +8 -0
  106. package/nav/src/nav.props.d.ts +2 -0
  107. package/package.json +1 -2
  108. package/popover/index.d.ts +8 -0
  109. package/popover/src/composition/types.d.ts +28 -0
  110. package/popover/src/composition/use-delayed-ref.d.ts +4 -0
  111. package/popover/src/composition/use-host.d.ts +9 -0
  112. package/popover/src/composition/use-popup.d.ts +5 -0
  113. package/popover/src/composition/use-position.d.ts +5 -0
  114. package/popover/src/composition/use-resize.d.ts +5 -0
  115. package/popover/src/popover.component.d.ts +61 -0
  116. package/popover/src/popover.directive.d.ts +5 -0
  117. package/popover/src/popover.props.d.ts +104 -0
  118. package/popover/src/popover.service.d.ts +17 -0
  119. package/prompts/index.d.ts +5 -5
  120. package/prompts/src/components/prompt.component.d.ts +34 -34
  121. package/prompts/src/components/prompt.props.d.ts +2 -2
  122. package/prompts/src/composition/type.d.ts +1 -1
  123. package/prompts/src/prompts.component.d.ts +19 -19
  124. package/prompts/src/prompts.props.d.ts +2 -2
  125. package/search-box/index.d.ts +9 -0
  126. package/search-box/src/components/search-box-container.component.d.ts +26 -0
  127. package/search-box/src/components/search-box-container.props.d.ts +40 -0
  128. package/search-box/src/search-box.component.d.ts +40 -0
  129. package/search-box/src/search-box.props.d.ts +64 -0
  130. package/splitter/index.d.ts +8 -0
  131. package/splitter/src/components/splitter-pane.component.d.ts +8 -0
  132. package/splitter/src/components/splitter-pane.props.d.ts +5 -0
  133. package/splitter/src/composition/types.d.ts +26 -0
  134. package/splitter/src/composition/use-resize-handle.d.ts +4 -0
  135. package/splitter/src/composition/use-resize-pane.d.ts +4 -0
  136. package/splitter/src/splitter.component.d.ts +8 -0
  137. package/splitter/src/splitter.props.d.ts +5 -0
  138. package/started-todo/index.d.ts +4 -4
  139. package/started-todo/src/started-todo.component.d.ts +20 -20
  140. package/started-todo/src/started-todo.props.d.ts +3 -3
  141. package/started-todo/src/types.d.ts +1 -1
  142. package/suggestion/index.d.ts +3 -3
  143. package/suggestion/src/suggestion.component.d.ts +13 -13
  144. package/suggestion/src/suggestion.props.d.ts +2 -2
  145. package/todo/index.d.ts +8 -8
  146. package/todo/src/components/todo-list-item-view.component.d.ts +16 -16
  147. package/todo/src/components/todo-list-item-view.props.d.ts +3 -3
  148. package/todo/src/components/todo-list-view.d.ts +6 -6
  149. package/todo/src/components/todo-list-view.props.d.ts +2 -2
  150. package/todo/src/composition/status-icon.d.ts +1 -1
  151. package/todo/src/todo.component.d.ts +9 -9
  152. package/todo/src/todo.props.d.ts +2 -2
  153. package/tool-use/index.d.ts +2 -2
  154. package/tool-use/src/tool-use.component.d.ts +5 -5
  155. package/welcome/index.d.ts +3 -3
  156. package/welcome/src/welcome.component.d.ts +18 -18
  157. package/welcome/src/welcome.props.d.ts +2 -2
  158. package/widget-container/index.d.ts +4 -4
  159. package/widget-container/src/composition/use-load-widget.d.ts +1 -1
  160. package/widget-container/src/widget-container.component.d.ts +9 -9
  161. 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,2 @@
1
+ export declare const accordionProps: Record<string, any>;
2
+ export type AccordionProps = import('../../../vue').ExtractPropTypes<typeof accordionProps>;
@@ -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;
@@ -0,0 +1,2 @@
1
+ export declare const accordionItemProps: Record<string, any>;
2
+ export type AccordionItemProps = import('../../../../vue').ExtractPropTypes<typeof accordionItemProps>;
@@ -1,8 +1,8 @@
1
- import { Plugin } from 'vue';
2
- import { default as FXAppPreview } from './src/app-preview.component';
1
+ import { Plugin } from '../../vue';
2
+ import { default as FXAppPreview } from '../../src/app-preview.component';
3
3
 
4
- export * from './src/app-preview.props';
5
- export * from './src/types';
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('./types').MessageContentAppPreview>;
3
+ type: import('../../../vue').PropType<import('../../../types').MessageContentAppPreview>;
4
4
  required: boolean;
5
5
  };
6
6
  onOpen: {
7
- type: import('vue').PropType<(config: import('./types').PreviewConfig) => void>;
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('./types').MessageContentAppPreview>;
12
+ type: import('../../../vue').PropType<import('../../../types').MessageContentAppPreview>;
13
13
  required: boolean;
14
14
  };
15
15
  onOpen: {
16
- type: import('vue').PropType<(config: import('./types').PreviewConfig) => void>;
16
+ type: import('../../../vue').PropType<(config: import('../../../types').PreviewConfig) => void>;
17
17
  default: undefined;
18
18
  };
19
19
  }>> & Readonly<{}>, {
20
- onOpen: (config: import('./types').PreviewConfig) => void;
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 './types';
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 './src/attachment-preview.component';
1
+ import { Plugin } from '../../vue';
2
+ import { default as FXAttachmentPreview } from '../../src/attachment-preview.component';
3
3
 
4
- export * from './src/attachment-preview.props';
5
- export * from './src/types';
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 './types';
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('./types').MessageContentAttachmentPreview>;
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('./types').MessageContentAttachmentPreview>;
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 './types';
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 './src/bubble.component';
3
- import { default as FXBubbleAction } from './src/components/action/bubble-action.component';
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 './src/bubble.props';
6
- export * from './src/components/action/bubble-action.props';
7
- export * from './src/composition/types';
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 './composition/types';
1
+ import { Attachment } from '../../../composition/types';
2
2
 
3
- declare const _default: import('vue').DefineComponent<{
4
- header: import('./bubble.props').BubbleHeaderType;
3
+ declare const _default: import('../../../vue').DefineComponent<{
4
+ header: import('../../../bubble.props').BubbleHeaderType;
5
5
  customClass: string | string[] | Record<string, boolean>;
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;
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('..').AppearanceType, import('vue').CSSProperties>;
11
+ styles: Record<import('../../../..').AppearanceType, import('../../../vue').CSSProperties>;
12
12
  attachments: Attachment[];
13
- content?: import('..').BubbleContent | undefined;
14
- onPreview?: ((config: import('../..').PreviewConfig) => void) | undefined;
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('../..').DynamicComponentConfig[]) => void) | undefined;
18
- }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
19
- header: import('./bubble.props').BubbleHeaderType;
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('../..').OutputMode;
22
- placement: import('./bubble.props').BubblePlacement;
23
- classNames: Record<import('..').AppearanceType, string | string[] | Record<string, boolean>>;
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('..').AppearanceType, import('vue').CSSProperties>;
27
+ styles: Record<import('../../../..').AppearanceType, import('../../../vue').CSSProperties>;
27
28
  attachments: Attachment[];
28
- content?: import('..').BubbleContent | undefined;
29
- onPreview?: ((config: import('../..').PreviewConfig) => void) | undefined;
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('../..').DynamicComponentConfig[]) => void) | undefined;
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('./bubble.props').BubbleHeaderType;
36
+ header: import('../../../bubble.props').BubbleHeaderType;
35
37
  customClass: string | string[] | Record<string, boolean>;
36
- outputMode: import('../..').OutputMode;
37
- placement: import('./bubble.props').BubblePlacement;
38
- classNames: Record<import('..').AppearanceType, string | string[] | Record<string, boolean>>;
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('..').AppearanceType, import('vue').CSSProperties>;
43
+ styles: Record<import('../../../..').AppearanceType, import('../../../vue').CSSProperties>;
42
44
  attachments: Attachment[];
43
- onPreview: (config: import('../..').PreviewConfig) => void;
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('../..').DynamicComponentConfig[]) => void;
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('../..').MessageContentUserAuth>;
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('../..').MessageContentUserAuth>;
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('../..').MessageContentAppPreview>;
74
+ type: import('../../../vue').PropType<import('../../../../..').MessageContentAppPreview>;
72
75
  required: boolean;
73
76
  };
74
77
  onOpen: {
75
- type: import('vue').PropType<(config: import('../..').PreviewConfig) => void>;
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('../..').MessageContentAppPreview>;
83
+ type: import('../../../vue').PropType<import('../../../../..').MessageContentAppPreview>;
81
84
  required: boolean;
82
85
  };
83
86
  onOpen: {
84
- type: import('vue').PropType<(config: import('../..').PreviewConfig) => void>;
87
+ type: import('../../../vue').PropType<(config: import('../../../../..').PreviewConfig) => void>;
85
88
  default: undefined;
86
89
  };
87
90
  }>> & Readonly<{}>, {
88
- onOpen: (config: import('../..').PreviewConfig) => void;
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('../..').MessageContentToolUse>;
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('../..').MessageContentToolUse>;
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('../..').MessageContentToolUse>;
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 './composition/types';
3
- import { PreviewConfig } from '../../app-preview';
4
- import { OutputMode } from '../../common';
5
- import { DynamicComponentConfig } from '../../dynamic-component/src/composition/types';
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,4 +1,4 @@
1
- import { CSSProperties, ExtractPropTypes, PropType } from 'vue';
1
+ import { CSSProperties, ExtractPropTypes, PropType } from '../../../../../vue';
2
2
 
3
3
  export declare const bubbleActionProps: {
4
4
  /** 组件自定义样式类名 */
@@ -1,16 +1,22 @@
1
- import { Attachment } from '../../composition/types';
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
- }, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
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
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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 '../../composition/types';
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('../../../..').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;
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('../../../..').OutputMode;
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 '../../composition/types';
3
- import { OutputMode } from '../../../../common';
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('../../..').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>;
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 '../../composition/types';
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('../../../..').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;
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('../../../..').Attachment) => void;
14
- onBatchPreviewFile: (attachments: import('../../../..').Attachment[]) => void;
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 '../../../composition/types';
1
+ import { CSSProperties, ExtractPropTypes, PropType } from '../../../../../../vue';
2
+ import { Attachment } from '../../../../../../../../../composition/types';
3
3
 
4
4
  export declare const fileEmbeddedContentProps: {
5
5
  /** 文件 */