@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.
- package/dist/index.es.js +8093 -8081
- package/dist/index.umd.js +82 -82
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +1 -0
- package/dist/lib/components/layout/index.d.ts +1 -0
- package/dist/lib/components/layout/src/index.vue.d.ts +1 -0
- package/dist/lib/components/layout/src/types.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +8 -8
|
@@ -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;
|