@farris/x-ui 0.0.1 → 0.0.2
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,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[], 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;
|
package/started-todo/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXStartedTodo } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXStartedTodo } from '../../src/started-todo.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
4
|
+
export * from '../../src/started-todo.props';
|
|
5
|
+
export * from '../../src/types';
|
|
6
6
|
export { FXStartedTodo };
|
|
7
7
|
declare const _default: typeof FXStartedTodo & Plugin;
|
|
8
8
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { TodoItemStatus, TodoWorkItem } from '
|
|
1
|
+
import { TodoItemStatus, TodoWorkItem } from '../../../../../todo';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
4
4
|
type: {
|
|
5
|
-
type: import('vue').PropType<TodoItemStatus>;
|
|
5
|
+
type: import('../../../vue').PropType<TodoItemStatus>;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
8
|
status: {
|
|
9
|
-
type: import('vue').PropType<TodoItemStatus>;
|
|
9
|
+
type: import('../../../vue').PropType<TodoItemStatus>;
|
|
10
10
|
default: TodoItemStatus;
|
|
11
11
|
};
|
|
12
12
|
message: {
|
|
@@ -18,11 +18,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
todoList: {
|
|
21
|
-
type: import('vue').PropType<TodoWorkItem[]>;
|
|
21
|
+
type: import('../../../vue').PropType<TodoWorkItem[]>;
|
|
22
22
|
default: never[];
|
|
23
23
|
};
|
|
24
24
|
detailViewMode: {
|
|
25
|
-
type: import('vue').PropType<import('
|
|
25
|
+
type: import('../../../vue').PropType<import('../../../../..').DetailViewMode>;
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
initExpanded: {
|
|
@@ -37,22 +37,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
37
37
|
type: BooleanConstructor;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
-
loading: import('vue').PropType<import('vue').VNode>;
|
|
40
|
+
loading: import('../../../vue').PropType<import('../../../vue').VNode>;
|
|
41
41
|
shimmer: {
|
|
42
42
|
type: BooleanConstructor;
|
|
43
43
|
default: boolean;
|
|
44
44
|
};
|
|
45
45
|
outputMode: {
|
|
46
|
-
type: import('vue').PropType<import('
|
|
47
|
-
default: import('
|
|
46
|
+
type: import('../../../vue').PropType<import('../../../../..').OutputMode>;
|
|
47
|
+
default: import('../../../../..').OutputMode;
|
|
48
48
|
};
|
|
49
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
49
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
50
50
|
type: {
|
|
51
|
-
type: import('vue').PropType<TodoItemStatus>;
|
|
51
|
+
type: import('../../../vue').PropType<TodoItemStatus>;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
status: {
|
|
55
|
-
type: import('vue').PropType<TodoItemStatus>;
|
|
55
|
+
type: import('../../../vue').PropType<TodoItemStatus>;
|
|
56
56
|
default: TodoItemStatus;
|
|
57
57
|
};
|
|
58
58
|
message: {
|
|
@@ -64,11 +64,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
todoList: {
|
|
67
|
-
type: import('vue').PropType<TodoWorkItem[]>;
|
|
67
|
+
type: import('../../../vue').PropType<TodoWorkItem[]>;
|
|
68
68
|
default: never[];
|
|
69
69
|
};
|
|
70
70
|
detailViewMode: {
|
|
71
|
-
type: import('vue').PropType<import('
|
|
71
|
+
type: import('../../../vue').PropType<import('../../../../..').DetailViewMode>;
|
|
72
72
|
default: string;
|
|
73
73
|
};
|
|
74
74
|
initExpanded: {
|
|
@@ -83,26 +83,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
83
|
type: BooleanConstructor;
|
|
84
84
|
default: boolean;
|
|
85
85
|
};
|
|
86
|
-
loading: import('vue').PropType<import('vue').VNode>;
|
|
86
|
+
loading: import('../../../vue').PropType<import('../../../vue').VNode>;
|
|
87
87
|
shimmer: {
|
|
88
88
|
type: BooleanConstructor;
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
91
|
outputMode: {
|
|
92
|
-
type: import('vue').PropType<import('
|
|
93
|
-
default: import('
|
|
92
|
+
type: import('../../../vue').PropType<import('../../../../..').OutputMode>;
|
|
93
|
+
default: import('../../../../..').OutputMode;
|
|
94
94
|
};
|
|
95
95
|
}>> & Readonly<{}>, {
|
|
96
96
|
type: TodoItemStatus;
|
|
97
97
|
message: string;
|
|
98
98
|
status: TodoItemStatus;
|
|
99
99
|
todoList: TodoWorkItem[];
|
|
100
|
-
detailViewMode: import('
|
|
100
|
+
detailViewMode: import('../../../../..').DetailViewMode;
|
|
101
101
|
initExpanded: boolean;
|
|
102
102
|
showLoading: boolean;
|
|
103
103
|
showLabel: boolean;
|
|
104
104
|
shimmer: boolean;
|
|
105
|
-
outputMode: import('
|
|
105
|
+
outputMode: import('../../../../..').OutputMode;
|
|
106
106
|
taskDetail: string;
|
|
107
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
107
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
108
108
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType, VNode } from 'vue';
|
|
2
|
-
import { OutputMode } from '
|
|
3
|
-
import { TodoItemStatus, TodoWorkItem, DetailViewMode } from '
|
|
1
|
+
import { ExtractPropTypes, PropType, VNode } from '../../../vue';
|
|
2
|
+
import { OutputMode } from '../../../../../common';
|
|
3
|
+
import { TodoItemStatus, TodoWorkItem, DetailViewMode } from '../../../../../todo';
|
|
4
4
|
|
|
5
5
|
export declare const startedTodoProps: {
|
|
6
6
|
type: {
|
package/suggestion/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXSuggestion } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXSuggestion } from '../../src/suggestion.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
4
|
+
export * from '../../src/suggestion.props';
|
|
5
5
|
export { FXSuggestion };
|
|
6
6
|
declare const _default: typeof FXSuggestion & Plugin;
|
|
7
7
|
export default _default;
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { SuggestionItem } from '
|
|
1
|
+
import { SuggestionItem } from '../../../composition/type';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
title: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3
|
+
declare const _default: import('../../../vue').DefineComponent<{
|
|
4
|
+
title: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
5
5
|
[key: string]: any;
|
|
6
6
|
}>;
|
|
7
7
|
items: SuggestionItem[];
|
|
8
8
|
height: number;
|
|
9
|
-
prompt: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
9
|
+
prompt: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
10
10
|
[key: string]: any;
|
|
11
11
|
}>;
|
|
12
|
-
promptChar: import('
|
|
12
|
+
promptChar: import('../../../suggestion.props').PromptChar;
|
|
13
13
|
promptAgentName: string;
|
|
14
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
15
|
-
title: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
14
|
+
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<{
|
|
15
|
+
title: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>;
|
|
18
18
|
items: SuggestionItem[];
|
|
19
19
|
height: number;
|
|
20
|
-
prompt: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
20
|
+
prompt: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>;
|
|
23
|
-
promptChar: import('
|
|
23
|
+
promptChar: import('../../../suggestion.props').PromptChar;
|
|
24
24
|
promptAgentName: string;
|
|
25
25
|
}> & Readonly<{}>, {
|
|
26
|
-
title: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
26
|
+
title: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}>;
|
|
29
29
|
items: SuggestionItem[];
|
|
30
30
|
height: number;
|
|
31
|
-
prompt: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
31
|
+
prompt: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
}>;
|
|
34
|
-
promptChar: import('
|
|
34
|
+
promptChar: import('../../../suggestion.props').PromptChar;
|
|
35
35
|
promptAgentName: string;
|
|
36
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType, VNode } from 'vue';
|
|
2
|
-
import { SuggestionItem } from '
|
|
1
|
+
import { ExtractPropTypes, PropType, VNode } from '../../../vue';
|
|
2
|
+
import { SuggestionItem } from '../../../composition/type';
|
|
3
3
|
|
|
4
4
|
export type PromptChar = '@' | '#';
|
|
5
5
|
export declare const suggestionProps: {
|
package/todo/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXTodo } from '
|
|
3
|
-
import { default as FXTodoListView } from '
|
|
4
|
-
import { default as FXTodoListItemView } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXTodo } from '../../src/todo.component';
|
|
3
|
+
import { default as FXTodoListView } from '../../src/components/todo-list-view';
|
|
4
|
+
import { default as FXTodoListItemView } from '../../src/components/todo-list-item-view.component';
|
|
5
5
|
|
|
6
|
-
export * from '
|
|
7
|
-
export * from '
|
|
8
|
-
export * from '
|
|
9
|
-
export * from '
|
|
6
|
+
export * from '../../src/todo.props';
|
|
7
|
+
export * from '../../src/components/todo-list-view.props';
|
|
8
|
+
export * from '../../src/components/todo-list-item-view.props';
|
|
9
|
+
export * from '../../src/composition/type';
|
|
10
10
|
export { FXTodo, FXTodoListView, FXTodoListItemView };
|
|
11
11
|
declare const _default: typeof FXTodo & Plugin;
|
|
12
12
|
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
|
id: {
|
|
3
3
|
type: NumberConstructor;
|
|
4
4
|
default: number;
|
|
5
5
|
};
|
|
6
6
|
status: {
|
|
7
|
-
type: import('vue').PropType<import('
|
|
7
|
+
type: import('../../../../vue').PropType<import('../../../../../..').TodoItemStatus>;
|
|
8
8
|
};
|
|
9
9
|
task: {
|
|
10
10
|
type: StringConstructor;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
todoList: {
|
|
14
|
-
type: import('vue').PropType<import('
|
|
14
|
+
type: import('../../../../vue').PropType<import('../../../../../..').TodoWorkItem[]>;
|
|
15
15
|
default: never[];
|
|
16
16
|
};
|
|
17
17
|
detailViewMode: {
|
|
18
|
-
type: import('vue').PropType<import('
|
|
19
|
-
default: import('
|
|
18
|
+
type: import('../../../../vue').PropType<import('../../../../../..').DetailViewMode>;
|
|
19
|
+
default: import('../../../../../..').DetailViewMode;
|
|
20
20
|
};
|
|
21
21
|
initExpanded: {
|
|
22
22
|
type: BooleanConstructor;
|
|
@@ -43,28 +43,28 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
outputMode: {
|
|
46
|
-
type: import('vue').PropType<import('
|
|
46
|
+
type: import('../../../../vue').PropType<import('../../../../../../..').OutputMode>;
|
|
47
47
|
default: string;
|
|
48
48
|
};
|
|
49
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
49
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../../vue').ComponentOptionsMixin, import('../../../../vue').ComponentOptionsMixin, "click"[], "click", import('../../../../vue').PublicProps, Readonly<import('../../../../vue').ExtractPropTypes<{
|
|
50
50
|
id: {
|
|
51
51
|
type: NumberConstructor;
|
|
52
52
|
default: number;
|
|
53
53
|
};
|
|
54
54
|
status: {
|
|
55
|
-
type: import('vue').PropType<import('
|
|
55
|
+
type: import('../../../../vue').PropType<import('../../../../../..').TodoItemStatus>;
|
|
56
56
|
};
|
|
57
57
|
task: {
|
|
58
58
|
type: StringConstructor;
|
|
59
59
|
default: string;
|
|
60
60
|
};
|
|
61
61
|
todoList: {
|
|
62
|
-
type: import('vue').PropType<import('
|
|
62
|
+
type: import('../../../../vue').PropType<import('../../../../../..').TodoWorkItem[]>;
|
|
63
63
|
default: never[];
|
|
64
64
|
};
|
|
65
65
|
detailViewMode: {
|
|
66
|
-
type: import('vue').PropType<import('
|
|
67
|
-
default: import('
|
|
66
|
+
type: import('../../../../vue').PropType<import('../../../../../..').DetailViewMode>;
|
|
67
|
+
default: import('../../../../../..').DetailViewMode;
|
|
68
68
|
};
|
|
69
69
|
initExpanded: {
|
|
70
70
|
type: BooleanConstructor;
|
|
@@ -91,7 +91,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
91
|
default: string;
|
|
92
92
|
};
|
|
93
93
|
outputMode: {
|
|
94
|
-
type: import('vue').PropType<import('
|
|
94
|
+
type: import('../../../../vue').PropType<import('../../../../../../..').OutputMode>;
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
97
|
}>> & Readonly<{
|
|
@@ -101,12 +101,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
101
101
|
message: string;
|
|
102
102
|
id: number;
|
|
103
103
|
task: string;
|
|
104
|
-
todoList: import('
|
|
105
|
-
detailViewMode: import('
|
|
104
|
+
todoList: import('../../../../../..').TodoWorkItem[];
|
|
105
|
+
detailViewMode: import('../../../../../..').DetailViewMode;
|
|
106
106
|
initExpanded: boolean;
|
|
107
107
|
showLoading: boolean;
|
|
108
108
|
showLabel: boolean;
|
|
109
109
|
shimmer: boolean;
|
|
110
|
-
outputMode: import('
|
|
111
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
110
|
+
outputMode: import('../../../../../../..').OutputMode;
|
|
111
|
+
}, {}, {}, {}, string, import('../../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
112
112
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { TodoItemStatus, TodoWorkItem, DetailViewMode } from '
|
|
3
|
-
import { OutputMode } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../../vue';
|
|
2
|
+
import { TodoItemStatus, TodoWorkItem, DetailViewMode } from '../../../../../composition/type';
|
|
3
|
+
import { OutputMode } from '../../../../../../../common';
|
|
4
4
|
|
|
5
5
|
export declare const todoListItemProps: {
|
|
6
6
|
/** 索引 */
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { TodoWorkItem } from '
|
|
1
|
+
import { TodoWorkItem } from '../../../../../composition/type';
|
|
2
2
|
|
|
3
3
|
/** 待办列表组件 - 可复用 */
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
declare const _default: import('../../../../vue').DefineComponent<import('../../../../vue').ExtractPropTypes<{
|
|
5
5
|
items: {
|
|
6
|
-
type: import('vue').PropType<TodoWorkItem[]>;
|
|
6
|
+
type: import('../../../../vue').PropType<TodoWorkItem[]>;
|
|
7
7
|
default: () => never[];
|
|
8
8
|
};
|
|
9
|
-
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../../vue').ComponentOptionsMixin, import('../../../../vue').ComponentOptionsMixin, {}, string, import('../../../../vue').PublicProps, Readonly<import('../../../../vue').ExtractPropTypes<{
|
|
10
10
|
items: {
|
|
11
|
-
type: import('vue').PropType<TodoWorkItem[]>;
|
|
11
|
+
type: import('../../../../vue').PropType<TodoWorkItem[]>;
|
|
12
12
|
default: () => never[];
|
|
13
13
|
};
|
|
14
14
|
}>> & Readonly<{}>, {
|
|
15
15
|
items: TodoWorkItem[];
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
}, {}, {}, {}, string, import('../../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { TodoWorkItem } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../../vue';
|
|
2
|
+
import { TodoWorkItem } from '../../../../../composition/type';
|
|
3
3
|
|
|
4
4
|
export declare const todoListViewProps: {
|
|
5
5
|
/** 待办事项列表 */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
2
2
|
type: {
|
|
3
|
-
type: import('vue').PropType<import('
|
|
3
|
+
type: import('../../../vue').PropType<import('../../../..').TodoItemStatus>;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
message: {
|
|
@@ -8,16 +8,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
items: {
|
|
11
|
-
type: import('vue').PropType<import('
|
|
11
|
+
type: import('../../../vue').PropType<import('../../../..').TodoWorkItem[]>;
|
|
12
12
|
default: never[];
|
|
13
13
|
};
|
|
14
14
|
customClass: {
|
|
15
15
|
type: StringConstructor;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
19
19
|
type: {
|
|
20
|
-
type: import('vue').PropType<import('
|
|
20
|
+
type: import('../../../vue').PropType<import('../../../..').TodoItemStatus>;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
message: {
|
|
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
items: {
|
|
28
|
-
type: import('vue').PropType<import('
|
|
28
|
+
type: import('../../../vue').PropType<import('../../../..').TodoWorkItem[]>;
|
|
29
29
|
default: never[];
|
|
30
30
|
};
|
|
31
31
|
customClass: {
|
|
@@ -33,9 +33,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
|
-
type: import('
|
|
36
|
+
type: import('../../../..').TodoItemStatus;
|
|
37
37
|
message: string;
|
|
38
|
-
items: import('
|
|
38
|
+
items: import('../../../..').TodoWorkItem[];
|
|
39
39
|
customClass: string;
|
|
40
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
40
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
export default _default;
|
package/todo/src/todo.props.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { TodoItemStatus, TodoWorkItem } from '
|
|
1
|
+
import { ExtractPropTypes, PropType } from '../../../vue';
|
|
2
|
+
import { TodoItemStatus, TodoWorkItem } from '../../../composition/type';
|
|
3
3
|
|
|
4
4
|
export declare const todoProps: {
|
|
5
5
|
type: {
|
package/tool-use/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXToolUse } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXToolUse } from '../../src/tool-use.component';
|
|
3
3
|
|
|
4
4
|
export { FXToolUse };
|
|
5
5
|
declare const _default: typeof FXToolUse & Plugin;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { MessageContentToolUse } from '
|
|
1
|
+
import { PropType } from '../../../vue';
|
|
2
|
+
import { MessageContentToolUse } from '../../../../../enterprise-cloud/src/types';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* 智能体工具调用条:标题栏展示工具名;默认收折;
|
|
6
6
|
* 展开后可查看调用参数与结果(结果到达后仍保持收折,徽章显示「完成」)。
|
|
7
7
|
*/
|
|
8
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8
|
+
declare const _default: import('../../../vue').DefineComponent<import('../../../vue').ExtractPropTypes<{
|
|
9
9
|
content: {
|
|
10
10
|
type: PropType<MessageContentToolUse>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
|
|
14
14
|
content: {
|
|
15
15
|
type: PropType<MessageContentToolUse>;
|
|
16
16
|
required: true;
|
|
17
17
|
};
|
|
18
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
export default _default;
|
package/welcome/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXWelcome } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXWelcome } from '../../src/welcome.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
4
|
+
export * from '../../src/welcome.props';
|
|
5
5
|
export { FXWelcome };
|
|
6
6
|
declare const _default: typeof FXWelcome & Plugin;
|
|
7
7
|
export default _default;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('../../../vue').DefineComponent<{
|
|
2
2
|
customClass: string | string[] | Record<string, boolean>;
|
|
3
|
-
classNames: Record<import('
|
|
4
|
-
customStyle: string | import('vue').CSSProperties;
|
|
5
|
-
styles: Record<import('
|
|
6
|
-
title?: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3
|
+
classNames: Record<import('../../../composition/type').AppearanceType, string | string[] | Record<string, boolean>>;
|
|
4
|
+
customStyle: string | import('../../../vue').CSSProperties;
|
|
5
|
+
styles: Record<import('../../../composition/type').AppearanceType, import('../../../vue').CSSProperties>;
|
|
6
|
+
title?: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
}> | undefined;
|
|
9
|
-
icon?: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
9
|
+
icon?: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
10
10
|
[key: string]: any;
|
|
11
11
|
}> | undefined;
|
|
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, {}, string, import('vue').PublicProps, Readonly<{
|
|
15
|
+
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<{
|
|
16
16
|
customClass: string | string[] | Record<string, boolean>;
|
|
17
|
-
classNames: Record<import('
|
|
18
|
-
customStyle: string | import('vue').CSSProperties;
|
|
19
|
-
styles: Record<import('
|
|
20
|
-
title?: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
17
|
+
classNames: Record<import('../../../composition/type').AppearanceType, string | string[] | Record<string, boolean>>;
|
|
18
|
+
customStyle: string | import('../../../vue').CSSProperties;
|
|
19
|
+
styles: Record<import('../../../composition/type').AppearanceType, import('../../../vue').CSSProperties>;
|
|
20
|
+
title?: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}> | undefined;
|
|
23
|
-
icon?: string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
23
|
+
icon?: string | import('../../../vue').VNode<import('../../../vue').RendererNode, import('../../../vue').RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}> | undefined;
|
|
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
|
customClass: string | string[] | Record<string, boolean>;
|
|
31
|
-
classNames: Record<import('
|
|
32
|
-
customStyle: string | import('vue').CSSProperties;
|
|
33
|
-
styles: Record<import('
|
|
34
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
classNames: Record<import('../../../composition/type').AppearanceType, string | string[] | Record<string, boolean>>;
|
|
32
|
+
customStyle: string | import('../../../vue').CSSProperties;
|
|
33
|
+
styles: Record<import('../../../composition/type').AppearanceType, import('../../../vue').CSSProperties>;
|
|
34
|
+
}, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
|
|
35
35
|
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 welcomeProps: {
|
|
5
5
|
/** 图标 */
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Plugin } from 'vue';
|
|
2
|
-
import { default as FXWidgetContainer } from '
|
|
1
|
+
import { Plugin } from '../../vue';
|
|
2
|
+
import { default as FXWidgetContainer } from '../../src/widget-container.component';
|
|
3
3
|
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
4
|
+
export * from '../../src/widget-container.props';
|
|
5
|
+
export * from '../../src/composition/types';
|
|
6
6
|
export { FXWidgetContainer };
|
|
7
7
|
declare const _default: typeof FXWidgetContainer & Plugin;
|
|
8
8
|
export default _default;
|