@blueking/ai-ui-sdk 0.1.12-beta.34 → 0.1.12-beta.36
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/components/render-aside/index.vue.css +9 -9
- 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.js +1 -1
- package/dist/components/render-auto-refresh/index.vue.css +8 -8
- package/dist/components/render-auto-refresh/index.vue.js +1 -1
- package/dist/components/render-checkbox/index.vue.css +9 -9
- package/dist/components/render-checkbox/index.vue.js +1 -1
- package/dist/components/render-choose-tag/index.vue.css +7 -7
- package/dist/components/render-choose-tag/index.vue.js +1 -1
- package/dist/components/render-collapse/index.vue.css +2 -2
- package/dist/components/render-collapse/index.vue.js +1 -1
- package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.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.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.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.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.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.script.vue.js.js +137 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.css +10 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.d.ts +8 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +5 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/category.script.vue.js.js +10 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/category.vue.d.ts +1 -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.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.script.vue.js.js +27 -14
- 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.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js.js +9 -3
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/source-type-icon/index.script.vue.js.js +3 -0
- package/dist/components/render-dataset/index.vue.css +1 -1
- package/dist/components/render-dataset/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.js +1 -1
- package/dist/components/render-dataset-list/components/main.vue.css +3 -3
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/components/table.script.vue.js.js +3 -15
- package/dist/components/render-expand-collapse/index.vue.css +3 -3
- 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.js +1 -1
- package/dist/components/render-file-type-icon/index.vue.css +5 -5
- 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.js +1 -1
- package/dist/components/render-markdown/mark-down-code.d.ts +2 -0
- package/dist/components/render-markdown/mark-down-code.ts.js +171 -0
- package/dist/components/render-markdown/mark-down-emoji.d.ts +2 -0
- package/dist/components/render-markdown/mark-down-emoji.ts.js +4 -0
- package/dist/components/render-markdown/mark-down.d.ts +49 -0
- package/dist/components/render-markdown/mark-down.postcss.css +148 -0
- package/dist/components/render-markdown/mark-down.ts.js +145 -0
- package/dist/components/render-router-tab/index.vue.css +3 -3
- package/dist/components/render-router-tab/index.vue.js +1 -1
- package/dist/components.d.ts +2 -1
- package/dist/components.ts.js +2 -1
- package/dist/css/fonts/iconcool.eot +0 -0
- package/dist/css/fonts/iconcool.svg +3 -0
- package/dist/css/fonts/iconcool.ttf +0 -0
- package/dist/css/fonts/iconcool.woff +0 -0
- package/dist/css/iconcool.js +2 -2
- package/dist/css/style.css +3 -0
- package/dist/hooks/use-dataset-http.d.ts +1 -0
- package/dist/hooks/use-dataset-http.ts.js +8 -1
- package/dist/http/helper/dataset.d.ts +7 -1
- package/dist/http/helper/dataset.ts.js +16 -0
- package/dist/types/dataset.d.ts +20 -0
- package/package.json +4 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { IDatasetDataForm } from '@/types/dataset';
|
|
2
2
|
interface IProps {
|
|
3
3
|
modelValue: IDatasetDataForm;
|
|
4
|
+
isInternal?: boolean;
|
|
4
5
|
}
|
|
5
6
|
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
7
|
"update:modelValue": (data: IDatasetDataForm) => any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './footer.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-j545amga";
|
|
3
3
|
script.__file = "./src/components/render-dataset/components/plus-dataset-data/form/footer.vue";
|
|
4
4
|
import './footer.vue.css';
|
|
5
5
|
export default script;
|
package/dist/components/render-dataset/components/plus-dataset-data/form/index.script.vue.js.js
CHANGED
|
@@ -33,6 +33,7 @@ const _hoisted_1 = {
|
|
|
33
33
|
class: "plus-dataset-data"
|
|
34
34
|
};
|
|
35
35
|
import { nextTick, ref, useTemplateRef, watch } from 'vue';
|
|
36
|
+
import RenderApi from './api.vue.js';
|
|
36
37
|
import RenderCategory from './category.vue.js';
|
|
37
38
|
import RenderDataset from './dataset.vue.js';
|
|
38
39
|
import RenderFile from './file.vue.js';
|
|
@@ -135,9 +136,11 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
135
136
|
_ctx.isShow ? (_openBlock(), _createElementBlock("section", _hoisted_1, [
|
|
136
137
|
_createVNode(RenderCategory, {
|
|
137
138
|
modelValue: renderDatasetData.value,
|
|
138
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event)=>renderDatasetData.value = $event)
|
|
139
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event)=>renderDatasetData.value = $event),
|
|
140
|
+
"is-internal": _ctx.isInternal
|
|
139
141
|
}, null, 8 /* PROPS */ , [
|
|
140
|
-
"modelValue"
|
|
142
|
+
"modelValue",
|
|
143
|
+
"is-internal"
|
|
141
144
|
]),
|
|
142
145
|
_createVNode(RenderFile, {
|
|
143
146
|
modelValue: renderDatasetData.value,
|
|
@@ -151,33 +154,43 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
151
154
|
"api-prefix",
|
|
152
155
|
"space-id"
|
|
153
156
|
]),
|
|
154
|
-
_createVNode(
|
|
157
|
+
_createVNode(RenderDataset, {
|
|
155
158
|
modelValue: renderDatasetData.value,
|
|
156
159
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event)=>renderDatasetData.value = $event),
|
|
157
160
|
"api-prefix": _ctx.apiPrefix,
|
|
158
161
|
"space-id": _ctx.spaceId,
|
|
159
|
-
|
|
160
|
-
|
|
162
|
+
"is-internal": _ctx.isInternal,
|
|
163
|
+
"disabled-choose-dataset": _ctx.disabledChooseDataset,
|
|
164
|
+
ref_key: "datasetRef",
|
|
165
|
+
ref: datasetRef
|
|
161
166
|
}, null, 8 /* PROPS */ , [
|
|
162
167
|
"modelValue",
|
|
163
168
|
"api-prefix",
|
|
164
|
-
"space-id"
|
|
169
|
+
"space-id",
|
|
170
|
+
"is-internal",
|
|
171
|
+
"disabled-choose-dataset"
|
|
165
172
|
]),
|
|
166
|
-
_createVNode(
|
|
173
|
+
_createVNode(RenderApi, {
|
|
167
174
|
modelValue: renderDatasetData.value,
|
|
168
175
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event)=>renderDatasetData.value = $event),
|
|
169
176
|
"api-prefix": _ctx.apiPrefix,
|
|
177
|
+
"space-id": _ctx.spaceId
|
|
178
|
+
}, null, 8 /* PROPS */ , [
|
|
179
|
+
"modelValue",
|
|
180
|
+
"api-prefix",
|
|
181
|
+
"space-id"
|
|
182
|
+
]),
|
|
183
|
+
_createVNode(RenderManual, {
|
|
184
|
+
modelValue: renderDatasetData.value,
|
|
185
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event)=>renderDatasetData.value = $event),
|
|
186
|
+
"api-prefix": _ctx.apiPrefix,
|
|
170
187
|
"space-id": _ctx.spaceId,
|
|
171
|
-
"
|
|
172
|
-
|
|
173
|
-
ref_key: "datasetRef",
|
|
174
|
-
ref: datasetRef
|
|
188
|
+
ref_key: "manualRef",
|
|
189
|
+
ref: manualRef
|
|
175
190
|
}, null, 8 /* PROPS */ , [
|
|
176
191
|
"modelValue",
|
|
177
192
|
"api-prefix",
|
|
178
|
-
"space-id"
|
|
179
|
-
"is-internal",
|
|
180
|
-
"disabled-choose-dataset"
|
|
193
|
+
"space-id"
|
|
181
194
|
])
|
|
182
195
|
])) : _createCommentVNode("v-if", true)
|
|
183
196
|
]),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
.plus-dataset-data[data-v-
|
|
2
|
+
.plus-dataset-data[data-v-nbt6f8x1] {
|
|
3
3
|
padding: 20px 24px;
|
|
4
4
|
}
|
|
5
|
-
.plus-dataset-sideslider[data-v-
|
|
5
|
+
.plus-dataset-sideslider[data-v-nbt6f8x1] .bk-modal-content {
|
|
6
6
|
scrollbar-gutter: inherit !important;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './index.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-nbt6f8x1";
|
|
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;
|
package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js.js
CHANGED
|
@@ -51,14 +51,14 @@ function _object_spread_props(target, source) {
|
|
|
51
51
|
return target;
|
|
52
52
|
}
|
|
53
53
|
import { defineComponent as _defineComponent } from 'vue';
|
|
54
|
-
import { unref as _unref, renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, createVNode as _createVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createBlock as _createBlock, createCommentVNode as _createCommentVNode } from "vue";
|
|
54
|
+
import { unref as _unref, renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, createVNode as _createVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createBlock as _createBlock, normalizeClass as _normalizeClass, createCommentVNode as _createCommentVNode } from "vue";
|
|
55
55
|
const _hoisted_1 = {
|
|
56
56
|
class: "g-flex-row g-justify-between"
|
|
57
57
|
};
|
|
58
58
|
const _hoisted_2 = {
|
|
59
59
|
class: "bk-form-label"
|
|
60
60
|
};
|
|
61
|
-
import { ref, toRef, useTemplateRef, watch } from 'vue';
|
|
61
|
+
import { nextTick, ref, toRef, useTemplateRef, watch } from 'vue';
|
|
62
62
|
import AutoHeightTextarea from '../../../../render-auto-height-textarea/index.vue.js';
|
|
63
63
|
import DatasetDataToolIcons from '../../dataset-data-tool-icons/index.vue.js';
|
|
64
64
|
import { useDatasetHttp } from '../../../../../hooks/use-dataset-http.ts.js';
|
|
@@ -129,6 +129,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
129
129
|
var _schemaList_;
|
|
130
130
|
// 设置
|
|
131
131
|
handleUpdateSchema((_schemaList_ = schemaList[0]) === null || _schemaList_ === void 0 ? void 0 : _schemaList_.schema);
|
|
132
|
+
// 情况校验
|
|
133
|
+
nextTick(clearValidate);
|
|
132
134
|
}).finally(()=>{
|
|
133
135
|
loading.value = false;
|
|
134
136
|
});
|
|
@@ -154,7 +156,10 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
154
156
|
}, {
|
|
155
157
|
default: _withCtx(()=>[
|
|
156
158
|
_createVNode(_component_bk_form, {
|
|
157
|
-
class:
|
|
159
|
+
class: _normalizeClass({
|
|
160
|
+
'g-small-form': true,
|
|
161
|
+
'g-mt-24': Object.keys(schema.value).length > 0
|
|
162
|
+
}),
|
|
158
163
|
"form-type": "vertical",
|
|
159
164
|
ref_key: "formRef",
|
|
160
165
|
ref: formRef,
|
|
@@ -200,6 +205,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
200
205
|
]),
|
|
201
206
|
_: 1 /* STABLE */
|
|
202
207
|
}, 8 /* PROPS */ , [
|
|
208
|
+
"class",
|
|
203
209
|
"model"
|
|
204
210
|
])
|
|
205
211
|
]),
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
|
|
2
|
-
.content[data-v-
|
|
2
|
+
.content[data-v-ky9c8asz] {
|
|
3
3
|
padding: 18px 24px 0;
|
|
4
4
|
height: 100%;
|
|
5
5
|
overflow: auto;
|
|
6
6
|
}
|
|
7
|
-
.data-set-review-slider .value-content[data-v-
|
|
7
|
+
.data-set-review-slider .value-content[data-v-ky9c8asz] {
|
|
8
8
|
padding: 16px;
|
|
9
9
|
border: 1px solid #DCDEE5;
|
|
10
10
|
line-height: 22px;
|
|
11
11
|
}
|
|
12
|
-
.data-set-review-slider .review-data[data-v-
|
|
12
|
+
.data-set-review-slider .review-data[data-v-ky9c8asz] {
|
|
13
13
|
height: calc(100% - 337px);
|
|
14
14
|
padding: 18px 24px;
|
|
15
15
|
}
|
|
16
|
-
.data-set-review-slider .review-level[data-v-
|
|
16
|
+
.data-set-review-slider .review-level[data-v-ky9c8asz] {
|
|
17
17
|
box-shadow: 0 -2px 4px 0 #1919291f;
|
|
18
18
|
height: 337px;
|
|
19
19
|
padding: 16px 24px 24px;
|
|
20
20
|
}
|
|
21
|
-
.data-set-review-slider .review-level .level-score[data-v-
|
|
21
|
+
.data-set-review-slider .review-level .level-score[data-v-ky9c8asz] {
|
|
22
22
|
gap: 50px;
|
|
23
23
|
}
|
|
24
|
-
.data-set-review-slider .review-level .level-score .bk-form-item[data-v-
|
|
24
|
+
.data-set-review-slider .review-level .level-score .bk-form-item[data-v-ky9c8asz] {
|
|
25
25
|
flex: 1;
|
|
26
26
|
}
|
|
27
|
-
.data-set-review-slider .bold-title[data-v-
|
|
27
|
+
.data-set-review-slider .bold-title[data-v-ky9c8asz] .bk-form-label {
|
|
28
28
|
font-weight: bold;
|
|
29
29
|
font-size: 14px;
|
|
30
30
|
}
|
|
31
|
-
.data-set-review-slider[data-v-
|
|
31
|
+
.data-set-review-slider[data-v-ky9c8asz] .bk-sideslider-title {
|
|
32
32
|
justify-content: space-between;
|
|
33
33
|
width: 100%;
|
|
34
34
|
}
|
|
35
|
-
.data-set-review-slider[data-v-
|
|
35
|
+
.data-set-review-slider[data-v-ky9c8asz] .bk-modal-content {
|
|
36
36
|
height: calc(100% - 100px) !important;
|
|
37
37
|
scrollbar-gutter: inherit !important;
|
|
38
38
|
}
|
|
39
|
-
.data-set-review-slider[data-v-
|
|
39
|
+
.data-set-review-slider[data-v-ky9c8asz] .bk-modal-content >div, .data-set-review-slider[data-v-ky9c8asz] .bk-modal-content .bk-sideslider-content {
|
|
40
40
|
height: 100%;
|
|
41
41
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './index.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-ky9c8asz";
|
|
3
3
|
script.__file = "./src/components/render-dataset/components/review-dataset-data/index.vue";
|
|
4
4
|
import './index.vue.css';
|
|
5
5
|
export default script;
|
|
@@ -14,6 +14,9 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
14
14
|
case DatasetDataSourceType.UploadFile:
|
|
15
15
|
icon = 'ai-ui-sdk-icon ai-ui-sdk-wenben g-text-14 g-mr-2 g-text-gray';
|
|
16
16
|
break;
|
|
17
|
+
case DatasetDataSourceType.ApiReport:
|
|
18
|
+
icon = 'ai-ui-sdk-icon ai-ui-sdk-apijiedian g-text-14 g-mr-2 g-text-gray';
|
|
19
|
+
break;
|
|
17
20
|
case DatasetDataSourceType.ManualImport:
|
|
18
21
|
icon = 'ai-ui-sdk-icon ai-ui-sdk-markdown g-text-14 g-mr-2 g-text-gray';
|
|
19
22
|
break;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
.origin-data-content[data-v-
|
|
2
|
+
.origin-data-content[data-v-j9lo5ncy] {
|
|
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-j9lo5ncy] {
|
|
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-j9lo5ncy] {
|
|
14
14
|
width: 6.17rem;
|
|
15
15
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
.main-content[data-v-
|
|
2
|
+
.main-content[data-v-vk31y6hh] {
|
|
3
3
|
padding: 20px 24px;
|
|
4
4
|
height: calc(100% - 52px);
|
|
5
5
|
}
|
|
6
|
-
.main-panel[data-v-
|
|
6
|
+
.main-panel[data-v-vk31y6hh] {
|
|
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-vk31y6hh] {
|
|
14
14
|
width: 6.17rem;
|
|
15
15
|
}
|
|
@@ -74,7 +74,7 @@ import RenderPlusDatasetData from '../../render-dataset/components/plus-dataset-
|
|
|
74
74
|
import { useDatasetHttp } from '../../../hooks/use-dataset-http.ts.js';
|
|
75
75
|
import { usePermission } from '../../../hooks/use-permission.ts.js';
|
|
76
76
|
import useTable from '../../../hooks/use-table.ts.js';
|
|
77
|
-
import {
|
|
77
|
+
import { ResourcePermissionAction } from '../../../types/enum.ts.js';
|
|
78
78
|
export default /*@__PURE__*/ _defineComponent({
|
|
79
79
|
props: {
|
|
80
80
|
apiPrefix: {},
|
|
@@ -95,14 +95,6 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
95
95
|
const tempDataset = ref();
|
|
96
96
|
const deleteRef = ref({});
|
|
97
97
|
const popoverRef = ref({});
|
|
98
|
-
const datasetTypeMap = {
|
|
99
|
-
[DatasetType.MultiTurnChat]: '多轮会话',
|
|
100
|
-
[DatasetType.MultiTurnChatWithReasoning]: '多轮会话(含思考过程)',
|
|
101
|
-
[DatasetType.PretrainedText]: '预训练文本',
|
|
102
|
-
[DatasetType.SingleChoice]: '单项选择',
|
|
103
|
-
[DatasetType.SingleTurnChat]: '单轮会话',
|
|
104
|
-
[DatasetType.SingleTurnChatWithReasoning]: '单轮会话(含思考过程)'
|
|
105
|
-
};
|
|
106
98
|
const settings = {
|
|
107
99
|
fields: [
|
|
108
100
|
{
|
|
@@ -298,12 +290,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
298
290
|
width: "80"
|
|
299
291
|
}),
|
|
300
292
|
_createVNode(_component_bk_table_column, {
|
|
301
|
-
label: "类型"
|
|
302
|
-
|
|
303
|
-
default: _withCtx(({ row })=>[
|
|
304
|
-
_createTextVNode(_toDisplayString(datasetTypeMap[row.type]), 1 /* TEXT */ )
|
|
305
|
-
]),
|
|
306
|
-
_: 1 /* STABLE */
|
|
293
|
+
label: "类型",
|
|
294
|
+
field: "typeName"
|
|
307
295
|
}),
|
|
308
296
|
!_ctx.isInternal ? (_openBlock(), _createBlock(_component_bk_table_column, {
|
|
309
297
|
key: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.expend-collapse-home[data-v-
|
|
2
|
+
.expend-collapse-home[data-v-x3fd5jl8] {
|
|
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-x3fd5jl8]:hover {
|
|
19
19
|
background: #979BA5;
|
|
20
20
|
}
|
|
21
|
-
.expend-collapse-home.is-close[data-v-
|
|
21
|
+
.expend-collapse-home.is-close[data-v-x3fd5jl8] {
|
|
22
22
|
left: 0;
|
|
23
23
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
.upload-file-home[data-v-
|
|
2
|
+
.upload-file-home[data-v-fz6td8zn] {
|
|
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-fz6td8zn]: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-fz6td8zn] {
|
|
13
13
|
display: flex;
|
|
14
14
|
}
|
|
15
|
-
.upload-file-home .file-icon[data-v-
|
|
15
|
+
.upload-file-home .file-icon[data-v-fz6td8zn] {
|
|
16
16
|
font-size: 32px;
|
|
17
17
|
}
|
|
18
|
-
.upload-file-home .file-content[data-v-
|
|
18
|
+
.upload-file-home .file-content[data-v-fz6td8zn] {
|
|
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-fz6td8zn] {
|
|
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-fz6td8zn] {
|
|
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-fz6td8zn] {
|
|
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-fz6td8zn] {
|
|
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-fz6td8zn]: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-fz6td8zn] {
|
|
49
49
|
margin: 0;
|
|
50
50
|
}
|
|
@@ -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-51xviyga] {
|
|
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-51xviyga], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-51xviyga], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-51xviyga] {
|
|
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-51xviyga] {
|
|
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-51xviyga] {
|
|
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-51xviyga] {
|
|
15
15
|
color: #14A568;
|
|
16
16
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.header-home[data-v-
|
|
2
|
+
.header-home[data-v-dm09nzcf] {
|
|
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-dm09nzcf] {
|
|
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-dm09nzcf] {
|
|
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-dm09nzcf] {
|
|
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-dm09nzcf] {
|
|
32
32
|
width: 300px;
|
|
33
33
|
font-size: 12px;
|
|
34
34
|
}
|