@blueking/ai-blueking 0.2.1 → 0.2.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.
@@ -9,6 +9,8 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
9
9
  sizeLimit?: ISize | undefined;
10
10
  startPosition?: IStartPosition | undefined;
11
11
  userPhoto?: string | undefined;
12
+ name?: string | undefined;
13
+ placeholder?: string | undefined;
12
14
  logo?: string | undefined;
13
15
  scrollLoading?: boolean | undefined;
14
16
  scrollLoadingEnd?: boolean | undefined;
@@ -29,6 +31,8 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
29
31
  sizeLimit?: ISize | undefined;
30
32
  startPosition?: IStartPosition | undefined;
31
33
  userPhoto?: string | undefined;
34
+ name?: string | undefined;
35
+ placeholder?: string | undefined;
32
36
  logo?: string | undefined;
33
37
  scrollLoading?: boolean | undefined;
34
38
  scrollLoadingEnd?: boolean | undefined;
@@ -5,6 +5,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
5
5
  loading?: boolean | undefined;
6
6
  background?: string | undefined;
7
7
  userPhoto?: string | undefined;
8
+ placeholder?: string | undefined;
8
9
  scrollLoading?: boolean | undefined;
9
10
  scrollLoadingEnd?: boolean | undefined;
10
11
  }>, {
@@ -21,6 +22,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
21
22
  loading?: boolean | undefined;
22
23
  background?: string | undefined;
23
24
  userPhoto?: string | undefined;
25
+ placeholder?: string | undefined;
24
26
  scrollLoading?: boolean | undefined;
25
27
  scrollLoadingEnd?: boolean | undefined;
26
28
  }>, {
@@ -4,6 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
4
4
  positionLimit?: IPositionLimit | undefined;
5
5
  sizeLimit?: ISize | undefined;
6
6
  logo?: string | undefined;
7
+ name?: string | undefined;
7
8
  startPosition?: IStartPosition | undefined;
8
9
  }>, {
9
10
  headBackground: string;
@@ -32,6 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
32
33
  positionLimit?: IPositionLimit | undefined;
33
34
  sizeLimit?: ISize | undefined;
34
35
  logo?: string | undefined;
36
+ name?: string | undefined;
35
37
  startPosition?: IStartPosition | undefined;
36
38
  }>, {
37
39
  headBackground: string;
@@ -1,6 +1,7 @@
1
1
  import type { IPrompt } from '../types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
3
  prompts?: IPrompt[] | undefined;
4
+ placeholder?: string | undefined;
4
5
  value: string;
5
6
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
7
  "update:value": (val: string) => void;
@@ -8,6 +9,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
8
9
  "choose-prompt": (prompt: IPrompt) => void;
9
10
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
10
11
  prompts?: IPrompt[] | undefined;
12
+ placeholder?: string | undefined;
11
13
  value: string;
12
14
  }>>> & {
13
15
  "onUpdate:value"?: ((val: string) => any) | undefined;
@@ -9,7 +9,7 @@ export declare const langData: {
9
9
  readonly 发送: "Send";
10
10
  readonly '\u60A8\u53EF\u4EE5\u952E\u5165 \u201C/\u201D \u67E5\u770B\u66F4\u591APrompt': "You can type \"/\" to see more Prompts";
11
11
  readonly 请输入: "Please input";
12
- readonly 返回最新: "Scroll to bottom";
12
+ readonly 返回最新: "Latest";
13
13
  readonly 终止生成: "Stop";
14
14
  readonly 向上滚动加载更多记录: "Scroll up to load more records";
15
15
  readonly 日: "sunday";
@@ -23,4 +23,4 @@ export declare const langData: {
23
23
  readonly 本周: "this week";
24
24
  readonly 上周: "last week";
25
25
  };
26
- export declare const t: (key: keyof typeof langData) => "BK GPT" | "shrink down" | "expand upward" | "Empty chat records" | "close" | "The content is being executed, please send it after the execution is completed." | "Send" | "You can type \"/\" to see more Prompts" | "Please input" | "Scroll to bottom" | "Stop" | "Scroll up to load more records" | "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "yesterday" | "this week" | "last week" | "小鲸" | "向下收缩" | "向上扩展" | "清空聊天记录" | "关闭" | "内容正在执行中,请执行完成后再发送" | "发送" | "您可以键入 “/” 查看更多Prompt" | "请输入" | "返回最新" | "终止生成" | "向上滚动加载更多记录" | "日" | "一" | "二" | "三" | "四" | "五" | "六" | "昨天" | "本周" | "上周";
26
+ export declare const t: (key: keyof typeof langData) => "BK GPT" | "shrink down" | "expand upward" | "Empty chat records" | "close" | "The content is being executed, please send it after the execution is completed." | "Send" | "You can type \"/\" to see more Prompts" | "Please input" | "Latest" | "Stop" | "Scroll up to load more records" | "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "yesterday" | "this week" | "last week" | "小鲸" | "向下收缩" | "向上扩展" | "清空聊天记录" | "关闭" | "内容正在执行中,请执行完成后再发送" | "发送" | "您可以键入 “/” 查看更多Prompt" | "请输入" | "返回最新" | "终止生成" | "向上滚动加载更多记录" | "日" | "一" | "二" | "三" | "四" | "五" | "六" | "昨天" | "本周" | "上周";