@farris/x-ui 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +9 -0
- package/accordion/src/accordion.component.d.ts +8 -0
- package/accordion/src/accordion.props.d.ts +2 -0
- package/accordion/src/components/accordion-item.component.d.ts +8 -0
- package/accordion/src/components/accordion-item.props.d.ts +2 -0
- package/app-preview/index.d.ts +4 -4
- package/app-preview/src/app-preview.component.d.ts +8 -8
- package/app-preview/src/app-preview.props.d.ts +2 -2
- package/app-preview/src/types.d.ts +4 -0
- package/attachment-preview/index.d.ts +4 -4
- package/attachment-preview/src/attachment-preview.component.d.ts +8 -8
- package/attachment-preview/src/attachment-preview.props.d.ts +2 -2
- package/bubble/index.d.ts +6 -6
- package/bubble/src/bubble.component.d.ts +59 -56
- package/bubble/src/bubble.props.d.ts +11 -6
- package/bubble/src/components/action/bubble-action.component.d.ts +6 -6
- package/bubble/src/components/action/bubble-action.props.d.ts +1 -1
- package/bubble/src/components/attachment/bubble-attachment.component.d.ts +10 -4
- package/bubble/src/components/attachment/bubble-attachment.props.d.ts +12 -2
- package/bubble/src/components/bubble-think/bubble-think.component.d.ts +8 -8
- package/bubble/src/components/bubble-think/bubble-think.props.d.ts +3 -3
- package/bubble/src/components/bubble-thought-chain/bubble-thought-chain.component.d.ts +5 -5
- package/bubble/src/components/bubble-thought-chain/bubble-thought-chain.props.d.ts +2 -2
- package/bubble/src/components/embedded-content/file/file-embedded-content.component.d.ts +14 -14
- package/bubble/src/components/embedded-content/file/file-embedded-content.props.d.ts +2 -2
- package/bubble/src/components/embedded-content/page/page-embedded-content.component.d.ts +6 -6
- package/bubble/src/components/embedded-content/page/page-embedded-content.props.d.ts +1 -1
- package/bubble/src/components/header/content-header.component.d.ts +2 -2
- package/bubble/src/components/header/sender-header.component.d.ts +2 -2
- package/bubble/src/components/text-content/text-content.component.d.ts +15 -9
- package/bubble/src/components/text-content/text-content.props.d.ts +14 -3
- package/bubble/src/components/text-content/utils/widget-to-messages.d.ts +44 -0
- package/bubble/src/composition/types.d.ts +4 -4
- package/bubble/src/composition/use-embedded-content.d.ts +2 -2
- package/bubble/src/composition/use-widget-content.d.ts +4 -3
- package/carousel/index.d.ts +6 -6
- package/carousel/src/carousel.component.d.ts +31 -31
- package/carousel/src/carousel.props.d.ts +2 -2
- package/carousel/src/components/carousel-item.component.d.ts +12 -12
- package/carousel/src/components/carousel-item.props.d.ts +2 -2
- package/carousel/src/composition/type.d.ts +1 -1
- package/carousel/src/composition/use-carousel.d.ts +5 -5
- package/chat-preview/index.d.ts +7 -7
- package/chat-preview/src/agent-workbench-sdk.d.ts +6 -6
- package/chat-preview/src/chat-preview.component.d.ts +11 -11
- package/chat-preview/src/chat-preview.props.d.ts +2 -2
- package/chat-preview/src/preview-chrome-sdk.d.ts +1 -1
- package/chat-preview/src/preview-iframe-sdk.d.ts +2 -2
- package/coding/index.d.ts +4 -4
- package/coding/src/coding.component.d.ts +5 -5
- package/coding/src/coding.props.d.ts +2 -2
- package/common/index.d.ts +7 -7
- package/common/src/use-render.d.ts +3 -3
- package/common/src/use-sequential-streaming.d.ts +1 -1
- package/common/src/use-streaming-output.d.ts +2 -2
- package/common/src/use-timer.d.ts +2 -2
- package/components.d.ts +52 -40
- package/confirm-dialog/index.d.ts +3 -3
- package/confirm-dialog/src/confirm-dialog.component.d.ts +9 -9
- package/confirm-dialog/src/confirm-dialog.props.d.ts +1 -1
- package/dynamic-component/index.d.ts +5 -5
- package/dynamic-component/src/composition/dynamic-component-registry.d.ts +1 -1
- package/dynamic-component/src/composition/types.d.ts +10 -5
- package/dynamic-component/src/composition/use-dynamic-component-parser.d.ts +3 -3
- package/dynamic-component/src/dynamic-component.component.d.ts +5 -5
- package/enterprise-cloud/index.d.ts +12 -12
- package/enterprise-cloud/src/agent-thinking.component.d.ts +5 -5
- package/enterprise-cloud/src/attachment-file.component.d.ts +5 -5
- package/enterprise-cloud/src/error-reminder.component.d.ts +5 -5
- package/enterprise-cloud/src/hitl-question.component.d.ts +5 -5
- package/enterprise-cloud/src/input-recommend.component.d.ts +5 -5
- package/enterprise-cloud/src/link-card.component.d.ts +5 -5
- package/enterprise-cloud/src/reference-sources.component.d.ts +5 -5
- package/enterprise-cloud/src/unknown-enterprise.component.d.ts +5 -5
- package/enterprise-cloud/src/user-auth.component.d.ts +5 -5
- package/farris.x-ui.esm.js +5827 -4249
- package/farris.x-ui.umd.cjs +118 -71
- package/file-operation/index.d.ts +4 -4
- package/file-operation/src/file-operation.component.d.ts +5 -5
- package/file-operation/src/file-operation.props.d.ts +2 -2
- package/generate-process/index.d.ts +3 -3
- package/generate-process/src/generate-process.component.d.ts +17 -17
- package/generate-process/src/generate-process.props.d.ts +2 -2
- package/history/index.d.ts +3 -3
- package/history/src/composition/type.d.ts +1 -1
- package/history/src/history.component.d.ts +4 -4
- package/history/src/history.props.d.ts +2 -2
- package/index.css +1 -1
- package/index.d.ts +3 -3
- package/list-view/index.d.ts +8 -0
- package/list-view/src/components/list-view-group-item.component.d.ts +41 -0
- package/list-view/src/components/list-view-item.component.d.ts +122 -0
- package/list-view/src/composition/types.d.ts +13 -0
- package/list-view/src/composition/use-data-view.d.ts +29 -0
- package/list-view/src/list-view.component.d.ts +32 -0
- package/list-view/src/list-view.props.d.ts +51 -0
- package/markdown/index.d.ts +4 -4
- package/markdown/src/markdown.component.d.ts +5 -5
- package/markdown/src/markdown.props.d.ts +2 -2
- package/markdown-preview/index.d.ts +3 -3
- package/markdown-preview/src/markdown-preview.component.d.ts +3 -3
- package/markdown-preview/src/markdown-preview.props.d.ts +1 -1
- package/nav/index.d.ts +8 -0
- package/nav/src/composition/types.d.ts +11 -0
- package/nav/src/nav.component.d.ts +8 -0
- package/nav/src/nav.props.d.ts +2 -0
- package/package.json +1 -2
- package/popover/index.d.ts +8 -0
- package/popover/src/composition/types.d.ts +28 -0
- package/popover/src/composition/use-delayed-ref.d.ts +4 -0
- package/popover/src/composition/use-host.d.ts +9 -0
- package/popover/src/composition/use-popup.d.ts +5 -0
- package/popover/src/composition/use-position.d.ts +5 -0
- package/popover/src/composition/use-resize.d.ts +5 -0
- package/popover/src/popover.component.d.ts +61 -0
- package/popover/src/popover.directive.d.ts +5 -0
- package/popover/src/popover.props.d.ts +104 -0
- package/popover/src/popover.service.d.ts +17 -0
- package/prompts/index.d.ts +5 -5
- package/prompts/src/components/prompt.component.d.ts +34 -34
- package/prompts/src/components/prompt.props.d.ts +2 -2
- package/prompts/src/composition/type.d.ts +1 -1
- package/prompts/src/prompts.component.d.ts +19 -19
- package/prompts/src/prompts.props.d.ts +2 -2
- package/search-box/index.d.ts +9 -0
- package/search-box/src/components/search-box-container.component.d.ts +26 -0
- package/search-box/src/components/search-box-container.props.d.ts +40 -0
- package/search-box/src/search-box.component.d.ts +40 -0
- package/search-box/src/search-box.props.d.ts +64 -0
- package/splitter/index.d.ts +8 -0
- package/splitter/src/components/splitter-pane.component.d.ts +8 -0
- package/splitter/src/components/splitter-pane.props.d.ts +5 -0
- package/splitter/src/composition/types.d.ts +26 -0
- package/splitter/src/composition/use-resize-handle.d.ts +4 -0
- package/splitter/src/composition/use-resize-pane.d.ts +4 -0
- package/splitter/src/splitter.component.d.ts +8 -0
- package/splitter/src/splitter.props.d.ts +5 -0
- package/started-todo/index.d.ts +4 -4
- package/started-todo/src/started-todo.component.d.ts +20 -20
- package/started-todo/src/started-todo.props.d.ts +3 -3
- package/started-todo/src/types.d.ts +1 -1
- package/suggestion/index.d.ts +3 -3
- package/suggestion/src/suggestion.component.d.ts +13 -13
- package/suggestion/src/suggestion.props.d.ts +2 -2
- package/todo/index.d.ts +8 -8
- package/todo/src/components/todo-list-item-view.component.d.ts +16 -16
- package/todo/src/components/todo-list-item-view.props.d.ts +3 -3
- package/todo/src/components/todo-list-view.d.ts +6 -6
- package/todo/src/components/todo-list-view.props.d.ts +2 -2
- package/todo/src/composition/status-icon.d.ts +1 -1
- package/todo/src/todo.component.d.ts +9 -9
- package/todo/src/todo.props.d.ts +2 -2
- package/tool-use/index.d.ts +2 -2
- package/tool-use/src/tool-use.component.d.ts +5 -5
- package/welcome/index.d.ts +3 -3
- package/welcome/src/welcome.component.d.ts +18 -18
- package/welcome/src/welcome.props.d.ts +2 -2
- package/widget-container/index.d.ts +4 -4
- package/widget-container/src/composition/use-load-widget.d.ts +1 -1
- package/widget-container/src/widget-container.component.d.ts +9 -9
- package/widget-container/src/widget-container.props.d.ts +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXFileOperation } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXFileOperation } from '../../src/file-operation.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
4
|
+
export * from '../../src/file-operation.props';
|
|
5
|
+
export * from '../../src/types';
|
|
6
6
|
export { FXFileOperation };
|
|
7
7
|
declare const _default: typeof FXFileOperation & Plugin;
|
|
8
8
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
2
2
|
content: {
|
|
3
|
-
type: import('vue').PropType<import('
|
|
3
|
+
type: import('../../../vue').PropType<import('../../../types').MessageContentFileOperation>;
|
|
4
4
|
required: boolean;
|
|
5
5
|
};
|
|
6
|
-
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6
|
+
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
7
7
|
content: {
|
|
8
|
-
type: import('vue').PropType<import('
|
|
8
|
+
type: import('../../../vue').PropType<import('../../../types').MessageContentFileOperation>;
|
|
9
9
|
required: boolean;
|
|
10
10
|
};
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { MessageContentFileOperation } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentFileOperation } from '../../../types';
|
|
3
3
|
|
|
4
4
|
export declare const fileOperationMessageProps: {
|
|
5
5
|
content: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXGenerateProcess } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXGenerateProcess } from '../../src/generate-process.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
4
|
+
export * from '../../src/generate-process.props';
|
|
5
5
|
export { FXGenerateProcess };
|
|
6
6
|
declare const _default: typeof FXGenerateProcess & Plugin;
|
|
7
7
|
export default _default;
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('../../../vue').DefineComponent<{
|
|
2
2
|
progress: number;
|
|
3
3
|
customClass: string | string[] | Record<string, boolean>;
|
|
4
|
-
icon: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
4
|
+
icon: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
5
5
|
[key: string]: any;
|
|
6
6
|
}>;
|
|
7
7
|
visible: boolean;
|
|
8
|
-
classNames: Record<import('
|
|
9
|
-
customStyle: string | import('vue').CSSProperties;
|
|
10
|
-
styles: Record<import('
|
|
8
|
+
classNames: Record<import('../../../composition/type').AppearanceType, string | string[] | Record<string, boolean>>;
|
|
9
|
+
customStyle: string | import('../../../vue').CSSProperties;
|
|
10
|
+
styles: Record<import('../../../composition/type').AppearanceType, import('../../../vue').CSSProperties>;
|
|
11
11
|
showProgress: boolean;
|
|
12
|
-
description?: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
12
|
+
description?: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}> | undefined;
|
|
15
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, "closed", import('vue').PublicProps, Readonly<{
|
|
15
|
+
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, "closed", import('../../../vue').PublicProps, Readonly<{
|
|
16
16
|
progress: number;
|
|
17
17
|
customClass: string | string[] | Record<string, boolean>;
|
|
18
|
-
icon: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
18
|
+
icon: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>;
|
|
21
21
|
visible: boolean;
|
|
22
|
-
classNames: Record<import('
|
|
23
|
-
customStyle: string | import('vue').CSSProperties;
|
|
24
|
-
styles: Record<import('
|
|
22
|
+
classNames: Record<import('../../../composition/type').AppearanceType, string | string[] | Record<string, boolean>>;
|
|
23
|
+
customStyle: string | import('../../../vue').CSSProperties;
|
|
24
|
+
styles: Record<import('../../../composition/type').AppearanceType, import('../../../vue').CSSProperties>;
|
|
25
25
|
showProgress: boolean;
|
|
26
|
-
description?: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
26
|
+
description?: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}> | undefined;
|
|
29
29
|
}> & Readonly<{}>, {
|
|
30
30
|
progress: number;
|
|
31
31
|
customClass: string | string[] | Record<string, boolean>;
|
|
32
|
-
icon: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
32
|
+
icon: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
}>;
|
|
35
35
|
visible: boolean;
|
|
36
|
-
classNames: Record<import('
|
|
37
|
-
customStyle: string | import('vue').CSSProperties;
|
|
38
|
-
styles: Record<import('
|
|
36
|
+
classNames: Record<import('../../../composition/type').AppearanceType, string | string[] | Record<string, boolean>>;
|
|
37
|
+
customStyle: string | import('../../../vue').CSSProperties;
|
|
38
|
+
styles: Record<import('../../../composition/type').AppearanceType, import('../../../vue').CSSProperties>;
|
|
39
39
|
showProgress: boolean;
|
|
40
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
40
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CSSProperties, ExtractPropTypes, PropType, VNode } from 'vue';
|
|
2
|
-
import { AppearanceType } from '
|
|
1
|
+
import { CSSProperties, ExtractPropTypes, PropType, VNode } from '../../../vue';
|
|
2
|
+
import { AppearanceType } from '../../../composition/type';
|
|
3
3
|
|
|
4
4
|
export declare const generateProcessProps: {
|
|
5
5
|
visible: {
|
package/history/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXHistory } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXHistory } from '../../src/history.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
4
|
+
export * from '../../src/history.props';
|
|
5
5
|
export { FXHistory };
|
|
6
6
|
declare const _default: typeof FXHistory & Plugin;
|
|
7
7
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ChatHistoryItem } from '
|
|
1
|
+
import { ChatHistoryItem } from '../../../composition/type';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('../../../vue').DefineComponent<{
|
|
4
4
|
title: string;
|
|
5
5
|
items: ChatHistoryItem[];
|
|
6
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "itemClick"[], "itemClick", import('vue').PublicProps, Readonly<{
|
|
6
|
+
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, "itemClick"[], "itemClick", import('../../../vue').PublicProps, Readonly<{
|
|
7
7
|
title: string;
|
|
8
8
|
items: ChatHistoryItem[];
|
|
9
9
|
}> & Readonly<{
|
|
@@ -11,5 +11,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
11
|
}>, {
|
|
12
12
|
title: string;
|
|
13
13
|
items: ChatHistoryItem[];
|
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { ChatHistoryItem } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../vue';
|
|
2
|
+
import { ChatHistoryItem } from '../../../composition/type';
|
|
3
3
|
|
|
4
4
|
export declare const chatHistoryProps: {
|
|
5
5
|
title: {
|