@apform-ui/core 1.10.3 → 1.10.5

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.
@@ -1,17 +1,24 @@
1
- /**
2
- * ConversationHeader — 对话顶栏(纯 props)
3
- */
4
1
  type __VLS_Props = {
5
- /** 主标题(智能体/模型名) */
2
+ /** 主标题(会话名) */
6
3
  title?: string;
7
- /** 副文案 */
4
+ /** 副文案 / 标签行前缀 */
8
5
  label?: string;
9
6
  /** 是否有消息 */
10
7
  hasMessages?: boolean;
11
8
  /** 处理中 */
12
9
  processing?: boolean;
10
+ /** 隐藏默认操作按钮(仅用 #actions) */
11
+ hideDefaultActions?: boolean;
13
12
  };
14
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
14
+ type __VLS_Slots = {} & {
15
+ identity?: (props: typeof __VLS_1) => any;
16
+ } & {
17
+ meta?: (props: typeof __VLS_3) => any;
18
+ } & {
19
+ actions?: (props: typeof __VLS_5) => any;
20
+ };
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
22
  create: () => any;
16
23
  changeAssistant: () => any;
17
24
  toggleDetails: () => any;
@@ -20,4 +27,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
20
27
  onChangeAssistant?: (() => any) | undefined;
21
28
  onToggleDetails?: (() => any) | undefined;
22
29
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
30
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
23
31
  export default _default;
32
+ type __VLS_WithSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
@@ -10,17 +10,19 @@ type __VLS_Props = {
10
10
  hideDelete?: boolean;
11
11
  emptyText?: string;
12
12
  };
13
- declare var __VLS_1: {}, __VLS_11: {
13
+ declare var __VLS_1: {}, __VLS_11: {}, __VLS_13: {
14
14
  session: Session;
15
- }, __VLS_13: {
15
+ }, __VLS_15: {
16
16
  session: Session;
17
17
  };
18
18
  type __VLS_Slots = {} & {
19
19
  toolbar?: (props: typeof __VLS_1) => any;
20
20
  } & {
21
- 'item-meta'?: (props: typeof __VLS_11) => any;
21
+ 'below-head'?: (props: typeof __VLS_11) => any;
22
22
  } & {
23
- 'item-actions'?: (props: typeof __VLS_13) => any;
23
+ 'item-meta'?: (props: typeof __VLS_13) => any;
24
+ } & {
25
+ 'item-actions'?: (props: typeof __VLS_15) => any;
24
26
  };
25
27
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
28
  select: (id: string) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apform-ui/core",
3
- "version": "1.10.3",
3
+ "version": "1.10.5",
4
4
  "type": "module",
5
5
  "author": "yangdongnan",
6
6
  "license": "MIT",