@blueking/ai-ui-sdk 0.4.3-beta.10 → 0.4.3-beta.13
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/README.md +2258 -2258
- package/dist/assets/svg/lock.svg +43 -43
- package/dist/common/util.ts.js +103 -103
- package/dist/components/{render-card/agent/actions.script.vue.js.js → render-agent/action/index.script.vue.js.js} +33 -9
- package/dist/components/{render-card/agent/actions.vue.d.ts → render-agent/action/index.vue.d.ts} +1 -0
- package/dist/components/render-agent/action/index.vue.js +3 -0
- package/dist/components/render-agent/agent-download.vue.css +2 -2
- package/dist/components/render-agent/agent-share.script.vue.js.js +8 -5
- package/dist/components/render-agent/agent-share.vue.d.ts +1 -0
- package/dist/components/render-agent/agent-type.script.vue.js.js +3 -9
- package/dist/components/render-agent/agent-type.vue.css +9 -13
- package/dist/components/render-agent/agent-type.vue.d.ts +1 -1
- package/dist/components/render-agent/agent-type.vue.js +1 -1
- package/dist/components/render-auth/auth-dialog.script.vue.js.js +6 -3
- package/dist/components/render-auth/auth-dialog.vue.css +2 -2
- package/dist/components/render-auto-height-textarea/index.vue.css +26 -26
- package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
- package/dist/components/render-auto-refresh/index.vue.css +30 -30
- package/dist/components/render-auto-refresh/index.vue.js +1 -1
- package/dist/components/render-card/agent/index.script.vue.js.js +55 -22
- package/dist/components/render-card/agent/index.vue.d.ts +4 -2
- package/dist/components/render-card/agent/prefix-info-tool.vue.css +18 -18
- package/dist/components/render-card/agent/prefix-info-tool.vue.js +1 -1
- package/dist/components/render-card/base/application-base-actions.script.vue.js.js +1 -1
- package/dist/components/render-card/base/collection-icon.script.vue.js.js +149 -0
- package/dist/components/render-card/base/collection-icon.vue.d.ts +20 -0
- package/dist/components/render-card/base/collection-icon.vue.js +3 -0
- package/dist/components/render-card/base.vue.css +30 -30
- package/dist/components/render-card/base.vue.js +1 -1
- package/dist/components/render-card/knowledge/index.vue.d.ts +1 -1
- package/dist/components/render-card/knowledgebase/index.vue.d.ts +1 -1
- package/dist/components/render-card/llm/actions.script.vue.js.js +15 -3
- package/dist/components/render-card/llm/actions.vue.d.ts +1 -0
- package/dist/components/render-card/llm/corner-badge.vue.css +12 -12
- package/dist/components/render-card/llm/corner-badge.vue.js +1 -1
- package/dist/components/render-card/llm/icons.vue.css +3 -3
- package/dist/components/render-card/llm/icons.vue.js +1 -1
- package/dist/components/render-card/llm/index.script.vue.js.js +9 -8
- package/dist/components/render-card/llm/index.vue.d.ts +1 -1
- package/dist/components/render-card/llm/info.vue.css +8 -8
- package/dist/components/render-card/llm/info.vue.js +1 -1
- package/dist/components/render-card/llm/tag-prefix.script.vue.js.js +18 -14
- package/dist/components/render-card/llm/tag-prefix.vue.css +5 -8
- package/dist/components/render-card/llm/tag-prefix.vue.d.ts +4 -1
- package/dist/components/render-card/llm/tag-prefix.vue.js +1 -1
- package/dist/components/render-card/mcp/actions.script.vue.js.js +35 -7
- package/dist/components/render-card/mcp/actions.vue.d.ts +1 -0
- package/dist/components/render-card/mcp/index.script.vue.js.js +35 -9
- package/dist/components/render-card/mcp/index.vue.d.ts +5 -4
- package/dist/components/render-card/mcp/name-suffix.vue.css +7 -7
- package/dist/components/render-card/mcp/name-suffix.vue.js +1 -1
- package/dist/components/render-card/mcp/selected-tools-info.script.vue.js.js +3 -7
- package/dist/components/render-card/mcp/selected-tools-info.vue.d.ts +1 -2
- package/dist/components/render-card/prompt/icons.vue.css +2 -2
- package/dist/components/render-card/prompt/icons.vue.js +1 -1
- package/dist/components/render-card/prompt/index.script.vue.js.js +48 -14
- package/dist/components/render-card/prompt/index.vue.d.ts +4 -2
- package/dist/components/render-card/role/index.script.vue.js.js +53 -20
- package/dist/components/render-card/role/index.vue.d.ts +4 -2
- package/dist/components/render-card/skill/index.script.vue.js.js +58 -24
- package/dist/components/render-card/skill/index.vue.d.ts +8 -4
- package/dist/components/render-card/skill/scanner.script.vue.js.js +66 -0
- package/dist/components/render-card/skill/{tag-prefix.vue.css → scanner.vue.css} +7 -7
- package/dist/components/render-card/skill/scanner.vue.d.ts +11 -0
- package/dist/components/render-card/skill/scanner.vue.js +5 -0
- package/dist/components/render-card/skill/tag-prefix.script.vue.js.js +11 -50
- package/dist/components/render-card/skill/tag-prefix.vue.js +0 -2
- package/dist/components/render-card/tool/actions.script.vue.js.js +26 -4
- package/dist/components/render-card/tool/actions.vue.d.ts +1 -0
- package/dist/components/render-card/tool/index.script.vue.js.js +53 -20
- package/dist/components/render-card/tool/index.vue.d.ts +4 -2
- package/dist/components/render-checkbox/index.vue.css +41 -41
- package/dist/components/render-checkbox/index.vue.js +1 -1
- package/dist/components/render-choose-tag/index.vue.css +29 -29
- package/dist/components/render-choose-tag/index.vue.js +1 -1
- package/dist/components/render-collapse/index.vue.css +6 -6
- package/dist/components/render-collapse/index.vue.js +1 -1
- package/dist/components/render-collection/actions/index.script.vue.js.js +22 -4
- package/dist/components/render-collection/actions/index.vue.d.ts +1 -0
- package/dist/components/render-collection/content/index.vue.css +15 -15
- package/dist/components/render-collection/content/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.css +10 -10
- package/dist/components/render-dataset/components/batch-delete-dataset-data/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 +9 -9
- 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 +10 -10
- 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 +8 -8
- 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 +8 -8
- 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.vue.css +6 -6
- 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/footer.vue.css +3 -3
- 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/form/manual.vue.css +4 -4
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +21 -21
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset-detail-origin-data/index.vue.css +9 -9
- package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
- package/dist/components/render-dataset-list/components/main.vue.css +9 -9
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/index.vue.css +4 -4
- package/dist/components/render-dataset-list/index.vue.js +1 -1
- package/dist/components/render-dialog/choose-resource.vue.css +4 -4
- package/dist/components/render-dialog/choose-resource.vue.js +1 -1
- package/dist/components/render-dialog/choose-result.vue.css +31 -31
- package/dist/components/render-dialog/choose-result.vue.js +1 -1
- package/dist/components/render-dialog/choose-space.vue.css +18 -18
- package/dist/components/render-dialog/choose-space.vue.js +1 -1
- package/dist/components/render-dialog/index.vue.css +12 -12
- package/dist/components/render-dialog/index.vue.js +1 -1
- package/dist/components/render-dropdown/index.vue.css +15 -18
- package/dist/components/render-dropdown/index.vue.d.ts +5 -5
- package/dist/components/render-file-card/index.vue.css +28 -28
- package/dist/components/render-file-card/index.vue.d.ts +1 -1
- package/dist/components/render-file-card/index.vue.js +1 -1
- package/dist/components/render-file-type-icon/index.vue.css +7 -7
- package/dist/components/render-file-type-icon/index.vue.js +1 -1
- package/dist/components/render-generate-tag/index.vue.css +12 -12
- package/dist/components/render-generate-tag/index.vue.d.ts +1 -1
- package/dist/components/render-generate-tag/index.vue.js +1 -1
- package/dist/components/render-knowledge/icon/index.vue.css +2 -2
- package/dist/components/render-knowledge/icon/index.vue.js +1 -1
- package/dist/components/render-markdown/edit.d.ts +1 -1
- package/dist/components/render-markdown/edit.postcss.css +92 -92
- package/dist/components/render-markdown/katex.ts.js +8 -8
- package/dist/components/render-markdown/prism-atom-one-dark.postcss.css +192 -192
- package/dist/components/render-markdown/view.d.ts +1 -1
- package/dist/components/render-markdown/view.postcss.css +99 -99
- package/dist/components/render-permission-tag/index.vue.css +2 -2
- package/dist/components/render-prompt/actions/index.script.vue.js.js +22 -4
- package/dist/components/render-prompt/actions/index.vue.d.ts +1 -0
- package/dist/components/render-prompt/content/index.vue.css +5 -5
- package/dist/components/render-prompt/content/index.vue.js +1 -1
- package/dist/components/render-reference/index.vue.css +4 -4
- package/dist/components/render-reference/index.vue.js +1 -1
- package/dist/components/render-relate-agent/index.script.vue.js +8 -6
- package/dist/components/render-relate-agent/index.vue.d.ts +2 -2
- package/dist/components/render-resource-version/index.script.vue.js.js +6 -3
- package/dist/components/render-resource-version/index.vue.css +7 -7
- package/dist/components/render-resource-version/index.vue.d.ts +1 -1
- package/dist/components/render-resource-version/index.vue.js +1 -1
- package/dist/components/render-router-tab/index.vue.css +15 -15
- package/dist/components/render-router-tab/index.vue.js +1 -1
- package/dist/components/render-search-empty/index.script.vue.js.js +3 -2
- package/dist/components/render-search-empty/index.vue.d.ts +1 -1
- package/dist/components/render-search-select/index.vue.d.ts +1 -1
- package/dist/components/render-select-plus-extension/index.vue.css +11 -11
- package/dist/components/render-select-plus-extension/index.vue.js +1 -1
- package/dist/components/render-skill/actions/index.script.vue.js.js +38 -7
- package/dist/components/render-skill/actions/index.vue.d.ts +3 -2
- package/dist/components/render-t-table/index.script.vue.js +32 -12
- package/dist/components/render-t-table/index.vue.css +117 -117
- package/dist/components/render-t-table/index.vue.d.ts +1 -1
- package/dist/components/render-t-table/index.vue.js +1 -1
- package/dist/components/render-tag-tree/index.vue.css +17 -17
- package/dist/components/render-tag-tree/index.vue.js +1 -1
- package/dist/components/render-tags/index.script.vue.js +6 -6
- package/dist/components/render-tags/index.vue.css +12 -12
- package/dist/components/render-tags/index.vue.d.ts +1 -1
- package/dist/components/render-tags/index.vue.js +1 -1
- package/dist/components/render-tree/index.vue.css +12 -12
- package/dist/components/render-tree/index.vue.d.ts +1 -1
- package/dist/components.d.ts +15 -1
- package/dist/components.ts.js +15 -1
- package/dist/css/fonts/iconcool.svg +268 -268
- package/dist/css/g-utilities.css +39 -16
- package/dist/css/g-utilities.manifest.json +7 -0
- package/dist/css/style.css +259 -259
- package/dist/hooks/use-agent-http.d.ts +2 -0
- package/dist/hooks/use-agent-http.ts.js +15 -1
- package/dist/hooks/use-collection-http.d.ts +2 -0
- package/dist/hooks/use-collection-http.ts.js +15 -1
- package/dist/hooks/use-ellipsis-tooltip.ts.js +28 -28
- package/dist/hooks/use-loading-version.ts.js +4 -4
- package/dist/hooks/use-market-http.d.ts +10 -0
- package/dist/hooks/use-market-http.ts.js +71 -1
- package/dist/hooks/use-mcp-http.d.ts +2 -0
- package/dist/hooks/use-mcp-http.ts.js +15 -1
- package/dist/hooks/use-prompt-http.d.ts +2 -0
- package/dist/hooks/use-prompt-http.ts.js +15 -1
- package/dist/hooks/use-skill-http.d.ts +2 -0
- package/dist/hooks/use-skill-http.ts.js +15 -1
- package/dist/hooks/use-t-table.d.ts +11 -5
- package/dist/hooks/use-t-table.ts.js +25 -3
- package/dist/hooks/use-tool-http.d.ts +2 -0
- package/dist/hooks/use-tool-http.ts.js +15 -1
- package/dist/http/helper/agent.ts.js +46 -47
- package/dist/http/helper/collection.ts.js +14 -13
- package/dist/http/helper/common.d.ts +1 -1
- package/dist/http/helper/common.ts.js +48 -44
- package/dist/http/helper/dataset.ts.js +76 -76
- package/dist/http/helper/knowledge.ts.js +45 -45
- package/dist/http/helper/mcp.ts.js +42 -38
- package/dist/http/helper/permission.ts.js +12 -12
- package/dist/http/helper/prompt.ts.js +14 -13
- package/dist/http/helper/skill.ts.js +28 -24
- package/dist/http/helper/space.ts.js +24 -24
- package/dist/http/helper/tool.ts.js +26 -22
- package/dist/types/agent.d.ts +3 -3
- package/dist/types/collection.d.ts +3 -1
- package/dist/types/common.d.ts +4 -0
- package/dist/types/enum.d.ts +5 -7
- package/dist/types/enum.ts.js +3 -6
- package/dist/types/mcp.d.ts +4 -0
- package/dist/types/prompt.d.ts +3 -1
- package/dist/types/skill.d.ts +4 -0
- package/dist/types/tool.d.ts +4 -0
- package/package.json +112 -112
- package/dist/components/render-card/agent/actions.vue.js +0 -3
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
|
|
2
|
-
.content[data-v-
|
|
3
|
-
padding: 18px 24px 0;
|
|
4
|
-
height: 100%;
|
|
2
|
+
.content[data-v-mwfjnkje] {
|
|
3
|
+
padding: 18px 24px 0;
|
|
4
|
+
height: 100%;
|
|
5
5
|
overflow: auto;
|
|
6
6
|
}
|
|
7
|
-
.data-set-review-slider .value-content[data-v-
|
|
8
|
-
padding: 16px;
|
|
9
|
-
border: 1px solid #DCDEE5;
|
|
7
|
+
.data-set-review-slider .value-content[data-v-mwfjnkje] {
|
|
8
|
+
padding: 16px;
|
|
9
|
+
border: 1px solid #DCDEE5;
|
|
10
10
|
line-height: 22px;
|
|
11
11
|
}
|
|
12
|
-
.data-set-review-slider .review-data[data-v-
|
|
13
|
-
height: calc(100% - 337px);
|
|
12
|
+
.data-set-review-slider .review-data[data-v-mwfjnkje] {
|
|
13
|
+
height: calc(100% - 337px);
|
|
14
14
|
padding: 18px 24px;
|
|
15
15
|
}
|
|
16
|
-
.data-set-review-slider .review-level[data-v-
|
|
17
|
-
box-shadow: 0 -2px 4px 0 #1919291f;
|
|
18
|
-
height: 337px;
|
|
16
|
+
.data-set-review-slider .review-level[data-v-mwfjnkje] {
|
|
17
|
+
box-shadow: 0 -2px 4px 0 #1919291f;
|
|
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-mwfjnkje] {
|
|
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-mwfjnkje] {
|
|
25
25
|
flex: 1;
|
|
26
26
|
}
|
|
27
|
-
.data-set-review-slider .bold-title[data-v-
|
|
28
|
-
font-weight: bold;
|
|
27
|
+
.data-set-review-slider .bold-title[data-v-mwfjnkje] .bk-form-label {
|
|
28
|
+
font-weight: bold;
|
|
29
29
|
font-size: 14px;
|
|
30
30
|
}
|
|
31
|
-
.data-set-review-slider[data-v-
|
|
32
|
-
justify-content: space-between;
|
|
31
|
+
.data-set-review-slider[data-v-mwfjnkje] .bk-sideslider-title {
|
|
32
|
+
justify-content: space-between;
|
|
33
33
|
width: 100%;
|
|
34
34
|
}
|
|
35
|
-
.data-set-review-slider[data-v-
|
|
36
|
-
height: calc(100% - 100px) !important;
|
|
35
|
+
.data-set-review-slider[data-v-mwfjnkje] .bk-modal-content {
|
|
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-mwfjnkje] .bk-modal-content >div, .data-set-review-slider[data-v-mwfjnkje] .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-mwfjnkje";
|
|
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;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
.origin-data-content[data-v-
|
|
3
|
-
padding: 24px;
|
|
2
|
+
.origin-data-content[data-v-2u3j70bx] {
|
|
3
|
+
padding: 24px;
|
|
4
4
|
height: calc(100% - 52px - 44px);
|
|
5
5
|
}
|
|
6
|
-
.origin-data-panel[data-v-
|
|
7
|
-
height: 100%;
|
|
8
|
-
padding: 20px;
|
|
9
|
-
background: #ffffff;
|
|
10
|
-
box-shadow: 0 2px 4px 0 #1919290d;
|
|
6
|
+
.origin-data-panel[data-v-2u3j70bx] {
|
|
7
|
+
height: 100%;
|
|
8
|
+
padding: 20px;
|
|
9
|
+
background: #ffffff;
|
|
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-2u3j70bx] {
|
|
14
14
|
width: 6.17rem;
|
|
15
|
-
}
|
|
15
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
.main-content[data-v-
|
|
3
|
-
padding: 20px 24px;
|
|
2
|
+
.main-content[data-v-0ezrxc7l] {
|
|
3
|
+
padding: 20px 24px;
|
|
4
4
|
height: 100%;
|
|
5
5
|
}
|
|
6
|
-
.main-panel[data-v-
|
|
7
|
-
height: 100%;
|
|
8
|
-
padding: 20px 24px 24px;
|
|
9
|
-
background: #ffffff;
|
|
10
|
-
box-shadow: 0 2px 4px 0 #1919290d;
|
|
6
|
+
.main-panel[data-v-0ezrxc7l] {
|
|
7
|
+
height: 100%;
|
|
8
|
+
padding: 20px 24px 24px;
|
|
9
|
+
background: #ffffff;
|
|
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-0ezrxc7l] {
|
|
14
14
|
width: 6.17rem;
|
|
15
|
-
}
|
|
15
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
.dataset-main[data-v-
|
|
3
|
-
height: calc(100% - 90px);
|
|
2
|
+
.dataset-main[data-v-u3ieelua] {
|
|
3
|
+
height: calc(100% - 90px);
|
|
4
4
|
margin-top: 2px;
|
|
5
5
|
}
|
|
6
|
-
[data-v-
|
|
6
|
+
[data-v-u3ieelua] .dataset-main>.bk-resize-layout-main {
|
|
7
7
|
width: 0;
|
|
8
|
-
}
|
|
8
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
.choose-resource[data-v-
|
|
2
|
+
.choose-resource[data-v-lu9ic8x1] {
|
|
3
3
|
padding: 0 16px;
|
|
4
4
|
}
|
|
5
|
-
.choose-resource .resource-cards[data-v-
|
|
5
|
+
.choose-resource .resource-cards[data-v-lu9ic8x1] {
|
|
6
6
|
max-height: calc(100% - 44px);
|
|
7
7
|
}
|
|
8
|
-
.no-space-height[data-v-
|
|
8
|
+
.no-space-height[data-v-lu9ic8x1] {
|
|
9
9
|
height: calc(100% - 57px);
|
|
10
|
-
}
|
|
10
|
+
}
|
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
|
|
2
|
-
.choose-result[data-v-
|
|
3
|
-
height: 100%;
|
|
4
|
-
background: #F5F7FA;
|
|
5
|
-
padding: 16px 24px;
|
|
2
|
+
.choose-result[data-v-aocbaa4p] {
|
|
3
|
+
height: 100%;
|
|
4
|
+
background: #F5F7FA;
|
|
5
|
+
padding: 16px 24px;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
}
|
|
8
|
-
.result-title[data-v-
|
|
9
|
-
line-height: 28px;
|
|
10
|
-
font-size: 20px;
|
|
8
|
+
.result-title[data-v-aocbaa4p] {
|
|
9
|
+
line-height: 28px;
|
|
10
|
+
font-size: 20px;
|
|
11
11
|
color: #313238;
|
|
12
12
|
}
|
|
13
|
-
.result-main[data-v-
|
|
13
|
+
.result-main[data-v-aocbaa4p] {
|
|
14
14
|
margin-top: 12px;
|
|
15
15
|
}
|
|
16
|
-
.result-main .result-head[data-v-
|
|
17
|
-
justify-content: space-between;
|
|
16
|
+
.result-main .result-head[data-v-aocbaa4p] {
|
|
17
|
+
justify-content: space-between;
|
|
18
18
|
line-height: 32px;
|
|
19
19
|
}
|
|
20
|
-
.result-main .result-head .title-num[data-v-
|
|
21
|
-
color: #3A84FF;
|
|
20
|
+
.result-main .result-head .title-num[data-v-aocbaa4p] {
|
|
21
|
+
color: #3A84FF;
|
|
22
22
|
font-weight: 700;
|
|
23
23
|
}
|
|
24
|
-
.result-main .result-head .head-clear[data-v-
|
|
25
|
-
cursor: pointer;
|
|
24
|
+
.result-main .result-head .head-clear[data-v-aocbaa4p] {
|
|
25
|
+
cursor: pointer;
|
|
26
26
|
color: #3A84FF;
|
|
27
27
|
}
|
|
28
|
-
.result-item[data-v-
|
|
29
|
-
line-height: 32px;
|
|
30
|
-
background: #FFFFFF;
|
|
31
|
-
border-radius: 2px;
|
|
32
|
-
border: 0 !important;
|
|
33
|
-
margin-top: 4px;
|
|
28
|
+
.result-item[data-v-aocbaa4p] {
|
|
29
|
+
line-height: 32px;
|
|
30
|
+
background: #FFFFFF;
|
|
31
|
+
border-radius: 2px;
|
|
32
|
+
border: 0 !important;
|
|
33
|
+
margin-top: 4px;
|
|
34
34
|
padding: 0 8px;
|
|
35
35
|
}
|
|
36
|
-
.result-item:hover .item-close[data-v-
|
|
36
|
+
.result-item:hover .item-close[data-v-aocbaa4p] {
|
|
37
37
|
display: block !important;
|
|
38
38
|
}
|
|
39
|
-
.result-item[data-v-
|
|
39
|
+
.result-item[data-v-aocbaa4p]:hover {
|
|
40
40
|
box-shadow: 0 2px 6px 0 #1919291a;
|
|
41
41
|
}
|
|
42
|
-
.result-item .result-space-name[data-v-
|
|
42
|
+
.result-item .result-space-name[data-v-aocbaa4p] {
|
|
43
43
|
max-width: 40%;
|
|
44
44
|
}
|
|
45
|
-
.result-item .item-close[data-v-
|
|
46
|
-
cursor: pointer;
|
|
47
|
-
font-size: 16px;
|
|
48
|
-
color: #C4C6CC;
|
|
45
|
+
.result-item .item-close[data-v-aocbaa4p] {
|
|
46
|
+
cursor: pointer;
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
color: #C4C6CC;
|
|
49
49
|
display: none !important;
|
|
50
50
|
}
|
|
51
|
-
.result-item .item-close[data-v-
|
|
51
|
+
.result-item .item-close[data-v-aocbaa4p]:hover {
|
|
52
52
|
color: #979BA5;
|
|
53
53
|
}
|
|
54
|
-
.hover-shadow-strong[data-v-
|
|
54
|
+
.hover-shadow-strong[data-v-aocbaa4p]:hover {
|
|
55
55
|
transition: box-shadow 0.2s;
|
|
56
56
|
}
|
|
57
|
-
.popover-main[data-v-
|
|
57
|
+
.popover-main[data-v-aocbaa4p] {
|
|
58
58
|
padding: 8px 8px 10px;
|
|
59
|
-
}
|
|
59
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
|
|
2
|
-
.choose-space[data-v-
|
|
3
|
-
padding: 0 18px 0 24px;
|
|
4
|
-
height: 100%;
|
|
2
|
+
.choose-space[data-v-tbh3lu0y] {
|
|
3
|
+
padding: 0 18px 0 24px;
|
|
4
|
+
height: 100%;
|
|
5
5
|
font-size: 12px;
|
|
6
6
|
}
|
|
7
|
-
.space-list[data-v-
|
|
8
|
-
margin-top: 12px;
|
|
7
|
+
.space-list[data-v-tbh3lu0y] {
|
|
8
|
+
margin-top: 12px;
|
|
9
9
|
height: calc(100% - 88px);
|
|
10
10
|
}
|
|
11
|
-
.space-list .space-item[data-v-
|
|
12
|
-
line-height: 32px;
|
|
11
|
+
.space-list .space-item[data-v-tbh3lu0y] {
|
|
12
|
+
line-height: 32px;
|
|
13
13
|
padding-left: 8px;
|
|
14
14
|
}
|
|
15
|
-
.space-list .space-item[data-v-
|
|
15
|
+
.space-list .space-item[data-v-tbh3lu0y]:hover {
|
|
16
16
|
background: #f5f7fa;
|
|
17
17
|
}
|
|
18
|
-
.space-list .space-item.space-item-active[data-v-
|
|
19
|
-
background: #F0F5FF;
|
|
18
|
+
.space-list .space-item.space-item-active[data-v-tbh3lu0y] {
|
|
19
|
+
background: #F0F5FF;
|
|
20
20
|
color: #3A84FF;
|
|
21
21
|
}
|
|
22
|
-
.space-list .space-item.space-item-active .space-tool-number[data-v-
|
|
23
|
-
background: #A3C5FD;
|
|
22
|
+
.space-list .space-item.space-item-active .space-tool-number[data-v-tbh3lu0y] {
|
|
23
|
+
background: #A3C5FD;
|
|
24
24
|
color: #FFFFFF;
|
|
25
25
|
}
|
|
26
|
-
.space-list .space-item.space-item-active .bkaidev-guanlikongjian-3[data-v-
|
|
26
|
+
.space-list .space-item.space-item-active .bkaidev-guanlikongjian-3[data-v-tbh3lu0y] {
|
|
27
27
|
color: #3A84FF;
|
|
28
28
|
}
|
|
29
|
-
.space-list .space-item.space-item-active .ai-ui-sdk-icon[data-v-
|
|
29
|
+
.space-list .space-item.space-item-active .ai-ui-sdk-icon[data-v-tbh3lu0y] {
|
|
30
30
|
color: #3A84FF;
|
|
31
31
|
}
|
|
32
|
-
.space-list .space-tool-number[data-v-
|
|
33
|
-
padding: 0 6px;
|
|
34
|
-
border-radius: 2px;
|
|
32
|
+
.space-list .space-tool-number[data-v-tbh3lu0y] {
|
|
33
|
+
padding: 0 6px;
|
|
34
|
+
border-radius: 2px;
|
|
35
35
|
background: #F0F1F5;
|
|
36
|
-
}
|
|
36
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
|
|
2
|
-
.resource-dialog[data-v-
|
|
2
|
+
.resource-dialog[data-v-sjxnaeah] .bk-modal-wrapper {
|
|
3
3
|
max-width: 1600px;
|
|
4
4
|
}
|
|
5
|
-
.resource-dialog-main[data-v-
|
|
5
|
+
.resource-dialog-main[data-v-sjxnaeah] {
|
|
6
6
|
height: 60vh;
|
|
7
7
|
}
|
|
8
|
-
.resource-dialog-choose[data-v-
|
|
9
|
-
width: 75%;
|
|
8
|
+
.resource-dialog-choose[data-v-sjxnaeah] {
|
|
9
|
+
width: 75%;
|
|
10
10
|
height: 100%;
|
|
11
11
|
}
|
|
12
|
-
.resource-dialog-title[data-v-
|
|
13
|
-
font-size: 20px;
|
|
14
|
-
line-height: 28px;
|
|
15
|
-
color: #313238;
|
|
12
|
+
.resource-dialog-title[data-v-sjxnaeah] {
|
|
13
|
+
font-size: 20px;
|
|
14
|
+
line-height: 28px;
|
|
15
|
+
color: #313238;
|
|
16
16
|
padding: 15px 24px 14px;
|
|
17
17
|
}
|
|
18
|
-
.resource-dialog-layout[data-v-
|
|
18
|
+
.resource-dialog-layout[data-v-sjxnaeah] {
|
|
19
19
|
height: calc(100% - 57px);
|
|
20
20
|
}
|
|
21
|
-
.resource-dialog-result[data-v-
|
|
22
|
-
width: 25%;
|
|
21
|
+
.resource-dialog-result[data-v-sjxnaeah] {
|
|
22
|
+
width: 25%;
|
|
23
23
|
height: 100%;
|
|
24
|
-
}
|
|
24
|
+
}
|
|
@@ -1,32 +1,29 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
background-color: #fff;
|
|
7
|
-
color: #333;
|
|
8
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
2
|
+
.tippy-box[data-theme~='light'] {
|
|
3
|
+
background-color: #fff;
|
|
4
|
+
color: #333;
|
|
5
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
9
6
|
border-radius: 2px;
|
|
10
7
|
}
|
|
11
|
-
.tippy-box[data-theme~='light'] .tippy-arrow {
|
|
8
|
+
.tippy-box[data-theme~='light'] .tippy-arrow {
|
|
12
9
|
color: #fff;
|
|
13
10
|
}
|
|
14
|
-
.tippy-box[data-theme~='light'] .tippy-content {
|
|
11
|
+
.tippy-box[data-theme~='light'] .tippy-content {
|
|
15
12
|
padding: 0;
|
|
16
13
|
}
|
|
17
|
-
.tippy-box[data-theme~='light-border'] {
|
|
18
|
-
background-color: #fff;
|
|
19
|
-
color: #333;
|
|
20
|
-
border: 1px solid #dcdee5;
|
|
21
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
14
|
+
.tippy-box[data-theme~='light-border'] {
|
|
15
|
+
background-color: #fff;
|
|
16
|
+
color: #333;
|
|
17
|
+
border: 1px solid #dcdee5;
|
|
18
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
22
19
|
border-radius: 2px;
|
|
23
20
|
}
|
|
24
|
-
.tippy-box[data-theme~='light-border'] .tippy-arrow {
|
|
21
|
+
.tippy-box[data-theme~='light-border'] .tippy-arrow {
|
|
25
22
|
color: #fff;
|
|
26
23
|
}
|
|
27
|
-
.tippy-box[data-theme~='light-border'] .tippy-arrow::before {
|
|
24
|
+
.tippy-box[data-theme~='light-border'] .tippy-arrow::before {
|
|
28
25
|
border-color: transparent transparent #dcdee5 transparent;
|
|
29
26
|
}
|
|
30
|
-
.tippy-box[data-theme~='light-border'] .tippy-content {
|
|
27
|
+
.tippy-box[data-theme~='light-border'] .tippy-content {
|
|
31
28
|
padding: 0;
|
|
32
|
-
}
|
|
29
|
+
}
|
|
@@ -38,22 +38,22 @@ declare const __VLS_base: import("vue").DefineComponent<IProps, {
|
|
|
38
38
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
39
|
hidden: (instance: Instance<Props>) => any;
|
|
40
40
|
hide: (instance: Instance<Props>) => any;
|
|
41
|
-
mount: (instance: Instance<Props>) => any;
|
|
42
41
|
show: (instance: Instance<Props>) => any;
|
|
42
|
+
mount: (instance: Instance<Props>) => any;
|
|
43
43
|
shown: (instance: Instance<Props>) => any;
|
|
44
44
|
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
45
45
|
onHidden?: (instance: Instance<Props>) => any;
|
|
46
46
|
onHide?: (instance: Instance<Props>) => any;
|
|
47
|
-
onMount?: (instance: Instance<Props>) => any;
|
|
48
47
|
onShow?: (instance: Instance<Props>) => any;
|
|
48
|
+
onMount?: (instance: Instance<Props>) => any;
|
|
49
49
|
onShown?: (instance: Instance<Props>) => any;
|
|
50
50
|
}>, {
|
|
51
51
|
disabled: boolean;
|
|
52
|
-
theme: "light" | "light-border" | "material" | "translucent";
|
|
53
|
-
delay: number | [number | null, number | null];
|
|
54
52
|
placement: Placement;
|
|
55
|
-
|
|
53
|
+
theme: "light" | "light-border" | "material" | "translucent";
|
|
56
54
|
arrow: boolean;
|
|
55
|
+
animation: "fade" | "shift-away" | "shift-toward" | "scale" | "perspective";
|
|
56
|
+
delay: number | [number | null, number | null];
|
|
57
57
|
maxWidth: number | string;
|
|
58
58
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
59
59
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
|
|
2
|
-
.upload-file-home[data-v-
|
|
3
|
-
position: relative;
|
|
4
|
-
background: #FFFFFF;
|
|
5
|
-
border: 1px solid #DCDEE5;
|
|
6
|
-
border-radius: 4px;
|
|
2
|
+
.upload-file-home[data-v-ryrv9mlu] {
|
|
3
|
+
position: relative;
|
|
4
|
+
background: #FFFFFF;
|
|
5
|
+
border: 1px solid #DCDEE5;
|
|
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-ryrv9mlu]: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-ryrv9mlu] {
|
|
13
13
|
display: flex;
|
|
14
14
|
}
|
|
15
|
-
.upload-file-home .file-icon[data-v-
|
|
15
|
+
.upload-file-home .file-icon[data-v-ryrv9mlu] {
|
|
16
16
|
font-size: 32px;
|
|
17
17
|
}
|
|
18
|
-
.upload-file-home .file-content[data-v-
|
|
19
|
-
font-size: 12px;
|
|
20
|
-
flex: 1;
|
|
21
|
-
align-items: flex-start;
|
|
22
|
-
margin: 0 12px;
|
|
23
|
-
font-weight: normal;
|
|
18
|
+
.upload-file-home .file-content[data-v-ryrv9mlu] {
|
|
19
|
+
font-size: 12px;
|
|
20
|
+
flex: 1;
|
|
21
|
+
align-items: flex-start;
|
|
22
|
+
margin: 0 12px;
|
|
23
|
+
font-weight: normal;
|
|
24
24
|
width: 0;
|
|
25
25
|
}
|
|
26
|
-
.upload-file-home .file-content .file-name[data-v-
|
|
27
|
-
width: 100%;
|
|
28
|
-
font-size: 14px;
|
|
26
|
+
.upload-file-home .file-content .file-name[data-v-ryrv9mlu] {
|
|
27
|
+
width: 100%;
|
|
28
|
+
font-size: 14px;
|
|
29
29
|
line-height: 20px;
|
|
30
30
|
}
|
|
31
|
-
.upload-file-home .file-content .file-size[data-v-
|
|
32
|
-
font-size: 12px;
|
|
33
|
-
color: #979BA5;
|
|
31
|
+
.upload-file-home .file-content .file-size[data-v-ryrv9mlu] {
|
|
32
|
+
font-size: 12px;
|
|
33
|
+
color: #979BA5;
|
|
34
34
|
line-height: 20px;
|
|
35
35
|
}
|
|
36
|
-
.upload-file-home .file-icons[data-v-
|
|
37
|
-
display: none;
|
|
36
|
+
.upload-file-home .file-icons[data-v-ryrv9mlu] {
|
|
37
|
+
display: none;
|
|
38
38
|
color: #979BA5;
|
|
39
39
|
}
|
|
40
|
-
.upload-file-home .file-icons .ai-ui-sdk-icon[data-v-
|
|
41
|
-
cursor: pointer;
|
|
42
|
-
margin-right: 15px;
|
|
40
|
+
.upload-file-home .file-icons .ai-ui-sdk-icon[data-v-ryrv9mlu] {
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
margin-right: 15px;
|
|
43
43
|
font-size: 16px;
|
|
44
44
|
}
|
|
45
|
-
.upload-file-home .file-icons .ai-ui-sdk-icon[data-v-
|
|
45
|
+
.upload-file-home .file-icons .ai-ui-sdk-icon[data-v-ryrv9mlu]:hover {
|
|
46
46
|
color: #3A84FF;
|
|
47
47
|
}
|
|
48
|
-
.upload-file-home .file-icons .ai-ui-sdk-delete[data-v-
|
|
48
|
+
.upload-file-home .file-icons .ai-ui-sdk-delete[data-v-ryrv9mlu] {
|
|
49
49
|
margin: 0;
|
|
50
|
-
}
|
|
50
|
+
}
|
|
@@ -14,7 +14,7 @@ declare const __VLS_export: <T extends IFileInfo>(__VLS_props: NonNullable<Await
|
|
|
14
14
|
};
|
|
15
15
|
emit: (event: "delete", file: T) => void;
|
|
16
16
|
}>) => import("vue").VNode & {
|
|
17
|
-
__ctx?:
|
|
17
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
18
18
|
};
|
|
19
19
|
declare const _default: typeof __VLS_export;
|
|
20
20
|
export default _default;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
|
-
.ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-
|
|
2
|
+
.ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-c7guibzs] {
|
|
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-c7guibzs], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-c7guibzs], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-c7guibzs] {
|
|
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-c7guibzs] {
|
|
9
9
|
color: #C4C6CC;
|
|
10
10
|
}
|
|
11
|
-
.ai-ui-sdk-icon.ai-ui-sdk-archive-line[data-v-
|
|
11
|
+
.ai-ui-sdk-icon.ai-ui-sdk-archive-line[data-v-c7guibzs] {
|
|
12
12
|
color: #979BA5;
|
|
13
13
|
}
|
|
14
|
-
.ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-
|
|
14
|
+
.ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-c7guibzs] {
|
|
15
15
|
color: #2DCB56;
|
|
16
16
|
}
|
|
17
|
-
.ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-
|
|
17
|
+
.ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-c7guibzs] {
|
|
18
18
|
color: #14A568;
|
|
19
|
-
}
|
|
19
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
.generate-type-tag[data-v-
|
|
3
|
-
border-radius: 2px;
|
|
4
|
-
text-align: left;
|
|
2
|
+
.generate-type-tag[data-v-4r093h3c] {
|
|
3
|
+
border-radius: 2px;
|
|
4
|
+
text-align: left;
|
|
5
5
|
white-space: nowrap;
|
|
6
6
|
}
|
|
7
|
-
.generate-type-tag.public[data-v-
|
|
8
|
-
color: #2CAF5E;
|
|
7
|
+
.generate-type-tag.public[data-v-4r093h3c] {
|
|
8
|
+
color: #2CAF5E;
|
|
9
9
|
background-color: #DAF6E5;
|
|
10
10
|
}
|
|
11
|
-
.generate-type-tag.public[data-v-
|
|
12
|
-
color: #299E56;
|
|
11
|
+
.generate-type-tag.public[data-v-4r093h3c]:hover {
|
|
12
|
+
color: #299E56;
|
|
13
13
|
background-color: #CBF0DA;
|
|
14
14
|
}
|
|
15
|
-
.generate-type-tag.space[data-v-
|
|
16
|
-
color: #45A0A5;
|
|
15
|
+
.generate-type-tag.space[data-v-4r093h3c] {
|
|
16
|
+
color: #45A0A5;
|
|
17
17
|
background-color: #D8F4F5;
|
|
18
18
|
}
|
|
19
|
-
.generate-type-tag.space[data-v-
|
|
20
|
-
color: #388A8E;
|
|
19
|
+
.generate-type-tag.space[data-v-4r093h3c]:hover {
|
|
20
|
+
color: #388A8E;
|
|
21
21
|
background-color: #B6E7E9;
|
|
22
|
-
}
|
|
22
|
+
}
|
|
@@ -13,8 +13,8 @@ interface IProps {
|
|
|
13
13
|
}
|
|
14
14
|
declare const __VLS_export: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {
|
|
15
15
|
height: number | string;
|
|
16
|
-
fontSize: number | string;
|
|
17
16
|
padding: number | string;
|
|
17
|
+
fontSize: number | string;
|
|
18
18
|
showTips: boolean;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
declare const _default: typeof __VLS_export;
|