@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
@@ -1,8 +1,8 @@
1
- import { Plugin } from 'vue';
2
- import { default as FXFileOperation } from './src/file-operation.component';
1
+ import { Plugin } from '../../vue';
2
+ import { default as FXFileOperation } from '../../src/file-operation.component';
3
3
 
4
- export * from './src/file-operation.props';
5
- export * from './src/types';
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('./types').MessageContentFileOperation>;
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('./types').MessageContentFileOperation>;
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 './types';
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 './src/generate-process.component';
1
+ import { Plugin } from '../../vue';
2
+ import { default as FXGenerateProcess } from '../../src/generate-process.component';
3
3
 
4
- export * from './src/generate-process.props';
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('./composition/type').AppearanceType, string | string[] | Record<string, boolean>>;
9
- customStyle: string | import('vue').CSSProperties;
10
- styles: Record<import('./composition/type').AppearanceType, import('vue').CSSProperties>;
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('./composition/type').AppearanceType, string | string[] | Record<string, boolean>>;
23
- customStyle: string | import('vue').CSSProperties;
24
- styles: Record<import('./composition/type').AppearanceType, import('vue').CSSProperties>;
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('./composition/type').AppearanceType, string | string[] | Record<string, boolean>>;
37
- customStyle: string | import('vue').CSSProperties;
38
- styles: Record<import('./composition/type').AppearanceType, import('vue').CSSProperties>;
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 './composition/type';
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: {
@@ -1,7 +1,7 @@
1
- import { Plugin } from 'vue';
2
- import { default as FXHistory } from './src/history.component';
1
+ import { Plugin } from '../../vue';
2
+ import { default as FXHistory } from '../../src/history.component';
3
3
 
4
- export * from './src/history.props';
4
+ export * from '../../src/history.props';
5
5
  export { FXHistory };
6
6
  declare const _default: typeof FXHistory & Plugin;
7
7
  export default _default;
@@ -1,4 +1,4 @@
1
- import { VNode } from 'vue';
1
+ import { VNode } from '../../../../vue';
2
2
 
3
3
  export interface ChatHistoryItem {
4
4
  id: string;
@@ -1,9 +1,9 @@
1
- import { ChatHistoryItem } from './composition/type';
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 './composition/type';
1
+ import { ExtractPropTypes, PropType } from '../../../vue';
2
+ import { ChatHistoryItem } from '../../../composition/type';
3
3
 
4
4
  export declare const chatHistoryProps: {
5
5
  title: {