@blueking/ai-ui-sdk 0.1.0-beta.13 → 0.1.0-beta.14
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/common/chart-helper.d.ts +32 -0
- package/dist/common/util.d.ts +83 -0
- package/dist/component.d.ts +6 -0
- package/dist/components/render-aside/index.vue.css +9 -9
- package/dist/components/render-aside/index.vue.d.ts +26 -0
- package/dist/components/render-aside/index.vue.js +1 -1
- package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
- package/dist/components/render-auto-height-textarea/index.vue.d.ts +19 -0
- package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
- package/dist/components/render-collapse/index.vue.css +2 -2
- package/dist/components/render-collapse/index.vue.d.ts +18 -0
- package/dist/components/render-collapse/index.vue.js +1 -1
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.d.ts +11 -0
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
- package/dist/components/render-dataset/components/operation-record/index.vue.d.ts +7 -0
- package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.vue.d.ts +7 -0
- package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.d.ts +11 -0
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset/dataset-footer.vue.d.ts +14 -0
- package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.d.ts +14 -0
- package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset/index.vue.d.ts +10 -0
- package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/category.vue.d.ts +10 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.vue.d.ts +15 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/file.vue.d.ts +14 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.d.ts +14 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.d.ts +15 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/manual.vue.d.ts +14 -0
- package/dist/components/render-dataset/components/plus-dataset-data/index.vue.d.ts +12 -0
- package/dist/components/render-dataset/components/search-dataset/index.vue.d.ts +11 -0
- package/dist/components/render-dataset/components/search-dataset-data/index.vue.d.ts +11 -0
- package/dist/components/render-dataset/components/search-operation-record/index.vue.d.ts +11 -0
- package/dist/components/render-dataset/components/source-type-icon/index.vue.css +3 -3
- package/dist/components/render-dataset/components/source-type-icon/index.vue.d.ts +6 -0
- package/dist/components/render-dataset/components/source-type-icon/index.vue.js +1 -1
- package/dist/components/render-dataset/index.vue.css +1 -1
- package/dist/components/render-dataset/index.vue.d.ts +5 -0
- package/dist/components/render-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset-detail/components/header.vue.d.ts +6 -0
- package/dist/components/render-dataset-detail/components/tab.vue.d.ts +2 -0
- package/dist/components/render-dataset-detail/index.vue.d.ts +6 -0
- package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.vue.d.ts +13 -0
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.css +1 -1
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.d.ts +16 -0
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.js +1 -1
- package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
- package/dist/components/render-dataset-detail-origin-data/index.vue.d.ts +6 -0
- package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
- package/dist/components/render-dataset-list/components/header.vue.d.ts +2 -0
- package/dist/components/render-dataset-list/components/main.vue.css +3 -3
- package/dist/components/render-dataset-list/components/main.vue.d.ts +10 -0
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/components/table.vue.d.ts +7 -0
- package/dist/components/render-dataset-list/index.vue.d.ts +10 -0
- package/dist/components/render-expand-collapse/index.vue.css +3 -3
- package/dist/components/render-expand-collapse/index.vue.d.ts +12 -0
- package/dist/components/render-expand-collapse/index.vue.js +1 -1
- package/dist/components/render-file-card/index.vue.css +11 -11
- package/dist/components/render-file-card/index.vue.d.ts +20 -0
- package/dist/components/render-file-card/index.vue.js +1 -1
- package/dist/components/render-file-type-icon/index.vue.css +5 -5
- package/dist/components/render-file-type-icon/index.vue.d.ts +5 -0
- package/dist/components/render-file-type-icon/index.vue.js +1 -1
- package/dist/components/render-header/index.vue.css +5 -5
- package/dist/components/render-header/index.vue.d.ts +53 -0
- package/dist/components/render-header/index.vue.js +1 -1
- package/dist/components/render-router-tab/index.vue.css +3 -3
- package/dist/components/render-router-tab/index.vue.d.ts +8 -0
- package/dist/components/render-router-tab/index.vue.js +1 -1
- package/dist/components/render-search-select/index.vue.d.ts +28 -0
- package/dist/event/index.d.ts +4 -0
- package/dist/hooks/use-chat.d.ts +866 -0
- package/dist/hooks/use-click-proxy.d.ts +1 -0
- package/dist/hooks/use-dataset-http.d.ts +40 -0
- package/dist/hooks/use-form-leave-confirm.d.ts +4 -0
- package/dist/hooks/use-mouse-drag.d.ts +13 -0
- package/dist/hooks/use-reference-doc.d.ts +14 -0
- package/dist/hooks/use-session-http.d.ts +16 -0
- package/dist/hooks/use-style.d.ts +3 -0
- package/dist/hooks/use-summary.d.ts +9 -0
- package/dist/hooks/use-table.d.ts +27 -0
- package/dist/hooks/use-think.d.ts +21 -0
- package/dist/http/fetch/error-interceptor.d.ts +3 -0
- package/dist/http/fetch/index.d.ts +25 -0
- package/dist/http/fetch/request-error.d.ts +6 -0
- package/dist/http/fetch/success-interceptor.d.ts +3 -0
- package/dist/http/helper/agent.d.ts +7 -0
- package/dist/http/helper/dataset.d.ts +94 -0
- package/dist/http/helper/knowledge.d.ts +43 -0
- package/dist/http/helper/permission.d.ts +7 -0
- package/dist/http/helper/session.d.ts +31 -0
- package/dist/http/helper/tool.d.ts +13 -0
- package/dist/main.d.ts +22 -0
- package/dist/types/agent.d.ts +12 -0
- package/dist/types/common.d.ts +19 -0
- package/dist/types/dataset.d.ts +232 -0
- package/dist/types/enum.d.ts +127 -0
- package/dist/types/file.d.ts +23 -0
- package/dist/types/knowledge.d.ts +133 -0
- package/dist/types/model.d.ts +14 -0
- package/dist/types/permission.d.ts +48 -0
- package/dist/types/session.d.ts +149 -0
- package/dist/types/tag.d.ts +7 -0
- package/dist/types/tool.d.ts +60 -0
- package/package.json +1 -1
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { IDatasetDataForm } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
isShow: boolean;
|
4
|
+
apiPrefix: string;
|
5
|
+
datasetData?: Partial<IDatasetDataForm>;
|
6
|
+
disabledChooseDataset?: boolean;
|
7
|
+
}
|
8
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
9
|
+
"update:isShow": (val: boolean) => any;
|
10
|
+
"success-confirm": () => any;
|
11
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
12
|
+
"onUpdate:isShow"?: (val: boolean) => any;
|
13
|
+
"onSuccess-confirm"?: () => any;
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
15
|
+
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import script from './index.script.vue.js.js';
|
2
|
-
script.__scopeId = "data-v-
|
2
|
+
script.__scopeId = "data-v-j1t1svi5";
|
3
3
|
script.__file = "./src/components/render-dataset/components/plus-dataset-data/form/index.vue";
|
4
4
|
import './index.vue.css';
|
5
5
|
export default script;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import type { IDatasetDataForm } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
modelValue: IDatasetDataForm;
|
4
|
+
apiPrefix: string;
|
5
|
+
}
|
6
|
+
declare const _default: import("vue").DefineComponent<IProps, {
|
7
|
+
validate: () => Promise<unknown>;
|
8
|
+
clearValidate: () => void;
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
10
|
+
"update:modelValue": (val: IDatasetDataForm) => any;
|
11
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
12
|
+
"onUpdate:modelValue"?: (val: IDatasetDataForm) => any;
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
14
|
+
export default _default;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { IDatasetDataForm } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
datasetData?: Partial<IDatasetDataForm>;
|
4
|
+
disabledChooseDataset?: boolean;
|
5
|
+
apiPrefix: string;
|
6
|
+
}
|
7
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
8
|
+
"success-plus": () => any;
|
9
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
10
|
+
"onSuccess-plus"?: () => any;
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
12
|
+
export default _default;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { IDatasetListParam } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
modelValue: IDatasetListParam;
|
4
|
+
apiPrefix: string;
|
5
|
+
}
|
6
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
7
|
+
"update:modelValue": (modelValue: IDatasetListParam) => any;
|
8
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
9
|
+
"onUpdate:modelValue"?: (modelValue: IDatasetListParam) => any;
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
11
|
+
export default _default;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { IDatasetDataParam } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
modelValue: IDatasetDataParam;
|
4
|
+
schema: Record<string, string>;
|
5
|
+
}
|
6
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
7
|
+
"update:modelValue": (modelValue: IDatasetDataParam) => any;
|
8
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
9
|
+
"onUpdate:modelValue"?: (modelValue: IDatasetDataParam) => any;
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
11
|
+
export default _default;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { IOperatRecordParam } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
modelValue: IOperatRecordParam;
|
4
|
+
datasetId: number;
|
5
|
+
}
|
6
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
7
|
+
"update:modelValue": (modelValue: IOperatRecordParam) => any;
|
8
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
9
|
+
"onUpdate:modelValue"?: (modelValue: IOperatRecordParam) => any;
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
11
|
+
export default _default;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
|
2
|
-
.bkaidev-markdown[data-v-
|
2
|
+
.bkaidev-markdown[data-v-rkmwlzyn] {
|
3
3
|
color: #3a84ff;
|
4
4
|
}
|
5
|
-
.bkaidev-wangye[data-v-
|
5
|
+
.bkaidev-wangye[data-v-rkmwlzyn] {
|
6
6
|
color: #14A568;
|
7
7
|
}
|
8
|
-
.bkaidev-wenben[data-v-
|
8
|
+
.bkaidev-wenben[data-v-rkmwlzyn] {
|
9
9
|
color: #979ba5;
|
10
10
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { DatasetDataSourceType } from '@/types/enum';
|
2
|
+
interface IProps {
|
3
|
+
sourceType?: DatasetDataSourceType;
|
4
|
+
}
|
5
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6
|
+
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import script from './index.script.vue.js.js';
|
2
|
-
script.__scopeId = "data-v-
|
2
|
+
script.__scopeId = "data-v-rkmwlzyn";
|
3
3
|
script.__file = "./src/components/render-dataset/components/source-type-icon/index.vue";
|
4
4
|
import './index.vue.css';
|
5
5
|
export default script;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
interface IProps {
|
2
|
+
apiPrefix: string;
|
3
|
+
}
|
4
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
5
|
+
export default _default;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
interface IProps {
|
2
|
+
apiPrefix: string;
|
3
|
+
datasetId: number;
|
4
|
+
}
|
5
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
6
|
+
export default _default;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2
|
+
export default _default;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
interface IProps {
|
2
|
+
apiPrefix: string;
|
3
|
+
datasetId: number;
|
4
|
+
}
|
5
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
6
|
+
export default _default;
|
package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.vue.d.ts
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
import type { IDatasetData } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
selectedDatasetDatas: IDatasetData[];
|
4
|
+
apiPrefix: string;
|
5
|
+
}
|
6
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
7
|
+
"update:selectedDatasetDatas": (selectedDatasetDatas: IDatasetData[]) => any;
|
8
|
+
"success-delete": () => any;
|
9
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
10
|
+
"onUpdate:selectedDatasetDatas"?: (selectedDatasetDatas: IDatasetData[]) => any;
|
11
|
+
"onSuccess-delete"?: () => any;
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
13
|
+
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import type { IDatasetData, IDatasetDataParam } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
apiPrefix: string;
|
4
|
+
datasetId: number;
|
5
|
+
search: IDatasetDataParam;
|
6
|
+
schema: Record<string, string>;
|
7
|
+
selectedDatasetDatas: IDatasetData[];
|
8
|
+
}
|
9
|
+
declare const _default: import("vue").DefineComponent<IProps, {
|
10
|
+
triggerApi: () => Promise<unknown>;
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
12
|
+
"update:selectedDatasetDatas": (selectedDatasetDatas: IDatasetData[]) => any;
|
13
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
14
|
+
"onUpdate:selectedDatasetDatas"?: (selectedDatasetDatas: IDatasetData[]) => any;
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
16
|
+
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import script from './index.script.vue.js';
|
2
|
-
script.__scopeId = "data-v-
|
2
|
+
script.__scopeId = "data-v-pt0i8jlv";
|
3
3
|
script.__file = "./src/components/render-dataset-detail-origin-data/components/table/index.vue";
|
4
4
|
import './index.vue.css';
|
5
5
|
export default script;
|
@@ -1,15 +1,15 @@
|
|
1
1
|
|
2
|
-
.origin-data-content[data-v-
|
2
|
+
.origin-data-content[data-v-i80e0lwa] {
|
3
3
|
padding: 24px;
|
4
4
|
height: calc(100% - 52px - 44px);
|
5
5
|
}
|
6
|
-
.origin-data-panel[data-v-
|
6
|
+
.origin-data-panel[data-v-i80e0lwa] {
|
7
7
|
height: 100%;
|
8
8
|
padding: 20px;
|
9
9
|
background: #ffffff;
|
10
10
|
box-shadow: 0 2px 4px 0 #1919290d;
|
11
11
|
border-radius: 2px;
|
12
12
|
}
|
13
|
-
.origin-data-panel .toolbar-search[data-v-
|
13
|
+
.origin-data-panel .toolbar-search[data-v-i80e0lwa] {
|
14
14
|
width: 6.17rem;
|
15
15
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
interface IProps {
|
2
|
+
apiPrefix: string;
|
3
|
+
datasetId: number;
|
4
|
+
}
|
5
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
6
|
+
export default _default;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2
|
+
export default _default;
|
@@ -1,15 +1,15 @@
|
|
1
1
|
|
2
|
-
.main-content[data-v-
|
2
|
+
.main-content[data-v-8ur47u30] {
|
3
3
|
padding: 20px 24px;
|
4
4
|
height: calc(100% - 52px);
|
5
5
|
}
|
6
|
-
.main-panel[data-v-
|
6
|
+
.main-panel[data-v-8ur47u30] {
|
7
7
|
height: 100%;
|
8
8
|
padding: 20px 24px 0;
|
9
9
|
background: #ffffff;
|
10
10
|
box-shadow: 0 2px 4px 0 #1919290d;
|
11
11
|
border-radius: 2px;
|
12
12
|
}
|
13
|
-
.main-search[data-v-
|
13
|
+
.main-search[data-v-8ur47u30] {
|
14
14
|
width: 6.17rem;
|
15
15
|
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import type { IDataset } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
apiPrefix: string;
|
4
|
+
}
|
5
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
6
|
+
"success-plus-dataset": (data: IDataset) => any;
|
7
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
8
|
+
"onSuccess-plus-dataset"?: (data: IDataset) => any;
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
10
|
+
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import type { IDatasetListParam } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
apiPrefix: string;
|
4
|
+
search: IDatasetListParam;
|
5
|
+
}
|
6
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import type { IDataset } from '@/types/dataset';
|
2
|
+
interface IProps {
|
3
|
+
apiPrefix: string;
|
4
|
+
}
|
5
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
6
|
+
"success-plus-dataset": (data: IDataset) => any;
|
7
|
+
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
8
|
+
"onSuccess-plus-dataset"?: (data: IDataset) => any;
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
10
|
+
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
.expend-collapse-home[data-v-
|
2
|
+
.expend-collapse-home[data-v-qp3pb7r2] {
|
3
3
|
width: 16px;
|
4
4
|
height: 64px;
|
5
5
|
background: #DCDEE5;
|
@@ -15,9 +15,9 @@
|
|
15
15
|
cursor: pointer;
|
16
16
|
z-index: 1550;
|
17
17
|
}
|
18
|
-
.expend-collapse-home[data-v-
|
18
|
+
.expend-collapse-home[data-v-qp3pb7r2]:hover {
|
19
19
|
background: #979BA5;
|
20
20
|
}
|
21
|
-
.expend-collapse-home.is-close[data-v-
|
21
|
+
.expend-collapse-home.is-close[data-v-qp3pb7r2] {
|
22
22
|
left: 0;
|
23
23
|
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2
|
+
isOpen: BooleanConstructor;
|
3
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
4
|
+
"update:isOpen": (isOpen: boolean) => any;
|
5
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
isOpen: BooleanConstructor;
|
7
|
+
}>> & Readonly<{
|
8
|
+
"onUpdate:isOpen"?: (isOpen: boolean) => any;
|
9
|
+
}>, {
|
10
|
+
isOpen: boolean;
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
12
|
+
export default _default;
|
@@ -1,21 +1,21 @@
|
|
1
1
|
|
2
|
-
.upload-file-home[data-v-
|
2
|
+
.upload-file-home[data-v-pt1zdqn3] {
|
3
3
|
position: relative;
|
4
4
|
background: #FFFFFF;
|
5
5
|
border: 1px solid #DCDEE5;
|
6
6
|
border-radius: 4px;
|
7
7
|
padding: 12px 12px 10px 12px;
|
8
8
|
}
|
9
|
-
.upload-file-home[data-v-
|
9
|
+
.upload-file-home[data-v-pt1zdqn3]:hover {
|
10
10
|
border: 1px solid #3A84FF;
|
11
11
|
}
|
12
|
-
.upload-file-home:hover .file-icons[data-v-
|
12
|
+
.upload-file-home:hover .file-icons[data-v-pt1zdqn3] {
|
13
13
|
display: flex;
|
14
14
|
}
|
15
|
-
.upload-file-home .file-icon[data-v-
|
15
|
+
.upload-file-home .file-icon[data-v-pt1zdqn3] {
|
16
16
|
font-size: 32px;
|
17
17
|
}
|
18
|
-
.upload-file-home .file-content[data-v-
|
18
|
+
.upload-file-home .file-content[data-v-pt1zdqn3] {
|
19
19
|
font-size: 12px;
|
20
20
|
flex: 1;
|
21
21
|
align-items: flex-start;
|
@@ -23,28 +23,28 @@
|
|
23
23
|
font-weight: normal;
|
24
24
|
width: 0;
|
25
25
|
}
|
26
|
-
.upload-file-home .file-content .file-name[data-v-
|
26
|
+
.upload-file-home .file-content .file-name[data-v-pt1zdqn3] {
|
27
27
|
width: 100%;
|
28
28
|
font-size: 14px;
|
29
29
|
line-height: 20px;
|
30
30
|
}
|
31
|
-
.upload-file-home .file-content .file-size[data-v-
|
31
|
+
.upload-file-home .file-content .file-size[data-v-pt1zdqn3] {
|
32
32
|
font-size: 12px;
|
33
33
|
color: #979BA5;
|
34
34
|
line-height: 20px;
|
35
35
|
}
|
36
|
-
.upload-file-home .file-icons[data-v-
|
36
|
+
.upload-file-home .file-icons[data-v-pt1zdqn3] {
|
37
37
|
display: none;
|
38
38
|
color: #979BA5;
|
39
39
|
}
|
40
|
-
.upload-file-home .file-icons .bkaidev-icon[data-v-
|
40
|
+
.upload-file-home .file-icons .bkaidev-icon[data-v-pt1zdqn3] {
|
41
41
|
cursor: pointer;
|
42
42
|
margin-right: 15px;
|
43
43
|
font-size: 16px;
|
44
44
|
}
|
45
|
-
.upload-file-home .file-icons .bkaidev-icon[data-v-
|
45
|
+
.upload-file-home .file-icons .bkaidev-icon[data-v-pt1zdqn3]:hover {
|
46
46
|
color: #3A84FF;
|
47
47
|
}
|
48
|
-
.upload-file-home .file-icons .bkaidev-delete[data-v-
|
48
|
+
.upload-file-home .file-icons .bkaidev-delete[data-v-pt1zdqn3] {
|
49
49
|
margin: 0;
|
50
50
|
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import type { IFileInfo } from '@/types/file';
|
2
|
+
declare const _default: <T extends IFileInfo>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
4
|
+
readonly onDelete?: (file: T) => any;
|
5
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onDelete"> & {
|
6
|
+
file: T;
|
7
|
+
} & Partial<{}>> & import("vue").PublicProps;
|
8
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
9
|
+
attrs: any;
|
10
|
+
slots: {
|
11
|
+
tool?: (props: {}) => any;
|
12
|
+
};
|
13
|
+
emit: (event: "delete", file: T) => void;
|
14
|
+
}>) => import("vue").VNode & {
|
15
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
16
|
+
};
|
17
|
+
export default _default;
|
18
|
+
type __VLS_PrettifyLocal<T> = {
|
19
|
+
[K in keyof T]: T[K];
|
20
|
+
} & {};
|
@@ -1,16 +1,16 @@
|
|
1
1
|
|
2
|
-
.ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-
|
2
|
+
.ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-145cm86e] {
|
3
3
|
color: #EA3636;
|
4
4
|
}
|
5
|
-
.ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-
|
5
|
+
.ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-145cm86e], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-145cm86e], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-145cm86e] {
|
6
6
|
color: #3A84FF;
|
7
7
|
}
|
8
|
-
.ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-
|
8
|
+
.ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-145cm86e] {
|
9
9
|
color: #C4C6CC;
|
10
10
|
}
|
11
|
-
.ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-
|
11
|
+
.ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-145cm86e] {
|
12
12
|
color: #2DCB56;
|
13
13
|
}
|
14
|
-
.ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-
|
14
|
+
.ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-145cm86e] {
|
15
15
|
color: #14A568;
|
16
16
|
}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
type: string;
|
3
|
+
};
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
5
|
+
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
.header-home[data-v-
|
2
|
+
.header-home[data-v-mgf0bnot] {
|
3
3
|
width: 100%;
|
4
4
|
height: 52px;
|
5
5
|
background: #FFFFFF;
|
@@ -7,14 +7,14 @@
|
|
7
7
|
position: relative;
|
8
8
|
z-index: 2;
|
9
9
|
}
|
10
|
-
.header-title[data-v-
|
10
|
+
.header-title[data-v-mgf0bnot] {
|
11
11
|
position: absolute;
|
12
12
|
left: 24px;
|
13
13
|
top: 14px;
|
14
14
|
font-size: 16px;
|
15
15
|
color: #313238;
|
16
16
|
}
|
17
|
-
.header-main[data-v-
|
17
|
+
.header-main[data-v-mgf0bnot] {
|
18
18
|
display: flex;
|
19
19
|
align-items: center;
|
20
20
|
justify-content: flex-end;
|
@@ -22,13 +22,13 @@
|
|
22
22
|
height: 100%;
|
23
23
|
margin: 0 auto;
|
24
24
|
}
|
25
|
-
.header-select[data-v-
|
25
|
+
.header-select[data-v-mgf0bnot] {
|
26
26
|
width: 300px;
|
27
27
|
margin-right: 8px;
|
28
28
|
z-index: 9;
|
29
29
|
font-size: 12px;
|
30
30
|
}
|
31
|
-
.header-input[data-v-
|
31
|
+
.header-input[data-v-mgf0bnot] {
|
32
32
|
width: 300px;
|
33
33
|
font-size: 12px;
|
34
34
|
}
|
@@ -0,0 +1,53 @@
|
|
1
|
+
import { PropType } from 'vue';
|
2
|
+
import type { ITag } from '@/types/tag';
|
3
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_26: {};
|
4
|
+
type __VLS_Slots = {} & {
|
5
|
+
title?: (props: typeof __VLS_1) => any;
|
6
|
+
} & {
|
7
|
+
search?: (props: typeof __VLS_3) => any;
|
8
|
+
} & {
|
9
|
+
default?: (props: typeof __VLS_26) => any;
|
10
|
+
};
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
12
|
+
title: StringConstructor;
|
13
|
+
tags: PropType<ITag[]>;
|
14
|
+
tagNames: PropType<string[]>;
|
15
|
+
search: StringConstructor;
|
16
|
+
showSearch: {
|
17
|
+
type: BooleanConstructor;
|
18
|
+
default: boolean;
|
19
|
+
};
|
20
|
+
isCodeReviewHistory: {
|
21
|
+
type: BooleanConstructor;
|
22
|
+
default: boolean;
|
23
|
+
};
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
25
|
+
"update:tagNames": (...args: any[]) => void;
|
26
|
+
"update:search": (...args: any[]) => void;
|
27
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
28
|
+
title: StringConstructor;
|
29
|
+
tags: PropType<ITag[]>;
|
30
|
+
tagNames: PropType<string[]>;
|
31
|
+
search: StringConstructor;
|
32
|
+
showSearch: {
|
33
|
+
type: BooleanConstructor;
|
34
|
+
default: boolean;
|
35
|
+
};
|
36
|
+
isCodeReviewHistory: {
|
37
|
+
type: BooleanConstructor;
|
38
|
+
default: boolean;
|
39
|
+
};
|
40
|
+
}>> & Readonly<{
|
41
|
+
"onUpdate:tagNames"?: (...args: any[]) => any;
|
42
|
+
"onUpdate:search"?: (...args: any[]) => any;
|
43
|
+
}>, {
|
44
|
+
showSearch: boolean;
|
45
|
+
isCodeReviewHistory: boolean;
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
47
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
48
|
+
export default _default;
|
49
|
+
type __VLS_WithSlots<T, S> = T & {
|
50
|
+
new (): {
|
51
|
+
$slots: S;
|
52
|
+
};
|
53
|
+
};
|
@@ -1,12 +1,12 @@
|
|
1
1
|
|
2
|
-
.router-tab[data-v-
|
2
|
+
.router-tab[data-v-enxvybxj] {
|
3
3
|
margin-top: 2px;
|
4
4
|
height: 42px;
|
5
5
|
background: #FFFFFF;
|
6
6
|
box-shadow: 0 2px 4px 0 #1919290d;
|
7
7
|
padding: 0 45px;
|
8
8
|
}
|
9
|
-
.router-tab a[data-v-
|
9
|
+
.router-tab a[data-v-enxvybxj] {
|
10
10
|
padding: 0 8px;
|
11
11
|
margin-right: 24px;
|
12
12
|
font-size: 14px;
|
@@ -15,7 +15,7 @@
|
|
15
15
|
color: #4D4F56;
|
16
16
|
box-sizing: border-box;
|
17
17
|
}
|
18
|
-
.router-tab a.router-link-exact-active[data-v-
|
18
|
+
.router-tab a.router-link-exact-active[data-v-enxvybxj] {
|
19
19
|
color: #3A84FF;
|
20
20
|
border-bottom: 2px solid #3A84FF;
|
21
21
|
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
interface IProps {
|
2
|
+
routers: Array<{
|
3
|
+
to: string;
|
4
|
+
name: string;
|
5
|
+
}>;
|
6
|
+
}
|
7
|
+
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
8
|
+
export default _default;
|