@qqt-product/ui 13.0.0 → 13.0.1

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.
@@ -134,6 +134,7 @@ export interface PageButtonDeleteFileRow extends Omit<PageButton, 'args'> {
134
134
  };
135
135
  groupCode: string;
136
136
  ids: string[];
137
+ attachmentIds?: string[];
137
138
  rows: RecordString[];
138
139
  }
139
140
  export type ValidateStatus = 'success' | 'fail' | 'unset';
@@ -114,6 +114,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
114
114
  chatDragging: Ref<boolean>;
115
115
  chatDraggingPositionX: Ref<number>;
116
116
  chatDraggingPositionY: Ref<number | null>;
117
+ showAiKnowledgeBase: Ref<boolean>;
117
118
  secondMenuShow: Ref<boolean>;
118
119
  siderRef: Ref<any>;
119
120
  menuSelect: (obj: any) => void;
@@ -111,6 +111,7 @@ declare const _sfc_main: DefineComponent<{
111
111
  chatDragging: Ref<boolean>;
112
112
  chatDraggingPositionX: Ref<number>;
113
113
  chatDraggingPositionY: Ref<number | null>;
114
+ showAiKnowledgeBase: Ref<boolean>;
114
115
  secondMenuShow: Ref<boolean>;
115
116
  siderRef: Ref<any>;
116
117
  menuSelect: (obj: any) => void;
@@ -74,5 +74,6 @@ export interface LayoutConfigType {
74
74
  showWebProcurement?: boolean;
75
75
  showI18n?: boolean;
76
76
  showChatBi?: boolean;
77
+ showAiKnowledgeBase?: boolean;
77
78
  [propName: string]: any;
78
79
  }