@blueking/ai-ui-sdk 0.1.18-beta.2 → 0.1.18-beta.3
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-auth/auth-dialog.script.vue.js.js +12 -14
- 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.script.vue.js.js +8 -6
- 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.script.vue.js.js +13 -9
- 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/batch-review-dataset-data/index.script.vue.js.js +38 -44
- package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +11 -9
- package/dist/components/render-dataset/components/edit-dataset-data/index.script.vue.js.js +15 -21
- 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.script.vue.js.js +9 -10
- 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.script.vue.js.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/dataset-footer.script.vue.js.js +12 -14
- package/dist/components/render-dataset/components/plus-dataset/dataset-form.script.vue.js +6 -6
- 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.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js +20 -25
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.script.vue.js.js +12 -14
- 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.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/index.script.vue.js.js +6 -7
- package/dist/components/render-dataset/components/review-dataset-data/index.script.vue.js.js +30 -38
- 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/search-dataset/index.script.vue.js.js +1 -1
- 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/components/header.script.vue.js.js +3 -7
- package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +2 -5
- package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +30 -37
- package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +12 -14
- 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/header.script.vue.js.js +10 -8
- package/dist/components/render-dataset-list/components/main.script.vue.js.js +6 -7
- 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 +23 -26
- 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-like/index.script.vue.js.js +260 -0
- package/dist/components/render-like/index.vue.css +19 -0
- package/dist/components/render-like/index.vue.d.ts +27 -0
- package/dist/components/render-like/index.vue.js +5 -0
- package/dist/components/render-markdown/mark-down.postcss.css +0 -6
- 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/hooks/use-chat.d.ts +9 -66
- package/dist/hooks/use-chat.ts.js +1 -0
- package/dist/hooks/use-form-rule.d.ts +3 -3
- package/dist/hooks/use-meta-http.d.ts +3 -3
- package/dist/hooks/use-permission.d.ts +1 -1
- package/dist/hooks/use-permission.ts.js +4 -7
- package/dist/hooks/use-session-http.d.ts +4 -1
- package/dist/hooks/use-session-http.ts.js +25 -2
- package/dist/http/helper/dataset.d.ts +1 -1
- package/dist/http/helper/knowledge.ts.js +0 -2
- package/dist/http/helper/permission.ts.js +1 -8
- package/dist/http/helper/session.d.ts +25 -1
- package/dist/http/helper/session.ts.js +26 -0
- package/dist/http/helper/tool.ts.js +0 -2
- package/dist/types/enum.d.ts +2 -9
- package/dist/types/enum.ts.js +16 -23
- package/dist/types/knowledge.d.ts +0 -2
- package/dist/types/permission.d.ts +0 -14
- package/dist/types/session.d.ts +18 -0
- package/dist/types/tool.d.ts +0 -2
- package/package.json +1 -1
|
@@ -236,17 +236,13 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
236
236
|
loading: _unref(isLoading)
|
|
237
237
|
}, {
|
|
238
238
|
default: _withCtx(()=>[
|
|
239
|
-
_cache[2] || (_cache[2] = _createElementVNode("span", null, "编辑数据", -1 /*
|
|
239
|
+
_cache[2] || (_cache[2] = _createElementVNode("span", null, "编辑数据", -1 /* CACHED */ )),
|
|
240
240
|
_cache[3] || (_cache[3] = _createElementVNode("span", {
|
|
241
241
|
class: "g-gap g-ml-14 g-mr-8"
|
|
242
|
-
}, null, -1 /*
|
|
242
|
+
}, null, -1 /* CACHED */ )),
|
|
243
243
|
_unref(tableData)[0] ? (_openBlock(), _createElementBlock("span", _hoisted_1, _toDisplayString(`#${_unref(tableData)[0].id}`), 1 /* TEXT */ )) : _createCommentVNode("v-if", true)
|
|
244
244
|
]),
|
|
245
|
-
_: 1 /* STABLE */
|
|
246
|
-
__: [
|
|
247
|
-
2,
|
|
248
|
-
3
|
|
249
|
-
]
|
|
245
|
+
_: 1 /* STABLE */
|
|
250
246
|
}, 8 /* PROPS */ , [
|
|
251
247
|
"loading"
|
|
252
248
|
]),
|
|
@@ -365,13 +361,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
365
361
|
loading: loading.value,
|
|
366
362
|
onClick: handleConfirm
|
|
367
363
|
}, {
|
|
368
|
-
default: _withCtx(()=>
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
]
|
|
364
|
+
default: _withCtx(()=>[
|
|
365
|
+
..._cache[4] || (_cache[4] = [
|
|
366
|
+
_createTextVNode(" 保存 ", -1 /* CACHED */ )
|
|
367
|
+
])
|
|
368
|
+
]),
|
|
369
|
+
_: 1 /* STABLE */
|
|
375
370
|
}, 8 /* PROPS */ , [
|
|
376
371
|
"loading"
|
|
377
372
|
])), [
|
|
@@ -388,13 +383,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
388
383
|
disabled: loading.value,
|
|
389
384
|
onClick: handleCancel
|
|
390
385
|
}, {
|
|
391
|
-
default: _withCtx(()=>
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
]
|
|
386
|
+
default: _withCtx(()=>[
|
|
387
|
+
..._cache[5] || (_cache[5] = [
|
|
388
|
+
_createTextVNode(" 取消 ", -1 /* CACHED */ )
|
|
389
|
+
])
|
|
390
|
+
]),
|
|
391
|
+
_: 1 /* STABLE */
|
|
398
392
|
}, 8 /* PROPS */ , [
|
|
399
393
|
"disabled"
|
|
400
394
|
])
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
.content[data-v-
|
|
2
|
+
.content[data-v-haq38j14] {
|
|
3
3
|
padding: 18px 24px 0;
|
|
4
4
|
height: 100%;
|
|
5
5
|
overflow: auto;
|
|
6
6
|
}
|
|
7
|
-
.data-set-edit-slider .value-content[data-v-
|
|
7
|
+
.data-set-edit-slider .value-content[data-v-haq38j14] {
|
|
8
8
|
padding: 16px;
|
|
9
9
|
border: 1px solid #DCDEE5;
|
|
10
10
|
line-height: 22px;
|
|
11
11
|
}
|
|
12
|
-
.data-set-edit-slider[data-v-
|
|
12
|
+
.data-set-edit-slider[data-v-haq38j14] .bk-sideslider-title {
|
|
13
13
|
justify-content: space-between;
|
|
14
14
|
width: 100%;
|
|
15
15
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './index.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-haq38j14";
|
|
3
3
|
script.__file = "./src/components/render-dataset/components/edit-dataset-data/index.vue";
|
|
4
4
|
import './index.vue.css';
|
|
5
5
|
export default script;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
.content[data-v-
|
|
2
|
+
.content[data-v-m03zy6k0] {
|
|
3
3
|
padding: 0 24px 0px 32px;
|
|
4
4
|
height: 100%;
|
|
5
5
|
}
|
|
6
|
-
.content .toolbar[data-v-
|
|
6
|
+
.content .toolbar[data-v-m03zy6k0] {
|
|
7
7
|
margin: 16px 0;
|
|
8
8
|
display: flex;
|
|
9
9
|
align-items: center;
|
|
10
10
|
justify-content: right;
|
|
11
11
|
gap: 8px;
|
|
12
12
|
}
|
|
13
|
-
.content .toolbar .record-search[data-v-
|
|
13
|
+
.content .toolbar .record-search[data-v-m03zy6k0] {
|
|
14
14
|
width: 360px;
|
|
15
15
|
}
|
|
16
|
-
.content .toolbar .record-data-picker[data-v-
|
|
16
|
+
.content .toolbar .record-data-picker[data-v-m03zy6k0] {
|
|
17
17
|
width: 260px;
|
|
18
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './index.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-m03zy6k0";
|
|
3
3
|
script.__file = "./src/components/render-dataset/components/operation-record/index.vue";
|
|
4
4
|
import './index.vue.css';
|
|
5
5
|
export default script;
|
package/dist/components/render-dataset/components/operation-record/table/index.script.vue.js.js
CHANGED
|
@@ -149,7 +149,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
149
149
|
key: key
|
|
150
150
|
}, [
|
|
151
151
|
_createTextVNode(_toDisplayString(key) + ": " + _toDisplayString(value) + " ", 1 /* TEXT */ ),
|
|
152
|
-
_cache[2] || (_cache[2] = _createElementVNode("br", null, null, -1 /*
|
|
152
|
+
_cache[2] || (_cache[2] = _createElementVNode("br", null, null, -1 /* CACHED */ ))
|
|
153
153
|
]);
|
|
154
154
|
}), 128 /* KEYED_FRAGMENT */ ))
|
|
155
155
|
]),
|
|
@@ -160,7 +160,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
160
160
|
key: key
|
|
161
161
|
}, [
|
|
162
162
|
_createTextVNode(_toDisplayString(key) + ": " + _toDisplayString(value) + " ", 1 /* TEXT */ ),
|
|
163
|
-
_cache[1] || (_cache[1] = _createElementVNode("br", null, null, -1 /*
|
|
163
|
+
_cache[1] || (_cache[1] = _createElementVNode("br", null, null, -1 /* CACHED */ ))
|
|
164
164
|
]);
|
|
165
165
|
}), 128 /* KEYED_FRAGMENT */ ))
|
|
166
166
|
])
|
|
@@ -172,14 +172,13 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
172
172
|
theme: "primary",
|
|
173
173
|
onClick: ($event)=>handleView(row)
|
|
174
174
|
}, {
|
|
175
|
-
default: _withCtx(()=>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */ , [
|
|
175
|
+
default: _withCtx(()=>[
|
|
176
|
+
..._cache[3] || (_cache[3] = [
|
|
177
|
+
_createTextVNode(" [查看] ", -1 /* CACHED */ )
|
|
178
|
+
])
|
|
179
|
+
]),
|
|
180
|
+
_: 1 /* STABLE */
|
|
181
|
+
}, 8 /* PROPS */ , [
|
|
183
182
|
"onClick"
|
|
184
183
|
])
|
|
185
184
|
])
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './index.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-mskpw595";
|
|
3
3
|
script.__file = "./src/components/render-dataset/components/operation-record/table/index.vue";
|
|
4
4
|
import './index.vue.css';
|
|
5
5
|
export default script;
|
|
@@ -36,7 +36,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
36
36
|
}, {
|
|
37
37
|
header: _withCtx(()=>[
|
|
38
38
|
_createElementVNode("div", null, [
|
|
39
|
-
_cache[0] || (_cache[0] = _createElementVNode("span", null, "查看操作结果", -1 /*
|
|
39
|
+
_cache[0] || (_cache[0] = _createElementVNode("span", null, "查看操作结果", -1 /* CACHED */ )),
|
|
40
40
|
_createElementVNode("span", _hoisted_1, _toDisplayString(`操作类型: ${_ctx.data.actionName}`), 1 /* TEXT */ )
|
|
41
41
|
])
|
|
42
42
|
]),
|
package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
.content[data-v-
|
|
2
|
+
.content[data-v-022wqfer] {
|
|
3
3
|
padding: 18px 24px 0;
|
|
4
4
|
height: 100%;
|
|
5
5
|
overflow: auto;
|
|
6
6
|
}
|
|
7
|
-
.content .value-content[data-v-
|
|
7
|
+
.content .value-content[data-v-022wqfer] {
|
|
8
8
|
margin-top: 8px;
|
|
9
9
|
padding: 16px;
|
|
10
10
|
border: 1px solid #DCDEE5;
|
package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './index.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-022wqfer";
|
|
3
3
|
script.__file = "./src/components/render-dataset/components/operation-record/view-op-result/index.vue";
|
|
4
4
|
import './index.vue.css';
|
|
5
5
|
export default script;
|
package/dist/components/render-dataset/components/plus-dataset/dataset-footer.script.vue.js.js
CHANGED
|
@@ -79,13 +79,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
79
79
|
loading: loading.value,
|
|
80
80
|
onClick: handleConfirm
|
|
81
81
|
}, {
|
|
82
|
-
default: _withCtx(()=>
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
]
|
|
82
|
+
default: _withCtx(()=>[
|
|
83
|
+
..._cache[0] || (_cache[0] = [
|
|
84
|
+
_createTextVNode(" 确定 ", -1 /* CACHED */ )
|
|
85
|
+
])
|
|
86
|
+
]),
|
|
87
|
+
_: 1 /* STABLE */
|
|
89
88
|
}, 8 /* PROPS */ , [
|
|
90
89
|
"loading"
|
|
91
90
|
]),
|
|
@@ -94,13 +93,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
94
93
|
disabled: loading.value,
|
|
95
94
|
onClick: handleClose
|
|
96
95
|
}, {
|
|
97
|
-
default: _withCtx(()=>
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
]
|
|
96
|
+
default: _withCtx(()=>[
|
|
97
|
+
..._cache[1] || (_cache[1] = [
|
|
98
|
+
_createTextVNode(" 取消 ", -1 /* CACHED */ )
|
|
99
|
+
])
|
|
100
|
+
]),
|
|
101
|
+
_: 1 /* STABLE */
|
|
104
102
|
}, 8 /* PROPS */ , [
|
|
105
103
|
"disabled"
|
|
106
104
|
])
|
|
@@ -9,7 +9,7 @@ const _hoisted_2 = {
|
|
|
9
9
|
import { onBeforeMount, ref, toRef } from 'vue';
|
|
10
10
|
import RenderAutoHeightTextarea from '../../../render-auto-height-textarea/index.vue.js';
|
|
11
11
|
import RenderChooseTag from '../../../render-choose-tag/index.vue.js';
|
|
12
|
-
import {
|
|
12
|
+
import { Modules } from '../../../../enums.ts.js';
|
|
13
13
|
import { useDatasetHttp } from '../../../../hooks/use-dataset-http.ts.js';
|
|
14
14
|
import { useFormRule } from '../../../../hooks/use-form-rule.ts.js';
|
|
15
15
|
export default /*@__PURE__*/ _defineComponent({
|
|
@@ -34,10 +34,10 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
34
34
|
const { getNameRule, getCodeRule } = useFormRule(props.apiPrefix, toRef(props, 'spaceId'));
|
|
35
35
|
const rules = {
|
|
36
36
|
datasetName: [
|
|
37
|
-
getNameRule(
|
|
37
|
+
getNameRule(Modules.Default)
|
|
38
38
|
],
|
|
39
39
|
datasetCode: [
|
|
40
|
-
getCodeRule(
|
|
40
|
+
getCodeRule(Modules.Default)
|
|
41
41
|
]
|
|
42
42
|
};
|
|
43
43
|
const isLoadingComponentList = ref(false);
|
|
@@ -112,7 +112,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
112
112
|
_createElementVNode("section", null, [
|
|
113
113
|
_cache[7] || (_cache[7] = _createElementVNode("h5", {
|
|
114
114
|
class: "g-text-14 g-text-black g-weight-bold g-mb-16"
|
|
115
|
-
}, " 基本信息 ", -1 /*
|
|
115
|
+
}, " 基本信息 ", -1 /* CACHED */ )),
|
|
116
116
|
_createVNode(_component_bk_form_item, {
|
|
117
117
|
label: "名称",
|
|
118
118
|
property: "datasetName",
|
|
@@ -132,7 +132,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
132
132
|
_: 1 /* STABLE */
|
|
133
133
|
}),
|
|
134
134
|
_createVNode(_component_bk_form_item, {
|
|
135
|
-
label: "
|
|
135
|
+
label: "英文名称",
|
|
136
136
|
property: "datasetCode",
|
|
137
137
|
required: ""
|
|
138
138
|
}, {
|
|
@@ -188,7 +188,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
188
188
|
key: key
|
|
189
189
|
}, [
|
|
190
190
|
_createTextVNode(_toDisplayString(key) + ":", 1 /* TEXT */ ),
|
|
191
|
-
_cache[6] || (_cache[6] = _createElementVNode("br", null, null, -1 /*
|
|
191
|
+
_cache[6] || (_cache[6] = _createElementVNode("br", null, null, -1 /* CACHED */ )),
|
|
192
192
|
_createTextVNode(" " + _toDisplayString(value), 1 /* TEXT */ )
|
|
193
193
|
]);
|
|
194
194
|
}), 128 /* KEYED_FRAGMENT */ ))
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
.dataset-data-content[data-v-
|
|
2
|
+
.dataset-data-content[data-v-4zebd6lk] {
|
|
3
3
|
padding: 20px 24px;
|
|
4
4
|
height: 100%;
|
|
5
5
|
}
|
|
6
|
-
.dataset-data-slider[data-v-
|
|
6
|
+
.dataset-data-slider[data-v-4zebd6lk] .bk-modal-content {
|
|
7
7
|
scrollbar-gutter: inherit !important;
|
|
8
8
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
.dataset-data-api-endpoint[data-v-
|
|
2
|
+
.dataset-data-api-endpoint[data-v-k3ia8uvr] {
|
|
3
3
|
line-height: 44px;
|
|
4
4
|
background: #F5F7FA;
|
|
5
5
|
border-radius: 2px;
|
|
6
6
|
padding: 0 12px;
|
|
7
7
|
}
|
|
8
|
-
[data-v-
|
|
8
|
+
[data-v-k3ia8uvr] .dataset-data-api-demo .v-show-content {
|
|
9
9
|
padding: 0 !important;
|
|
10
10
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './api.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-k3ia8uvr";
|
|
3
3
|
script.__file = "./src/components/render-dataset/components/plus-dataset-data/form/api.vue";
|
|
4
4
|
import './api.vue.css';
|
|
5
5
|
export default script;
|
package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js
CHANGED
|
@@ -182,16 +182,15 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
182
182
|
class: "g-text-12 g-mr-8",
|
|
183
183
|
onClick: handleUploadFile
|
|
184
184
|
}, {
|
|
185
|
-
default: _withCtx(()=>
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
]
|
|
185
|
+
default: _withCtx(()=>[
|
|
186
|
+
..._cache[0] || (_cache[0] = [
|
|
187
|
+
_createElementVNode("i", {
|
|
188
|
+
class: "ai-ui-sdk-icon ai-ui-sdk-dongzuo-shangchuan g-text-16 g-mr-4"
|
|
189
|
+
}, null, -1 /* CACHED */ ),
|
|
190
|
+
_createTextVNode(" 上传文件 ", -1 /* CACHED */ )
|
|
191
|
+
])
|
|
192
|
+
]),
|
|
193
|
+
_: 1 /* STABLE */
|
|
195
194
|
}, 8 /* PROPS */ , [
|
|
196
195
|
"loading"
|
|
197
196
|
]),
|
|
@@ -201,16 +200,15 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
201
200
|
class: "g-text-12 g-mr-8",
|
|
202
201
|
onClick: handleDownloadFile
|
|
203
202
|
}, {
|
|
204
|
-
default: _withCtx(()=>
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
]
|
|
203
|
+
default: _withCtx(()=>[
|
|
204
|
+
..._cache[1] || (_cache[1] = [
|
|
205
|
+
_createElementVNode("i", {
|
|
206
|
+
class: "ai-ui-sdk-icon ai-ui-sdk-dongzuo-xiazai g-text-16 g-mr-4"
|
|
207
|
+
}, null, -1 /* CACHED */ ),
|
|
208
|
+
_createTextVNode(" 下载示例 ", -1 /* CACHED */ )
|
|
209
|
+
])
|
|
210
|
+
]),
|
|
211
|
+
_: 1 /* STABLE */
|
|
214
212
|
}, 8 /* PROPS */ , [
|
|
215
213
|
"loading",
|
|
216
214
|
"disabled"
|
|
@@ -223,7 +221,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
223
221
|
}
|
|
224
222
|
]
|
|
225
223
|
]),
|
|
226
|
-
_cache[2] || (_cache[2] = _createElementVNode("span", null, "支持 .csv,.xlsx 类型文件解析处理,单文件大小在 50M 以内", -1 /*
|
|
224
|
+
_cache[2] || (_cache[2] = _createElementVNode("span", null, "支持 .csv,.xlsx 类型文件解析处理,单文件大小在 50M 以内", -1 /* CACHED */ )),
|
|
227
225
|
(_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.modelValue.files, (file, index)=>{
|
|
228
226
|
return _openBlock(), _createBlock(RenderFileCard, {
|
|
229
227
|
key: file.id,
|
|
@@ -236,10 +234,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
236
234
|
]);
|
|
237
235
|
}), 128 /* KEYED_FRAGMENT */ ))
|
|
238
236
|
]),
|
|
239
|
-
_: 1 /* STABLE */
|
|
240
|
-
__: [
|
|
241
|
-
2
|
|
242
|
-
]
|
|
237
|
+
_: 1 /* STABLE */
|
|
243
238
|
})
|
|
244
239
|
]),
|
|
245
240
|
_: 1 /* STABLE */
|
package/dist/components/render-dataset/components/plus-dataset-data/form/footer.script.vue.js.js
CHANGED
|
@@ -108,13 +108,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
108
108
|
loading: loading.value,
|
|
109
109
|
onClick: handleConfirm
|
|
110
110
|
}, {
|
|
111
|
-
default: _withCtx(()=>
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
]
|
|
111
|
+
default: _withCtx(()=>[
|
|
112
|
+
..._cache[0] || (_cache[0] = [
|
|
113
|
+
_createTextVNode(" 确定 ", -1 /* CACHED */ )
|
|
114
|
+
])
|
|
115
|
+
]),
|
|
116
|
+
_: 1 /* STABLE */
|
|
118
117
|
}, 8 /* PROPS */ , [
|
|
119
118
|
"loading"
|
|
120
119
|
])) : _createCommentVNode("v-if", true),
|
|
@@ -124,13 +123,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
124
123
|
disabled: loading.value,
|
|
125
124
|
onClick: handleClose
|
|
126
125
|
}, {
|
|
127
|
-
default: _withCtx(()=>
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
]
|
|
126
|
+
default: _withCtx(()=>[
|
|
127
|
+
..._cache[1] || (_cache[1] = [
|
|
128
|
+
_createTextVNode(" 取消 ", -1 /* CACHED */ )
|
|
129
|
+
])
|
|
130
|
+
]),
|
|
131
|
+
_: 1 /* STABLE */
|
|
134
132
|
}, 8 /* PROPS */ , [
|
|
135
133
|
"disabled"
|
|
136
134
|
])) : _createCommentVNode("v-if", true)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import script from './footer.script.vue.js.js';
|
|
2
|
-
script.__scopeId = "data-v-
|
|
2
|
+
script.__scopeId = "data-v-q4s6owzb";
|
|
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;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
.plus-dataset-data[data-v-
|
|
2
|
+
.plus-dataset-data[data-v-7uy5x08j] {
|
|
3
3
|
padding: 20px 24px;
|
|
4
4
|
}
|
|
5
|
-
.plus-dataset-sideslider[data-v-
|
|
5
|
+
.plus-dataset-sideslider[data-v-7uy5x08j] .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-7uy5x08j";
|
|
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;
|
|
@@ -65,13 +65,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
65
65
|
onMouseleave: handlePermissionMouseLeave,
|
|
66
66
|
onClick: _cache[0] || (_cache[0] = ($event)=>handlePermissionMouseClick(handleShowForm))
|
|
67
67
|
}), {
|
|
68
|
-
default: _withCtx(()=>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
]
|
|
68
|
+
default: _withCtx(()=>[
|
|
69
|
+
..._cache[2] || (_cache[2] = [
|
|
70
|
+
_createTextVNode(" 添加数据 ", -1 /* CACHED */ )
|
|
71
|
+
])
|
|
72
|
+
]),
|
|
73
|
+
_: 1 /* STABLE */
|
|
75
74
|
}, 16 /* FULL_PROPS */ , [
|
|
76
75
|
"class"
|
|
77
76
|
]),
|