@blueking/ai-ui-sdk 0.4.3-beta.2 → 0.4.3-beta.21
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-card/agent/actions.script.vue.js.js → render-agent/action/index.script.vue.js.js} +43 -10
- package/dist/components/{render-card/agent/actions.vue.d.ts → render-agent/action/index.vue.d.ts} +3 -0
- package/dist/components/render-agent/action/index.vue.js +3 -0
- package/dist/components/render-agent/agent-share.script.vue.js.js +8 -1
- package/dist/components/render-agent/agent-share.vue.d.ts +1 -0
- package/dist/components/render-agent/agent-type.script.vue.js.js +9 -3
- package/dist/components/render-agent/agent-type.vue.css +7 -3
- 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-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-card/agent/corner-badge.script.vue.js.js +82 -0
- package/dist/components/render-card/agent/corner-badge.vue.css +9 -0
- package/dist/components/render-card/agent/corner-badge.vue.d.ts +16 -0
- package/dist/components/render-card/agent/corner-badge.vue.js +5 -0
- package/dist/components/render-card/agent/index.script.vue.js.js +86 -27
- package/dist/components/render-card/agent/index.vue.d.ts +4 -1
- package/dist/components/render-card/agent/prefix-info-tool.vue.css +5 -5
- 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 +3 -2
- package/dist/components/render-card/base/application-base-actions.vue.d.ts +2 -0
- package/dist/components/render-card/base/collection-icon.script.vue.js.js +146 -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/reference-icon.script.vue.js.js +11 -10
- package/dist/components/render-card/base.vue.css +12 -12
- package/dist/components/render-card/base.vue.js +1 -1
- package/dist/components/render-card/knowledgebase/actions.script.vue.js.js +5 -0
- package/dist/components/render-card/knowledgebase/actions.vue.d.ts +2 -0
- package/dist/components/render-card/knowledgebase/index.script.vue.js.js +5 -0
- package/dist/components/render-card/knowledgebase/index.vue.d.ts +2 -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 +3 -3
- package/dist/components/render-card/llm/corner-badge.vue.js +1 -1
- package/dist/components/render-card/llm/icons.vue.css +2 -2
- 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/info.vue.css +1 -1
- 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 +2 -5
- 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 +45 -8
- package/dist/components/render-card/mcp/actions.vue.d.ts +3 -0
- package/dist/components/render-card/mcp/index.script.vue.js.js +47 -5
- package/dist/components/render-card/mcp/index.vue.d.ts +6 -2
- package/dist/components/render-card/mcp/name-suffix.vue.css +2 -2
- 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 +7 -3
- package/dist/components/render-card/mcp/selected-tools-info.vue.d.ts +1 -0
- package/dist/components/render-card/prompt/icons.vue.css +1 -1
- package/dist/components/render-card/prompt/icons.vue.js +1 -1
- package/dist/components/render-card/prompt/index.script.vue.js.js +60 -15
- package/dist/components/render-card/prompt/index.vue.d.ts +5 -1
- package/dist/components/render-card/role/index.script.vue.js.js +66 -22
- package/dist/components/render-card/role/index.vue.d.ts +5 -1
- package/dist/components/render-card/skill/index.script.vue.js.js +63 -24
- package/dist/components/render-card/skill/index.vue.d.ts +10 -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} +3 -3
- 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 +36 -5
- package/dist/components/render-card/tool/actions.vue.d.ts +3 -0
- package/dist/components/render-card/tool/index.script.vue.js.js +65 -21
- package/dist/components/render-card/tool/index.vue.d.ts +5 -1
- package/dist/components/render-card/tool/prefix-info-tool.script.vue.js.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-collection/actions/index.script.vue.js.js +32 -5
- package/dist/components/render-collection/actions/index.vue.d.ts +3 -0
- package/dist/components/render-collection/content/index.vue.css +4 -4
- package/dist/components/render-collection/content/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.css +3 -3
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.script.vue.js.js +3 -3
- package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.js +0 -2
- package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +1 -1
- package/dist/components/render-dataset/components/dataset-data-valid/index.script.vue.js.js +3 -3
- package/dist/components/render-dataset/components/dataset-data-valid/index.vue.js +0 -2
- 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 +1 -1
- 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/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 +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
- 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-detail-origin-data/index.script.vue.js.js +10 -7
- 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/index.vue.css +2 -2
- package/dist/components/render-dataset-list/index.vue.js +1 -1
- package/dist/components/render-dialog/choose-resource.vue.css +3 -3
- package/dist/components/render-dialog/choose-resource.vue.js +1 -1
- package/dist/components/render-dialog/choose-result.vue.css +14 -14
- package/dist/components/render-dialog/choose-result.vue.js +1 -1
- package/dist/components/render-dialog/choose-space.script.vue.js.js +10 -10
- package/dist/components/render-dialog/choose-space.vue.css +10 -10
- package/dist/components/render-dialog/choose-space.vue.js +1 -1
- package/dist/components/render-dialog/index.vue.css +6 -6
- package/dist/components/render-dialog/index.vue.js +1 -1
- package/dist/components/render-dropdown/index.vue.css +3 -0
- package/dist/components/render-dropdown/index.vue.d.ts +5 -5
- 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 +6 -6
- package/dist/components/render-file-type-icon/index.vue.js +1 -1
- package/dist/components/render-generate-tag/index.vue.css +5 -5
- 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 +1 -1
- 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/view.d.ts +1 -1
- package/dist/components/render-prompt/actions/index.script.vue.js.js +32 -5
- package/dist/components/render-prompt/actions/index.vue.d.ts +3 -0
- package/dist/components/render-prompt/content/index.vue.css +1 -1
- package/dist/components/render-prompt/content/index.vue.js +1 -1
- package/dist/components/render-reference/index.script.vue.js +3 -3
- package/dist/components/render-reference/index.vue.css +2 -2
- 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 +2 -2
- 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 +3 -3
- 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-select-plus-extension/index.vue.css +3 -3
- package/dist/components/render-select-plus-extension/index.vue.js +1 -1
- package/dist/components/render-skill/actions/index.script.vue.js.js +74 -76
- package/dist/components/render-skill/actions/index.vue.d.ts +5 -2
- package/dist/components/render-t-table/index.script.vue.js +33 -16
- package/dist/components/render-t-table/index.vue.css +41 -28
- package/dist/components/render-t-table/index.vue.js +1 -1
- package/dist/components/render-tag-tree/index.vue.css +7 -7
- 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 +6 -6
- package/dist/components/render-tags/index.vue.d.ts +1 -1
- package/dist/components/render-tags/index.vue.js +1 -1
- package/dist/components.d.ts +15 -1
- package/dist/components.ts.js +15 -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/g-utilities.css +65 -8
- package/dist/css/g-utilities.manifest.json +16 -2
- package/dist/css/iconcool.js +1 -1
- package/dist/css/style.css +3 -0
- package/dist/hooks/use-agent-http.d.ts +3 -0
- package/dist/hooks/use-agent-http.ts.js +23 -2
- package/dist/hooks/use-collection-http.d.ts +2 -0
- package/dist/hooks/use-collection-http.ts.js +15 -1
- 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.d.ts +7 -1
- package/dist/http/helper/agent.ts.js +20 -1
- package/dist/http/helper/collection.ts.js +3 -1
- package/dist/http/helper/common.d.ts +1 -1
- package/dist/http/helper/common.ts.js +4 -0
- package/dist/http/helper/mcp.ts.js +8 -2
- package/dist/http/helper/prompt.ts.js +3 -1
- package/dist/http/helper/skill.ts.js +4 -0
- package/dist/http/helper/tool.ts.js +8 -2
- package/dist/types/agent.d.ts +23 -1
- package/dist/types/collection.d.ts +5 -1
- package/dist/types/common.d.ts +4 -0
- package/dist/types/enum.d.ts +10 -2
- package/dist/types/enum.ts.js +9 -0
- package/dist/types/mcp.d.ts +6 -0
- package/dist/types/prompt.d.ts +5 -1
- package/dist/types/skill.d.ts +4 -0
- package/dist/types/tool.d.ts +6 -0
- package/package.json +1 -1
- package/dist/components/render-card/agent/actions.vue.js +0 -3
- package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.css +0 -4
- package/dist/components/render-dataset/components/dataset-data-valid/index.vue.css +0 -4
|
@@ -8,9 +8,6 @@ const _hoisted_2 = {
|
|
|
8
8
|
key: 1,
|
|
9
9
|
class: "ai-ui-sdk-icon ai-ui-sdk-warning-circle-fill g-mr-4 !g-text-16 g-text-ea3636"
|
|
10
10
|
};
|
|
11
|
-
const _hoisted_3 = {
|
|
12
|
-
key: 0
|
|
13
|
-
};
|
|
14
11
|
import { ref, toRef } from 'vue';
|
|
15
12
|
import ApplicationBaseActions from '../../render-card/base/application-base-actions.vue.js';
|
|
16
13
|
import RenderDropdown from '../../render-dropdown/index.vue.js';
|
|
@@ -28,13 +25,17 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
28
25
|
manageSpace: {
|
|
29
26
|
type: Boolean
|
|
30
27
|
},
|
|
31
|
-
username: {}
|
|
28
|
+
username: {},
|
|
29
|
+
isTextButton: {
|
|
30
|
+
type: Boolean
|
|
31
|
+
}
|
|
32
32
|
},
|
|
33
33
|
emits: [
|
|
34
34
|
"edit",
|
|
35
35
|
"install",
|
|
36
36
|
"success-delete",
|
|
37
37
|
"success-restore",
|
|
38
|
+
"success-revoke-apply",
|
|
38
39
|
"success-download",
|
|
39
40
|
"navigate"
|
|
40
41
|
],
|
|
@@ -56,9 +57,6 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
56
57
|
const getIsFullType = ()=>{
|
|
57
58
|
return props.type === ResourceCardType.Full;
|
|
58
59
|
};
|
|
59
|
-
const getIsMarketType = ()=>{
|
|
60
|
-
return props.type === ResourceCardType.Market;
|
|
61
|
-
};
|
|
62
60
|
const getIsNotDeleted = ()=>{
|
|
63
61
|
return props.skill.status !== SkillStatus.Deleted;
|
|
64
62
|
};
|
|
@@ -148,6 +146,9 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
148
146
|
const handleDeleteSkill = ()=>{
|
|
149
147
|
emits('success-delete');
|
|
150
148
|
};
|
|
149
|
+
const handleRevokeApply = ()=>{
|
|
150
|
+
emits('success-revoke-apply');
|
|
151
|
+
};
|
|
151
152
|
const handleShare = ()=>{
|
|
152
153
|
emits('navigate', {
|
|
153
154
|
type: SdkNavigateActionType.CopySkillMarket,
|
|
@@ -175,6 +176,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
175
176
|
"manage-space": props.manageSpace,
|
|
176
177
|
username: props.username,
|
|
177
178
|
onSuccessDelete: handleDeleteSkill,
|
|
179
|
+
onSuccessRevokeApply: handleRevokeApply,
|
|
178
180
|
onNavigate: handleNavigate
|
|
179
181
|
}, null, 8 /* PROPS */ , [
|
|
180
182
|
"resource",
|
|
@@ -194,6 +196,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
194
196
|
class: _normalizeClass({
|
|
195
197
|
'!g-disabled': !((__props_skill_permission = __props.skill.permission) === null || __props_skill_permission === void 0 ? void 0 : __props_skill_permission.manageSkill)
|
|
196
198
|
}),
|
|
199
|
+
theme: props.isTextButton ? 'primary' : '',
|
|
200
|
+
text: props.isTextButton,
|
|
197
201
|
size: "small",
|
|
198
202
|
onMouseenter: handleManagePermissionMouseEnter,
|
|
199
203
|
onMousemove: handleManagePermissionMouseMove,
|
|
@@ -216,6 +220,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
216
220
|
_: 1 /* STABLE */
|
|
217
221
|
}, 8 /* PROPS */ , [
|
|
218
222
|
"class",
|
|
223
|
+
"theme",
|
|
224
|
+
"text",
|
|
219
225
|
"onMouseleave"
|
|
220
226
|
])), [
|
|
221
227
|
[
|
|
@@ -227,6 +233,8 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
227
233
|
]
|
|
228
234
|
]) : _createCommentVNode("v-if", true),
|
|
229
235
|
_createVNode(_component_bk_button, {
|
|
236
|
+
theme: props.isTextButton ? 'primary' : '',
|
|
237
|
+
text: props.isTextButton,
|
|
230
238
|
size: "small",
|
|
231
239
|
onClick: _withModifiers(handleInstall, [
|
|
232
240
|
"stop"
|
|
@@ -238,64 +246,11 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
238
246
|
])
|
|
239
247
|
]),
|
|
240
248
|
_: 1 /* STABLE */
|
|
241
|
-
}),
|
|
242
|
-
_withDirectives((_openBlock(), _createBlock(_component_bk_button, {
|
|
243
|
-
disabled: props.skill.generateType !== _unref(EnumCharacter).Public,
|
|
244
|
-
size: "small",
|
|
245
|
-
onClick: _withModifiers(handleShare, [
|
|
246
|
-
"stop"
|
|
247
|
-
])
|
|
248
|
-
}, {
|
|
249
|
-
default: _withCtx(()=>[
|
|
250
|
-
..._cache[7] || (_cache[7] = [
|
|
251
|
-
_createTextVNode(" 分享 ", -1 /* CACHED */ )
|
|
252
|
-
])
|
|
253
|
-
]),
|
|
254
|
-
_: 1 /* STABLE */
|
|
255
249
|
}, 8 /* PROPS */ , [
|
|
256
|
-
"
|
|
257
|
-
|
|
258
|
-
[
|
|
259
|
-
_directive_bk_tooltips,
|
|
260
|
-
{
|
|
261
|
-
content: '该 Skill 并未对所有空间开放,暂不能分享',
|
|
262
|
-
disabled: props.skill.generateType === _unref(EnumCharacter).Public
|
|
263
|
-
}
|
|
264
|
-
]
|
|
250
|
+
"theme",
|
|
251
|
+
"text"
|
|
265
252
|
]),
|
|
266
|
-
|
|
267
|
-
key: 1,
|
|
268
|
-
loading: isDownloadingSkill.value,
|
|
269
|
-
size: "small",
|
|
270
|
-
onClick: _withModifiers(handleDownload, [
|
|
271
|
-
"stop"
|
|
272
|
-
])
|
|
273
|
-
}, {
|
|
274
|
-
default: _withCtx(()=>[
|
|
275
|
-
..._cache[8] || (_cache[8] = [
|
|
276
|
-
_createTextVNode(" 下载 ", -1 /* CACHED */ )
|
|
277
|
-
])
|
|
278
|
-
]),
|
|
279
|
-
_: 1 /* STABLE */
|
|
280
|
-
}, 8 /* PROPS */ , [
|
|
281
|
-
"loading"
|
|
282
|
-
])) : _createCommentVNode("v-if", true),
|
|
283
|
-
getIsMarketType() ? (_openBlock(), _createBlock(RenderRelateAgent, {
|
|
284
|
-
key: 2,
|
|
285
|
-
"resource-type": _unref(Module).Skill,
|
|
286
|
-
resource: __props.skill,
|
|
287
|
-
text: false,
|
|
288
|
-
"space-id": props.spaceId,
|
|
289
|
-
"api-prefix": props.apiPrefix,
|
|
290
|
-
onNavigate: handleNavigate
|
|
291
|
-
}, null, 8 /* PROPS */ , [
|
|
292
|
-
"resource-type",
|
|
293
|
-
"resource",
|
|
294
|
-
"space-id",
|
|
295
|
-
"api-prefix"
|
|
296
|
-
])) : _createCommentVNode("v-if", true),
|
|
297
|
-
!getIsMarketType() ? (_openBlock(), _createBlock(RenderDropdown, {
|
|
298
|
-
key: 3,
|
|
253
|
+
_createVNode(RenderDropdown, {
|
|
299
254
|
placement: "bottom-start",
|
|
300
255
|
theme: "light",
|
|
301
256
|
ref_key: "dropdownRef",
|
|
@@ -303,21 +258,28 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
303
258
|
}, {
|
|
304
259
|
trigger: _withCtx(()=>[
|
|
305
260
|
_createVNode(_component_bk_button, {
|
|
306
|
-
|
|
261
|
+
text: props.isTextButton,
|
|
262
|
+
class: _normalizeClass([
|
|
263
|
+
'!g-p-5',
|
|
264
|
+
props.isTextButton ? 'hover:!g-bg-[#dcdee5] hover:!g-rounded-4' : ''
|
|
265
|
+
]),
|
|
307
266
|
size: "small",
|
|
308
267
|
onClick: _cache[1] || (_cache[1] = _withModifiers(()=>{}, [
|
|
309
268
|
"stop"
|
|
310
269
|
]))
|
|
311
270
|
}, {
|
|
312
271
|
default: _withCtx(()=>[
|
|
313
|
-
..._cache[
|
|
272
|
+
..._cache[7] || (_cache[7] = [
|
|
314
273
|
_createElementVNode("i", {
|
|
315
274
|
class: "ai-ui-sdk-icon ai-ui-sdk-gengduo-2 g-text-16"
|
|
316
275
|
}, null, -1 /* CACHED */ )
|
|
317
276
|
])
|
|
318
277
|
]),
|
|
319
278
|
_: 1 /* STABLE */
|
|
320
|
-
}
|
|
279
|
+
}, 8 /* PROPS */ , [
|
|
280
|
+
"text",
|
|
281
|
+
"class"
|
|
282
|
+
])
|
|
321
283
|
]),
|
|
322
284
|
content: _withCtx(()=>[
|
|
323
285
|
_createElementVNode("ul", {
|
|
@@ -326,6 +288,35 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
326
288
|
`skill-card-menu-${__props.skill.id}`
|
|
327
289
|
])
|
|
328
290
|
}, [
|
|
291
|
+
_withDirectives((_openBlock(), _createElementBlock("li", {
|
|
292
|
+
onClick: handleHideDropdown
|
|
293
|
+
}, [
|
|
294
|
+
_createVNode(_component_bk_button, {
|
|
295
|
+
disabled: props.skill.generateType !== _unref(EnumCharacter).Public,
|
|
296
|
+
size: "small",
|
|
297
|
+
text: "",
|
|
298
|
+
onClick: _withModifiers(handleShare, [
|
|
299
|
+
"stop"
|
|
300
|
+
])
|
|
301
|
+
}, {
|
|
302
|
+
default: _withCtx(()=>[
|
|
303
|
+
..._cache[8] || (_cache[8] = [
|
|
304
|
+
_createTextVNode(" 分享 ", -1 /* CACHED */ )
|
|
305
|
+
])
|
|
306
|
+
]),
|
|
307
|
+
_: 1 /* STABLE */
|
|
308
|
+
}, 8 /* PROPS */ , [
|
|
309
|
+
"disabled"
|
|
310
|
+
])
|
|
311
|
+
])), [
|
|
312
|
+
[
|
|
313
|
+
_directive_bk_tooltips,
|
|
314
|
+
{
|
|
315
|
+
content: '该 Skill 并未对所有空间开放,暂不能分享',
|
|
316
|
+
disabled: props.skill.generateType === _unref(EnumCharacter).Public
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
]),
|
|
329
320
|
_createElementVNode("li", {
|
|
330
321
|
onClick: _cache[2] || (_cache[2] = _withModifiers(()=>{}, [
|
|
331
322
|
"stop"
|
|
@@ -335,6 +326,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
335
326
|
boundary: `.skill-card-menu-${__props.skill.id}`,
|
|
336
327
|
"resource-type": _unref(Module).Skill,
|
|
337
328
|
resource: __props.skill,
|
|
329
|
+
"is-text-button": true,
|
|
338
330
|
"space-id": props.spaceId,
|
|
339
331
|
"api-prefix": props.apiPrefix,
|
|
340
332
|
onNavigate: handleNavigate
|
|
@@ -346,17 +338,19 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
346
338
|
"api-prefix"
|
|
347
339
|
])
|
|
348
340
|
]),
|
|
349
|
-
|
|
341
|
+
_createElementVNode("li", {
|
|
342
|
+
onClick: _withModifiers(handleHideDropdown, [
|
|
343
|
+
"stop"
|
|
344
|
+
])
|
|
345
|
+
}, [
|
|
350
346
|
_createVNode(_component_bk_button, {
|
|
351
347
|
loading: isDownloadingSkill.value,
|
|
352
348
|
size: "small",
|
|
353
349
|
text: "",
|
|
354
|
-
onClick:
|
|
355
|
-
"stop"
|
|
356
|
-
])
|
|
350
|
+
onClick: handleDownload
|
|
357
351
|
}, {
|
|
358
352
|
default: _withCtx(()=>[
|
|
359
|
-
..._cache[
|
|
353
|
+
..._cache[9] || (_cache[9] = [
|
|
360
354
|
_createTextVNode(" 下载 ", -1 /* CACHED */ )
|
|
361
355
|
])
|
|
362
356
|
]),
|
|
@@ -364,9 +358,9 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
364
358
|
}, 8 /* PROPS */ , [
|
|
365
359
|
"loading"
|
|
366
360
|
])
|
|
367
|
-
])
|
|
361
|
+
]),
|
|
368
362
|
getIsCurrentSpace() && getIsFullType() ? (_openBlock(), _createBlock(_component_bk_pop_confirm, {
|
|
369
|
-
key:
|
|
363
|
+
key: 0,
|
|
370
364
|
boundary: `.skill-card-menu-${__props.skill.id}`,
|
|
371
365
|
"confirm-config": {
|
|
372
366
|
loading: isDeletingSkill.value
|
|
@@ -407,7 +401,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
407
401
|
], 2 /* CLASS */ )
|
|
408
402
|
]),
|
|
409
403
|
_: 1 /* STABLE */
|
|
410
|
-
}, 512 /* NEED_PATCH */ )
|
|
404
|
+
}, 512 /* NEED_PATCH */ )
|
|
411
405
|
], 64 /* STABLE_FRAGMENT */ )) : _createCommentVNode("v-if", true),
|
|
412
406
|
getIsCurrentSpace() && getIsFullType() && !getIsNotDeleted() ? (_openBlock(), _createBlock(_component_bk_pop_confirm, {
|
|
413
407
|
key: 2,
|
|
@@ -423,20 +417,24 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
423
417
|
_withDirectives((_openBlock(), _createBlock(_component_bk_button, {
|
|
424
418
|
disabled: !__props.skill.permission.manageSkill,
|
|
425
419
|
loading: isRestoringSkill.value,
|
|
420
|
+
theme: props.isTextButton ? 'primary' : '',
|
|
421
|
+
text: props.isTextButton,
|
|
426
422
|
size: "small",
|
|
427
423
|
onClick: _withModifiers(handleShowRestore, [
|
|
428
424
|
"stop"
|
|
429
425
|
])
|
|
430
426
|
}, {
|
|
431
427
|
default: _withCtx(()=>[
|
|
432
|
-
..._cache[
|
|
428
|
+
..._cache[10] || (_cache[10] = [
|
|
433
429
|
_createTextVNode(" 恢复 ", -1 /* CACHED */ )
|
|
434
430
|
])
|
|
435
431
|
]),
|
|
436
432
|
_: 1 /* STABLE */
|
|
437
433
|
}, 8 /* PROPS */ , [
|
|
438
434
|
"disabled",
|
|
439
|
-
"loading"
|
|
435
|
+
"loading",
|
|
436
|
+
"theme",
|
|
437
|
+
"text"
|
|
440
438
|
])), [
|
|
441
439
|
[
|
|
442
440
|
_directive_bk_tooltips,
|
|
@@ -8,20 +8,23 @@ interface IProps {
|
|
|
8
8
|
apiPrefix: string;
|
|
9
9
|
manageSpace?: boolean;
|
|
10
10
|
username?: string;
|
|
11
|
+
isTextButton?: boolean;
|
|
11
12
|
}
|
|
12
13
|
declare const __VLS_export: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
14
|
edit: (skill: ISkill) => any;
|
|
14
15
|
navigate: (value: ISdkNavigateAction) => any;
|
|
15
|
-
install: (skill: ISkill) => any;
|
|
16
16
|
"success-delete": () => any;
|
|
17
|
+
"success-revoke-apply": () => any;
|
|
17
18
|
"success-restore": () => any;
|
|
19
|
+
install: (skill: ISkill) => any;
|
|
18
20
|
"success-download": (downloadCount: number) => any;
|
|
19
21
|
}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
|
|
20
22
|
onEdit?: (skill: ISkill) => any;
|
|
21
23
|
onNavigate?: (value: ISdkNavigateAction) => any;
|
|
22
|
-
onInstall?: (skill: ISkill) => any;
|
|
23
24
|
"onSuccess-delete"?: () => any;
|
|
25
|
+
"onSuccess-revoke-apply"?: () => any;
|
|
24
26
|
"onSuccess-restore"?: () => any;
|
|
27
|
+
onInstall?: (skill: ISkill) => any;
|
|
25
28
|
"onSuccess-download"?: (downloadCount: number) => any;
|
|
26
29
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
30
|
declare const _default: typeof __VLS_export;
|
|
@@ -1,13 +1,23 @@
|
|
|
1
|
+
var __rest = this && this.__rest || function(s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for(var p in s)if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
4
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for(var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++){
|
|
5
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
6
|
+
}
|
|
7
|
+
return t;
|
|
8
|
+
};
|
|
1
9
|
import { defineComponent as _defineComponent, Fragment as _Fragment, createVNode as _createVNode2, createTextVNode as _createTextVNode2 } from 'vue';
|
|
2
10
|
import { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, renderSlot as _renderSlot, unref as _unref, mergeProps as _mergeProps, normalizeClass as _normalizeClass, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle, createElementBlock as _createElementBlock } from "vue";
|
|
3
11
|
const _hoisted_1 = {
|
|
4
12
|
class: "t-table-row-height"
|
|
5
13
|
};
|
|
6
14
|
import { Funnel } from 'bkui-vue/lib/icon';
|
|
7
|
-
import { ref, watch } from 'vue';
|
|
15
|
+
import { ref, useAttrs, watch } from 'vue';
|
|
8
16
|
import RenderSearchEmpty from '../render-search-empty/index.vue.js';
|
|
9
17
|
import { isEmpty, isObject } from '../../util.ts.js';
|
|
10
|
-
export default /*@__PURE__*/ _defineComponent({
|
|
18
|
+
export default /*@__PURE__*/ _defineComponent(Object.assign({
|
|
19
|
+
inheritAttrs: false
|
|
20
|
+
}, {
|
|
11
21
|
props: {
|
|
12
22
|
columns: {},
|
|
13
23
|
isLoading: {
|
|
@@ -44,8 +54,15 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
44
54
|
setup (__props, { emit: __emit }) {
|
|
45
55
|
const props = __props;
|
|
46
56
|
const emits = __emit;
|
|
47
|
-
const
|
|
57
|
+
const attrs = useAttrs();
|
|
58
|
+
const rowHeight = ref('g-h-42');
|
|
48
59
|
const columnControllerVisible = ref(false);
|
|
60
|
+
const getTableAttrs = ()=>{
|
|
61
|
+
const _a = attrs, { class: _class } = _a, rest = __rest(_a, [
|
|
62
|
+
"class"
|
|
63
|
+
]);
|
|
64
|
+
return rest;
|
|
65
|
+
};
|
|
49
66
|
const getMaxHeight = ()=>{
|
|
50
67
|
return props.pagination ? 'calc(100% - 48px)' : '100%';
|
|
51
68
|
};
|
|
@@ -199,33 +216,32 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
199
216
|
}
|
|
200
217
|
});
|
|
201
218
|
return (_ctx, _cache)=>{
|
|
202
|
-
var _a;
|
|
203
219
|
const _component_bk_radio_button = _resolveComponent("bk-radio-button");
|
|
204
220
|
const _component_bk_radio_group = _resolveComponent("bk-radio-group");
|
|
205
221
|
const _component_bk_loading = _resolveComponent("bk-loading");
|
|
206
222
|
const _component_t_enhanced_table = _resolveComponent("t-enhanced-table");
|
|
207
223
|
const _component_bk_pagination = _resolveComponent("bk-pagination");
|
|
208
224
|
return _openBlock(), _createElementBlock("section", {
|
|
225
|
+
class: _normalizeClass(_ctx.$attrs.class),
|
|
209
226
|
style: _normalizeStyle({
|
|
210
227
|
height: __props.height
|
|
211
228
|
})
|
|
212
229
|
}, [
|
|
213
|
-
_createVNode(_component_t_enhanced_table, _mergeProps(
|
|
230
|
+
_createVNode(_component_t_enhanced_table, _mergeProps(getTableAttrs(), {
|
|
214
231
|
"column-controller-visible": columnControllerVisible.value,
|
|
215
232
|
"onUpdate:columnControllerVisible": _cache[1] || (_cache[1] = ($event)=>columnControllerVisible.value = $event),
|
|
216
233
|
"filter-value": {},
|
|
217
234
|
"max-height": getMaxHeight(),
|
|
218
235
|
loading: __props.isLoading,
|
|
219
236
|
"row-key": __props.rowKey,
|
|
220
|
-
"header-affixed-top": !!((_a = __props.tableData) === null || _a === void 0 ? void 0 : _a.length),
|
|
221
237
|
"display-columns": displayColumns.value,
|
|
222
|
-
class: `t-t-table ${_ctx.$attrs.class}`,
|
|
223
238
|
data: __props.tableData,
|
|
224
239
|
"column-controller": getColumnControllerConfig(),
|
|
225
240
|
columns: getSettingColumns(),
|
|
226
241
|
"row-class-name": getRowClassName,
|
|
227
242
|
"expand-icon": false,
|
|
228
243
|
resizable: true,
|
|
244
|
+
class: "t-t-table",
|
|
229
245
|
"cell-empty-content": "--",
|
|
230
246
|
onSortChange: handleSortChange,
|
|
231
247
|
onFilterChange: handleFilterChange,
|
|
@@ -237,7 +253,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
237
253
|
}), {
|
|
238
254
|
columnControllerBottomContent: _withCtx(()=>[
|
|
239
255
|
_createElementVNode("section", _hoisted_1, [
|
|
240
|
-
_cache[
|
|
256
|
+
_cache[7] || (_cache[7] = _createTextVNode("\n 表格行高:\n ", -1 /* CACHED */ )),
|
|
241
257
|
_createVNode(_component_bk_radio_group, {
|
|
242
258
|
modelValue: rowHeight.value,
|
|
243
259
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event)=>rowHeight.value = $event)
|
|
@@ -248,27 +264,29 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
248
264
|
}, {
|
|
249
265
|
default: _withCtx(()=>[
|
|
250
266
|
..._cache[2] || (_cache[2] = [
|
|
251
|
-
_createTextVNode("
|
|
267
|
+
_createTextVNode("\n 小\n ", -1 /* CACHED */ )
|
|
252
268
|
])
|
|
253
269
|
]),
|
|
254
270
|
_: 1 /* STABLE */
|
|
255
271
|
}),
|
|
272
|
+
_cache[5] || (_cache[5] = _createTextVNode()),
|
|
256
273
|
_createVNode(_component_bk_radio_button, {
|
|
257
274
|
label: "g-h-60"
|
|
258
275
|
}, {
|
|
259
276
|
default: _withCtx(()=>[
|
|
260
277
|
..._cache[3] || (_cache[3] = [
|
|
261
|
-
_createTextVNode("
|
|
278
|
+
_createTextVNode("\n 中\n ", -1 /* CACHED */ )
|
|
262
279
|
])
|
|
263
280
|
]),
|
|
264
281
|
_: 1 /* STABLE */
|
|
265
282
|
}),
|
|
283
|
+
_cache[6] || (_cache[6] = _createTextVNode()),
|
|
266
284
|
_createVNode(_component_bk_radio_button, {
|
|
267
285
|
label: "g-h-78"
|
|
268
286
|
}, {
|
|
269
287
|
default: _withCtx(()=>[
|
|
270
288
|
..._cache[4] || (_cache[4] = [
|
|
271
|
-
_createTextVNode("
|
|
289
|
+
_createTextVNode("\n 大\n ", -1 /* CACHED */ )
|
|
272
290
|
])
|
|
273
291
|
]),
|
|
274
292
|
_: 1 /* STABLE */
|
|
@@ -295,7 +313,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
295
313
|
}, undefined, true)
|
|
296
314
|
]),
|
|
297
315
|
sortIcon: _withCtx(()=>[
|
|
298
|
-
..._cache[
|
|
316
|
+
..._cache[8] || (_cache[8] = [
|
|
299
317
|
_createElementVNode("i", {
|
|
300
318
|
class: "ai-ui-sdk-icon ai-ui-sdk-angle-up-fill-3 g-text-light-gray"
|
|
301
319
|
}, null, -1 /* CACHED */ )
|
|
@@ -317,13 +335,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
317
335
|
"max-height",
|
|
318
336
|
"loading",
|
|
319
337
|
"row-key",
|
|
320
|
-
"header-affixed-top",
|
|
321
338
|
"display-columns",
|
|
322
|
-
"class",
|
|
323
339
|
"data",
|
|
324
340
|
"column-controller",
|
|
325
341
|
"columns"
|
|
326
342
|
]),
|
|
343
|
+
_cache[14] || (_cache[14] = _createTextVNode()),
|
|
327
344
|
__props.pagination ? (_openBlock(), _createBlock(_component_bk_pagination, {
|
|
328
345
|
key: 0,
|
|
329
346
|
class: _normalizeClass({
|
|
@@ -345,7 +362,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
345
362
|
"limit",
|
|
346
363
|
"layout"
|
|
347
364
|
])) : _createCommentVNode("v-if", true)
|
|
348
|
-
],
|
|
365
|
+
], 6 /* CLASS, STYLE */ );
|
|
349
366
|
};
|
|
350
367
|
}
|
|
351
|
-
});
|
|
368
|
+
}));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
.t-t-pagination[data-v-
|
|
2
|
+
.t-t-pagination[data-v-it621r8w] {
|
|
3
3
|
position: relative;
|
|
4
4
|
padding: 16px 16px 0 16px;
|
|
5
5
|
}
|
|
6
|
-
.t-t-pagination[data-v-
|
|
6
|
+
.t-t-pagination[data-v-it621r8w] .bk-pagination-list.is-last {
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
}
|
|
9
|
-
.pagination-loading[data-v-
|
|
9
|
+
.pagination-loading[data-v-it621r8w]::after {
|
|
10
10
|
content: '';
|
|
11
11
|
position: absolute;
|
|
12
12
|
top: 0;
|
|
@@ -16,92 +16,105 @@
|
|
|
16
16
|
background-color: rgba(255, 255, 255, 0.6);
|
|
17
17
|
z-index: 72;
|
|
18
18
|
}
|
|
19
|
-
.pagination-border[data-v-
|
|
19
|
+
.pagination-border[data-v-it621r8w] {
|
|
20
20
|
border-right: 1px solid #dcdee5;
|
|
21
21
|
border-left: 1px solid #dcdee5;
|
|
22
22
|
border-bottom: 1px solid #dcdee5;
|
|
23
23
|
padding-bottom: 16px;
|
|
24
24
|
}
|
|
25
|
-
.t-t-table[data-v-
|
|
25
|
+
.t-t-table[data-v-it621r8w] {
|
|
26
26
|
display: inline;
|
|
27
27
|
font-size: 12px;
|
|
28
28
|
}
|
|
29
|
-
.t-t-table[data-v-
|
|
29
|
+
.t-t-table[data-v-it621r8w] .t-table__header {
|
|
30
|
+
overflow: visible !important;
|
|
31
|
+
}
|
|
32
|
+
.t-t-table[data-v-it621r8w] .t-table__th-cell-inner {
|
|
30
33
|
color: #313238;
|
|
31
34
|
}
|
|
32
|
-
.t-t-table[data-v-
|
|
35
|
+
.t-t-table[data-v-it621r8w] th {
|
|
33
36
|
padding: 0 16px;
|
|
34
37
|
height: 42px;
|
|
35
38
|
background-color: #FAFBFD !important;
|
|
36
39
|
}
|
|
37
|
-
.t-t-table[data-v-
|
|
40
|
+
.t-t-table[data-v-it621r8w] .t-table__header th:hover {
|
|
41
|
+
background-color: #f0f1f5 !important;
|
|
42
|
+
}
|
|
43
|
+
.t-t-table[data-v-it621r8w] thead.t-table__header:hover th:not(:last-child) {
|
|
44
|
+
border-right-color: transparent !important;
|
|
45
|
+
}
|
|
46
|
+
.t-t-table[data-v-it621r8w] thead.t-table__header:hover th {
|
|
47
|
+
border-top-color: transparent !important;
|
|
48
|
+
}
|
|
49
|
+
.t-t-table[data-v-it621r8w] .t-table__body tr {
|
|
38
50
|
color: #63656e;
|
|
39
51
|
font-size: 12px;
|
|
40
52
|
}
|
|
41
|
-
.t-t-table[data-v-
|
|
53
|
+
.t-t-table[data-v-it621r8w] .t-table__body tr td {
|
|
42
54
|
padding: 0 16px;
|
|
43
55
|
height: 40px;
|
|
44
56
|
}
|
|
45
|
-
.t-t-table[data-v-
|
|
57
|
+
.t-t-table[data-v-it621r8w] .t-table__body tr:hover td {
|
|
46
58
|
background-color: #f5f7fa !important;
|
|
47
59
|
color: #63656E;
|
|
48
60
|
}
|
|
49
|
-
.t-t-table[data-v-
|
|
61
|
+
.t-t-table[data-v-it621r8w] .t-table__content .t-table__body .t-table__empty-row {
|
|
50
62
|
background-color: #fff !important;
|
|
51
63
|
}
|
|
52
|
-
.t-t-table[data-v-
|
|
64
|
+
.t-t-table[data-v-it621r8w] .t-table__content .t-table__body .t-table__empty-row >td {
|
|
53
65
|
border: none;
|
|
54
66
|
}
|
|
55
|
-
.t-t-table[data-v-
|
|
67
|
+
.t-t-table[data-v-it621r8w] th .t-table__ellipsis {
|
|
56
68
|
width: auto !important;
|
|
57
69
|
}
|
|
58
|
-
.t-t-table[data-v-
|
|
70
|
+
.t-t-table[data-v-it621r8w] .t-loading__gradient.t-icon-loading {
|
|
59
71
|
display: none;
|
|
60
72
|
}
|
|
61
|
-
.t-t-table[data-v-
|
|
62
|
-
|
|
73
|
+
.t-t-table.t-table__content--scrollable-to-right[data-v-it621r8w] th.t-table__cell--fixed-right-first::after,
|
|
74
|
+
.t-t-table.t-table__content--scrollable-to-right[data-v-it621r8w] td.t-table__cell--fixed-right-first::after {
|
|
75
|
+
border-left: 2px solid #dcdee5;
|
|
63
76
|
}
|
|
64
|
-
.t-t-table[data-v-
|
|
77
|
+
.t-t-table[data-v-it621r8w] .t-table__affixed-header-elm-wrap>div {
|
|
65
78
|
width: 100% !important;
|
|
66
79
|
scrollbar-width: none;
|
|
67
80
|
}
|
|
68
|
-
.t-t-table[data-v-
|
|
81
|
+
.t-t-table[data-v-it621r8w] .t-table--layout-fixed{
|
|
69
82
|
width: 100% !important;
|
|
70
83
|
}
|
|
71
|
-
.t-t-table[data-v-
|
|
84
|
+
.t-t-table[data-v-it621r8w] .bk-exception-description{
|
|
72
85
|
margin-bottom: 0;
|
|
73
86
|
}
|
|
74
|
-
.t-t-table[data-v-
|
|
87
|
+
.t-t-table[data-v-it621r8w] .t-table__content{
|
|
75
88
|
z-index: 2;
|
|
76
89
|
max-height: 100%;
|
|
77
90
|
overflow: auto;
|
|
78
91
|
}
|
|
79
|
-
.t-t-table[data-v-
|
|
92
|
+
.t-t-table[data-v-it621r8w] .t-table__content::-webkit-scrollbar {
|
|
80
93
|
width: 6px;
|
|
81
94
|
height: 6px;
|
|
82
95
|
}
|
|
83
|
-
.t-t-table[data-v-
|
|
96
|
+
.t-t-table[data-v-it621r8w] .t-table__content::-webkit-scrollbar-thumb {
|
|
84
97
|
width: 6px;
|
|
85
98
|
height: 6px;
|
|
86
99
|
border-radius: 3px;
|
|
87
100
|
background-color: #dcdee5;
|
|
88
101
|
}
|
|
89
|
-
.t-t-table[data-v-
|
|
102
|
+
.t-t-table[data-v-it621r8w] .t-table__content::-webkit-scrollbar-thumb:hover {
|
|
90
103
|
background-color: #979ba5;
|
|
91
104
|
}
|
|
92
|
-
.t-t-table[data-v-
|
|
105
|
+
.t-t-table[data-v-it621r8w] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
|
|
93
106
|
line-height: 100%;
|
|
94
107
|
}
|
|
95
|
-
.t-t-table[data-v-
|
|
108
|
+
.t-t-table[data-v-it621r8w] .t-table__cell--sort-trigger.t-table__double-icons{
|
|
96
109
|
gap: 5px;
|
|
97
110
|
}
|
|
98
|
-
.t-t-table[data-v-
|
|
111
|
+
.t-t-table[data-v-it621r8w] .t-table__sort-icon--active>i{
|
|
99
112
|
color: #3a84ff !important;
|
|
100
113
|
}
|
|
101
|
-
.t-t-table[data-v-
|
|
114
|
+
.t-t-table[data-v-it621r8w] .t-table__cell--fixed-left:has(.checkbox){
|
|
102
115
|
line-height: 100%;
|
|
103
116
|
}
|
|
104
|
-
.t-t-table[data-v-
|
|
117
|
+
.t-t-table[data-v-it621r8w] .t-table__filter-icon.t-is-focus>span{
|
|
105
118
|
color: #3a84ff !important;
|
|
106
119
|
}
|
|
107
120
|
|