@blueking/ai-ui-sdk 0.1.19-beta.29 → 0.1.19-beta.30

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.
Files changed (56) hide show
  1. package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
  2. package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
  3. package/dist/components/render-auto-refresh/index.vue.css +8 -8
  4. package/dist/components/render-auto-refresh/index.vue.js +1 -1
  5. package/dist/components/render-checkbox/index.vue.css +9 -9
  6. package/dist/components/render-checkbox/index.vue.js +1 -1
  7. package/dist/components/render-choose-tag/index.vue.css +7 -7
  8. package/dist/components/render-choose-tag/index.vue.js +1 -1
  9. package/dist/components/render-collapse/index.vue.css +2 -2
  10. package/dist/components/render-collapse/index.vue.js +1 -1
  11. package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +1 -1
  12. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
  13. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
  14. package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
  15. package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
  16. package/dist/components/render-dataset/components/operation-record/table/index.script.vue.js +1 -1
  17. package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
  18. package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
  19. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
  20. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
  21. package/dist/components/render-dataset/components/plus-dataset/dataset-form.script.vue.js +19 -6
  22. package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
  23. package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
  24. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.css +2 -2
  25. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +1 -1
  26. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
  27. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
  28. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
  29. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
  30. package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
  31. package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
  32. package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +20 -8
  33. package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
  34. package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
  35. package/dist/components/render-dataset-list/components/main.vue.css +3 -3
  36. package/dist/components/render-dataset-list/components/main.vue.js +1 -1
  37. package/dist/components/render-dataset-list/index.vue.css +2 -2
  38. package/dist/components/render-dataset-list/index.vue.js +1 -1
  39. package/dist/components/render-file-card/index.vue.css +11 -11
  40. package/dist/components/render-file-card/index.vue.js +1 -1
  41. package/dist/components/render-file-type-icon/index.vue.css +5 -5
  42. package/dist/components/render-file-type-icon/index.vue.js +1 -1
  43. package/dist/components/render-header/index.vue.css +3 -3
  44. package/dist/components/render-header/index.vue.js +1 -1
  45. package/dist/components/render-like/index.vue.css +5 -5
  46. package/dist/components/render-like/index.vue.js +1 -1
  47. package/dist/components/render-router-tab/index.vue.css +3 -3
  48. package/dist/components/render-router-tab/index.vue.js +1 -1
  49. package/dist/components/render-t-table/index.script.vue.js +14 -21
  50. package/dist/components/render-t-table/index.vue.css +53 -19
  51. package/dist/components/render-t-table/index.vue.d.ts +0 -1
  52. package/dist/components/render-t-table/index.vue.js +1 -1
  53. package/dist/components/render-tag-tree/index.vue.css +7 -7
  54. package/dist/components/render-tag-tree/index.vue.js +1 -1
  55. package/dist/css/tailwind.css +8 -0
  56. package/package.json +1 -1
@@ -1,40 +1,40 @@
1
1
 
2
- .send-container[data-v-y9nmtr40] {
2
+ .send-container[data-v-ts6xsg73] {
3
3
  position: relative;
4
4
  }
5
- .send-container[data-v-y9nmtr40]:has(textarea:focus) {
5
+ .send-container[data-v-ts6xsg73]:has(textarea:focus) {
6
6
  z-index: 2;
7
7
  }
8
- .send-container:hover .send-clear[data-v-y9nmtr40] {
8
+ .send-container:hover .send-clear[data-v-ts6xsg73] {
9
9
  display: inline-flex !important;
10
10
  }
11
- .send-input[data-v-y9nmtr40] {
11
+ .send-input[data-v-ts6xsg73] {
12
12
  width: 100%;
13
13
  flex-direction: row;
14
14
  height: var(--origin-height);
15
15
  }
16
- .send-input[data-v-y9nmtr40]:has(textarea:focus) {
16
+ .send-input[data-v-ts6xsg73]:has(textarea:focus) {
17
17
  height: var(--text-height);
18
18
  }
19
- .send-input[data-v-y9nmtr40] textarea {
19
+ .send-input[data-v-ts6xsg73] textarea {
20
20
  font-size: 12px;
21
21
  line-height: 16px;
22
22
  padding: 7px;
23
23
  resize: none !important;
24
24
  }
25
- .send-input[data-v-y9nmtr40] textarea::-webkit-scrollbar {
25
+ .send-input[data-v-ts6xsg73] textarea::-webkit-scrollbar {
26
26
  width: 4px;
27
27
  height: 4px;
28
28
  }
29
- .send-input[data-v-y9nmtr40] textarea::-webkit-scrollbar-thumb {
29
+ .send-input[data-v-ts6xsg73] textarea::-webkit-scrollbar-thumb {
30
30
  height: 5px;
31
31
  border-radius: 3px;
32
32
  background-color: #dcdee5;
33
33
  }
34
- .send-input[data-v-y9nmtr40] textarea::placeholder {
34
+ .send-input[data-v-ts6xsg73] textarea::placeholder {
35
35
  line-height: 16px;
36
36
  }
37
- .send-clear[data-v-y9nmtr40] {
37
+ .send-clear[data-v-ts6xsg73] {
38
38
  display: none !important;
39
39
  position: absolute;
40
40
  right: 10px;
@@ -43,6 +43,6 @@
43
43
  font-size: 14px;
44
44
  cursor: pointer;
45
45
  }
46
- .send-clear[data-v-y9nmtr40]:hover {
46
+ .send-clear[data-v-ts6xsg73]:hover {
47
47
  color: #313238;
48
48
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-y9nmtr40";
2
+ script.__scopeId = "data-v-ts6xsg73";
3
3
  script.__file = "./src/components/render-auto-height-textarea/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,12 +1,12 @@
1
1
 
2
- .auto-refresh[data-v-5owjg93m] {
2
+ .auto-refresh[data-v-o4b3488z] {
3
3
  position: relative;
4
4
  cursor: pointer;
5
5
  line-height: 26px;
6
6
  padding: 0 4px;
7
7
  white-space: nowrap;
8
8
  }
9
- .auto-refresh[data-v-5owjg93m]:after {
9
+ .auto-refresh[data-v-o4b3488z]:after {
10
10
  content: '';
11
11
  position: absolute;
12
12
  top: 5px;
@@ -16,31 +16,31 @@
16
16
  background-color: #dcdee5;
17
17
  z-index: 1;
18
18
  }
19
- .auto-refresh[data-v-5owjg93m]:hover {
19
+ .auto-refresh[data-v-o4b3488z]:hover {
20
20
  color: #3A84FF;
21
21
  background-color: #E1ECFF;
22
22
  }
23
- .refresh[data-v-5owjg93m] {
23
+ .refresh[data-v-o4b3488z] {
24
24
  cursor: pointer;
25
25
  line-height: 26px;
26
26
  padding: 0 4px;
27
27
  }
28
- .refresh[data-v-5owjg93m]:hover {
28
+ .refresh[data-v-o4b3488z]:hover {
29
29
  color: #3A84FF;
30
30
  background-color: #E1ECFF;
31
31
  }
32
- .textarea-list[data-v-5owjg93m] {
32
+ .textarea-list[data-v-o4b3488z] {
33
33
  padding: 4px 0;
34
34
  line-height: 32px;
35
35
  max-height: 300px;
36
36
  position: relative;
37
37
  z-index: 2;
38
38
  }
39
- .textarea-list .textarea-item[data-v-5owjg93m] {
39
+ .textarea-list .textarea-item[data-v-o4b3488z] {
40
40
  padding: 0 12px;
41
41
  cursor: pointer;
42
42
  }
43
- .textarea-list .textarea-item[data-v-5owjg93m]:hover {
43
+ .textarea-list .textarea-item[data-v-o4b3488z]:hover {
44
44
  background: #E1ECFF;
45
45
  color: #3A84FF;
46
46
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-5owjg93m";
2
+ script.__scopeId = "data-v-o4b3488z";
3
3
  script.__file = "./src/components/render-auto-refresh/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,5 +1,5 @@
1
1
 
2
- .checkbox[data-v-81q6nzxc] {
2
+ .checkbox[data-v-9jmlr2c7] {
3
3
  position: relative;
4
4
  display: inline-block;
5
5
  width: 16px;
@@ -8,27 +8,27 @@
8
8
  border-radius: 2px;
9
9
  cursor: pointer;
10
10
  }
11
- .checkbox.disabled[data-v-81q6nzxc] {
11
+ .checkbox.disabled[data-v-9jmlr2c7] {
12
12
  cursor: not-allowed;
13
13
  background: #fafbfd;
14
14
  border-color: #dcdee5;
15
15
  }
16
- .checkbox.disabled.checked[data-v-81q6nzxc] {
16
+ .checkbox.disabled.checked[data-v-9jmlr2c7] {
17
17
  background-color: #a3c5fd;
18
18
  border-color: #a3c5fd;
19
19
  }
20
- .checkbox.disabled.indeterminate[data-v-81q6nzxc] {
20
+ .checkbox.disabled.indeterminate[data-v-9jmlr2c7] {
21
21
  background-color: #fafbfd;
22
22
  border-color: #dcdee5;
23
23
  }
24
- .checkbox.disabled.indeterminate[data-v-81q6nzxc]:after {
24
+ .checkbox.disabled.indeterminate[data-v-9jmlr2c7]:after {
25
25
  background: #dcdee5;
26
26
  }
27
- .checkbox.checked[data-v-81q6nzxc] {
27
+ .checkbox.checked[data-v-9jmlr2c7] {
28
28
  background-color: #3a84ff;
29
29
  border: 1px solid #3a84ff;
30
30
  }
31
- .checkbox.checked[data-v-81q6nzxc]:after {
31
+ .checkbox.checked[data-v-9jmlr2c7]:after {
32
32
  position: absolute;
33
33
  top: 50%;
34
34
  left: 50%;
@@ -41,11 +41,11 @@
41
41
  transform: translate(-50%, -60%) rotate(45deg);
42
42
  transform-origin: center;
43
43
  }
44
- .checkbox.indeterminate[data-v-81q6nzxc] {
44
+ .checkbox.indeterminate[data-v-9jmlr2c7] {
45
45
  background-color: #3a84ff;
46
46
  border: 1px solid #3a84ff;
47
47
  }
48
- .checkbox.indeterminate[data-v-81q6nzxc]:after {
48
+ .checkbox.indeterminate[data-v-9jmlr2c7]:after {
49
49
  position: absolute;
50
50
  top: 50%;
51
51
  left: 50%;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-81q6nzxc";
2
+ script.__scopeId = "data-v-9jmlr2c7";
3
3
  script.__file = "./src/components/render-checkbox/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,29 +1,29 @@
1
1
 
2
- .plus-tag-input[data-v-vu6oevok] {
2
+ .plus-tag-input[data-v-kgypaxyl] {
3
3
  padding: 7px 12px;
4
4
  height: 40px;
5
5
  background: #FAFBFD;
6
6
  border-top: 1px solid #DCDEE5;
7
7
  }
8
- .plus-tag-input .plus-tag-done[data-v-vu6oevok] {
8
+ .plus-tag-input .plus-tag-done[data-v-kgypaxyl] {
9
9
  cursor: pointer;
10
10
  font-size: 22px;
11
11
  color: #2DCB56;
12
12
  margin: 0 5px 0 10px;
13
13
  }
14
- .plus-tag-input .plus-tag-error[data-v-vu6oevok] {
14
+ .plus-tag-input .plus-tag-error[data-v-kgypaxyl] {
15
15
  cursor: pointer;
16
16
  font-size: 16px;
17
17
  color: #C4C6CC;
18
18
  margin-right: 5px;
19
19
  }
20
- .plus-tag-input .plus-tag-form[data-v-vu6oevok] {
20
+ .plus-tag-input .plus-tag-form[data-v-kgypaxyl] {
21
21
  flex: 1;
22
22
  }
23
- .plus-tag-input .plus-tag-form-item[data-v-vu6oevok] {
23
+ .plus-tag-input .plus-tag-form-item[data-v-kgypaxyl] {
24
24
  margin-bottom: 0;
25
25
  }
26
- .plus-tag[data-v-vu6oevok] {
26
+ .plus-tag[data-v-kgypaxyl] {
27
27
  cursor: pointer;
28
28
  width: 100%;
29
29
  height: 40px;
@@ -36,7 +36,7 @@
36
36
  font-size: 12px;
37
37
  line-height: 20px;
38
38
  }
39
- .plus-tag[data-v-vu6oevok]:hover {
39
+ .plus-tag[data-v-kgypaxyl]:hover {
40
40
  color: #3A84FF;
41
41
  }
42
42
 
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-vu6oevok";
2
+ script.__scopeId = "data-v-kgypaxyl";
3
3
  script.__file = "./src/components/render-choose-tag/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,10 +1,10 @@
1
1
 
2
- .collapse-title[data-v-pz50j1q2] {
2
+ .collapse-title[data-v-ldr20c18] {
3
3
  height: 28px;
4
4
  background: #F0F1F5;
5
5
  border-radius: 2px;
6
6
  padding: 0 12px;
7
7
  }
8
- .collapse-title .is-hidden[data-v-pz50j1q2] {
8
+ .collapse-title .is-hidden[data-v-ldr20c18] {
9
9
  transform: rotate(-90deg);
10
10
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-pz50j1q2";
2
+ script.__scopeId = "data-v-ldr20c18";
3
3
  script.__file = "./src/components/render-collapse/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -39,7 +39,7 @@ export default /*@__PURE__*/ _defineComponent({
39
39
  }
40
40
  ]
41
41
  ]),
42
- _cache[1] || (_cache[1] = _createStaticVNode("<span class=\"click-full-screen g-cursor-pointer g-flex-row\" data-v-ugc72vqn><i class=\"ai-ui-sdk-icon ai-ui-sdk-full-screen click-full-screen g-text-14 g-ml-24 g-mr-2\" data-v-ugc72vqn></i><span class=\"g-text-12 click-full-screen\" data-v-ugc72vqn>全屏</span></span><span class=\"click-un-full-screen g-cursor-pointer g-flex-row\" data-v-ugc72vqn><i class=\"ai-ui-sdk-icon ai-ui-sdk-un-full-screen click-un-full-screen g-text-14 g-ml-24 g-mr-2\" data-v-ugc72vqn></i><span class=\"g-text-12 click-un-full-screen\" data-v-ugc72vqn>取消全屏</span></span>", 2))
42
+ _cache[1] || (_cache[1] = _createStaticVNode("<span class=\"click-full-screen g-cursor-pointer g-flex-row\" data-v-nja57ocy><i class=\"ai-ui-sdk-icon ai-ui-sdk-full-screen click-full-screen g-text-14 g-ml-24 g-mr-2\" data-v-nja57ocy></i><span class=\"g-text-12 click-full-screen\" data-v-nja57ocy>全屏</span></span><span class=\"click-un-full-screen g-cursor-pointer g-flex-row\" data-v-nja57ocy><i class=\"ai-ui-sdk-icon ai-ui-sdk-un-full-screen click-un-full-screen g-text-14 g-ml-24 g-mr-2\" data-v-nja57ocy></i><span class=\"g-text-12 click-un-full-screen\" data-v-nja57ocy>取消全屏</span></span>", 2))
43
43
  ]);
44
44
  };
45
45
  }
@@ -1,15 +1,15 @@
1
1
 
2
- .content[data-v-dsn3e3tp] {
2
+ .content[data-v-cky6wy8o] {
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-dsn3e3tp] {
7
+ .data-set-edit-slider .value-content[data-v-cky6wy8o] {
8
8
  padding: 16px;
9
9
  border: 1px solid #DCDEE5;
10
10
  line-height: 22px;
11
11
  }
12
- .data-set-edit-slider[data-v-dsn3e3tp] .bk-sideslider-title {
12
+ .data-set-edit-slider[data-v-cky6wy8o] .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-dsn3e3tp";
2
+ script.__scopeId = "data-v-cky6wy8o";
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-dk9oxwql] {
2
+ .content[data-v-499liind] {
3
3
  padding: 0 24px 0px 32px;
4
4
  height: 100%;
5
5
  }
6
- .content .toolbar[data-v-dk9oxwql] {
6
+ .content .toolbar[data-v-499liind] {
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-dk9oxwql] {
13
+ .content .toolbar .record-search[data-v-499liind] {
14
14
  width: 360px;
15
15
  }
16
- .content .toolbar .record-data-picker[data-v-dk9oxwql] {
16
+ .content .toolbar .record-data-picker[data-v-499liind] {
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-dk9oxwql";
2
+ script.__scopeId = "data-v-499liind";
3
3
  script.__file = "./src/components/render-dataset/components/operation-record/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -141,7 +141,7 @@ export default /*@__PURE__*/ _defineComponent({
141
141
  "row-key": "instanceId",
142
142
  class: "g-white-footer-table g-gray-header-table",
143
143
  height: "calc(100vh - 140px)",
144
- "row-height": "g-height-70",
144
+ "row-class-name": "g-height-70",
145
145
  search: _ctx.search,
146
146
  pagination: _unref(pagination),
147
147
  columns: getColumns(),
@@ -1,5 +1,5 @@
1
1
 
2
- [data-v-vuxapu2a] .btn-text{
2
+ [data-v-hiamsni1] .btn-text{
3
3
  display: -webkit-box;
4
4
  -webkit-line-clamp: 2;
5
5
  -webkit-box-orient: vertical;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js';
2
- script.__scopeId = "data-v-vuxapu2a";
2
+ script.__scopeId = "data-v-hiamsni1";
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;
@@ -1,10 +1,10 @@
1
1
 
2
- .content[data-v-isik30qx] {
2
+ .content[data-v-6ofcns6d] {
3
3
  padding: 18px 24px 0;
4
4
  height: 100%;
5
5
  overflow: auto;
6
6
  }
7
- .content .value-content[data-v-isik30qx] {
7
+ .content .value-content[data-v-6ofcns6d] {
8
8
  margin-top: 8px;
9
9
  padding: 16px;
10
10
  border: 1px solid #DCDEE5;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-isik30qx";
2
+ script.__scopeId = "data-v-6ofcns6d";
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;
@@ -1,4 +1,4 @@
1
- import { defineComponent as _defineComponent } from 'vue';
1
+ import { defineComponent as _defineComponent, createVNode as _createVNode2, resolveComponent as _resolveComponent2 } from 'vue';
2
2
  import { createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, createVNode as _createVNode, withCtx as _withCtx, renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, createBlock as _createBlock, createCommentVNode as _createCommentVNode, unref as _unref } from "vue";
3
3
  const _hoisted_1 = {
4
4
  class: "g-width-full"
@@ -50,11 +50,24 @@ export default /*@__PURE__*/ _defineComponent({
50
50
  const getColumns = ()=>Object.keys(renderSchema.value || {}).map((key)=>({
51
51
  colKey: key,
52
52
  title: key,
53
- ellipsis: {
54
- theme: 'light',
55
- overlayClassName: 'g-white-space-pre-line g-max-height-80vh g-scrollbar-page'
56
- },
57
- cell: (h, { row })=>row[key]
53
+ ellipsis: false,
54
+ cell: (h, { row })=>_createVNode2(_resolveComponent2("bk-popover"), {
55
+ "arrow": false,
56
+ "theme": "light",
57
+ "placement": "left",
58
+ "ext-cls": "g-max-width-400 g-white-space-pre-line g-max-height-80vh g-scrollbar-page",
59
+ "content": _createVNode2("section", null, [
60
+ row[key]
61
+ ])
62
+ }, {
63
+ default: ()=>[
64
+ _createVNode2("section", {
65
+ "class": "g-max-truncate"
66
+ }, [
67
+ row[key]
68
+ ])
69
+ ]
70
+ })
58
71
  }));
59
72
  const validate = ()=>formRef.value.validate();
60
73
  const clearValidate = ()=>formRef.value.clearValidate();
@@ -1,8 +1,8 @@
1
1
 
2
- .dataset-data-content[data-v-dy96w4ms] {
2
+ .dataset-data-content[data-v-wg581k41] {
3
3
  padding: 20px 24px;
4
4
  height: 100%;
5
5
  }
6
- .dataset-data-slider[data-v-dy96w4ms] .bk-modal-content {
6
+ .dataset-data-slider[data-v-wg581k41] .bk-modal-content {
7
7
  scrollbar-gutter: inherit !important;
8
8
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-dy96w4ms";
2
+ script.__scopeId = "data-v-wg581k41";
3
3
  script.__file = "./src/components/render-dataset/components/plus-dataset/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,10 +1,10 @@
1
1
 
2
- .dataset-data-api-endpoint[data-v-uapo28e9] {
2
+ .dataset-data-api-endpoint[data-v-aotuxkbb] {
3
3
  line-height: 44px;
4
4
  background: #F5F7FA;
5
5
  border-radius: 2px;
6
6
  padding: 0 12px;
7
7
  }
8
- [data-v-uapo28e9] .dataset-data-api-demo .v-show-content {
8
+ [data-v-aotuxkbb] .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-uapo28e9";
2
+ script.__scopeId = "data-v-aotuxkbb";
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;
@@ -1,5 +1,5 @@
1
1
 
2
- .footer-button[data-v-awozwfmn] {
2
+ .footer-button[data-v-kd864tun] {
3
3
  width: 88px;
4
4
  margin-right: 8px;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import script from './footer.script.vue.js.js';
2
- script.__scopeId = "data-v-awozwfmn";
2
+ script.__scopeId = "data-v-kd864tun";
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-pl4bwfj0] {
2
+ .plus-dataset-data[data-v-rjka0ckp] {
3
3
  padding: 20px 24px;
4
4
  }
5
- .plus-dataset-sideslider[data-v-pl4bwfj0] .bk-modal-content {
5
+ .plus-dataset-sideslider[data-v-rjka0ckp] .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-pl4bwfj0";
2
+ script.__scopeId = "data-v-rjka0ckp";
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;
@@ -1,41 +1,41 @@
1
1
 
2
- .content[data-v-xghlgcb7] {
2
+ .content[data-v-j9hlmp15] {
3
3
  padding: 18px 24px 0;
4
4
  height: 100%;
5
5
  overflow: auto;
6
6
  }
7
- .data-set-review-slider .value-content[data-v-xghlgcb7] {
7
+ .data-set-review-slider .value-content[data-v-j9hlmp15] {
8
8
  padding: 16px;
9
9
  border: 1px solid #DCDEE5;
10
10
  line-height: 22px;
11
11
  }
12
- .data-set-review-slider .review-data[data-v-xghlgcb7] {
12
+ .data-set-review-slider .review-data[data-v-j9hlmp15] {
13
13
  height: calc(100% - 337px);
14
14
  padding: 18px 24px;
15
15
  }
16
- .data-set-review-slider .review-level[data-v-xghlgcb7] {
16
+ .data-set-review-slider .review-level[data-v-j9hlmp15] {
17
17
  box-shadow: 0 -2px 4px 0 #1919291f;
18
18
  height: 337px;
19
19
  padding: 16px 24px 24px;
20
20
  }
21
- .data-set-review-slider .review-level .level-score[data-v-xghlgcb7] {
21
+ .data-set-review-slider .review-level .level-score[data-v-j9hlmp15] {
22
22
  gap: 50px;
23
23
  }
24
- .data-set-review-slider .review-level .level-score .bk-form-item[data-v-xghlgcb7] {
24
+ .data-set-review-slider .review-level .level-score .bk-form-item[data-v-j9hlmp15] {
25
25
  flex: 1;
26
26
  }
27
- .data-set-review-slider .bold-title[data-v-xghlgcb7] .bk-form-label {
27
+ .data-set-review-slider .bold-title[data-v-j9hlmp15] .bk-form-label {
28
28
  font-weight: bold;
29
29
  font-size: 14px;
30
30
  }
31
- .data-set-review-slider[data-v-xghlgcb7] .bk-sideslider-title {
31
+ .data-set-review-slider[data-v-j9hlmp15] .bk-sideslider-title {
32
32
  justify-content: space-between;
33
33
  width: 100%;
34
34
  }
35
- .data-set-review-slider[data-v-xghlgcb7] .bk-modal-content {
35
+ .data-set-review-slider[data-v-j9hlmp15] .bk-modal-content {
36
36
  height: calc(100% - 100px) !important;
37
37
  scrollbar-gutter: inherit !important;
38
38
  }
39
- .data-set-review-slider[data-v-xghlgcb7] .bk-modal-content >div, .data-set-review-slider[data-v-xghlgcb7] .bk-modal-content .bk-sideslider-content {
39
+ .data-set-review-slider[data-v-j9hlmp15] .bk-modal-content >div, .data-set-review-slider[data-v-j9hlmp15] .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-xghlgcb7";
2
+ script.__scopeId = "data-v-j9hlmp15";
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;
@@ -136,14 +136,26 @@ export default /*@__PURE__*/ _defineComponent({
136
136
  colKey: key,
137
137
  title: key,
138
138
  defaultShow: true,
139
- ellipsis: {
140
- theme: 'light',
141
- placement: 'left',
142
- className: 'g-white-space-pre-line g-max-height-80vh g-scrollbar-page'
143
- },
139
+ ellipsis: false,
144
140
  cell: (h, { row })=>{
145
- var _a;
146
- return ((_a = row.data) === null || _a === void 0 ? void 0 : _a[key]) || '--';
141
+ var _a, _b;
142
+ return _createVNode2(_resolveComponent("bk-popover"), {
143
+ "arrow": false,
144
+ "theme": "light",
145
+ "placement": "left",
146
+ "ext-cls": "g-max-width-400 g-white-space-pre-line g-max-height-80vh g-scrollbar-page",
147
+ "content": _createVNode2("section", null, [
148
+ ((_a = row.data) === null || _a === void 0 ? void 0 : _a[key]) || '--'
149
+ ])
150
+ }, {
151
+ default: ()=>[
152
+ _createVNode2("section", {
153
+ "class": "g-max-truncate"
154
+ }, [
155
+ ((_b = row.data) === null || _b === void 0 ? void 0 : _b[key]) || '--'
156
+ ])
157
+ ]
158
+ });
147
159
  }
148
160
  })),
149
161
  {
@@ -445,7 +457,7 @@ export default /*@__PURE__*/ _defineComponent({
445
457
  "row-key": "id",
446
458
  class: "g-white-footer-table g-gray-header-table",
447
459
  height: "calc(100% - 48px)",
448
- "row-height": "g-height-56",
460
+ "row-class-name": "g-height-56",
449
461
  search: _ctx.search,
450
462
  pagination: _unref(pagination),
451
463
  columns: getColumns(),
@@ -1,15 +1,15 @@
1
1
 
2
- .origin-data-content[data-v-sdjthssc] {
2
+ .origin-data-content[data-v-9hvqw5gt] {
3
3
  padding: 24px;
4
4
  height: calc(100% - 52px - 44px);
5
5
  }
6
- .origin-data-panel[data-v-sdjthssc] {
6
+ .origin-data-panel[data-v-9hvqw5gt] {
7
7
  height: 100%;
8
8
  padding: 20px;
9
9
  background: #ffffff;
10
10
  box-shadow: 0 2px 4px 0 #1919290d;
11
11
  border-radius: 2px;
12
12
  }
13
- .origin-data-panel .toolbar-search[data-v-sdjthssc] {
13
+ .origin-data-panel .toolbar-search[data-v-9hvqw5gt] {
14
14
  width: 6.17rem;
15
15
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-sdjthssc";
2
+ script.__scopeId = "data-v-9hvqw5gt";
3
3
  script.__file = "./src/components/render-dataset-detail-origin-data/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,15 +1,15 @@
1
1
 
2
- .main-content[data-v-8v5n1nq2] {
2
+ .main-content[data-v-wm5zr3cy] {
3
3
  padding: 20px 24px;
4
4
  height: 100%;
5
5
  }
6
- .main-panel[data-v-8v5n1nq2] {
6
+ .main-panel[data-v-wm5zr3cy] {
7
7
  height: 100%;
8
8
  padding: 20px 24px 24px;
9
9
  background: #ffffff;
10
10
  box-shadow: 0 2px 4px 0 #1919290d;
11
11
  border-radius: 2px;
12
12
  }
13
- .main-search[data-v-8v5n1nq2] {
13
+ .main-search[data-v-wm5zr3cy] {
14
14
  width: 6.17rem;
15
15
  }
@@ -1,5 +1,5 @@
1
1
  import script from './main.script.vue.js.js';
2
- script.__scopeId = "data-v-8v5n1nq2";
2
+ script.__scopeId = "data-v-wm5zr3cy";
3
3
  script.__file = "./src/components/render-dataset-list/components/main.vue";
4
4
  import './main.vue.css';
5
5
  export default script;
@@ -1,8 +1,8 @@
1
1
 
2
- .dataset-main[data-v-2pt1vpvg] {
2
+ .dataset-main[data-v-sx5gwuqm] {
3
3
  height: calc(100% - 90px);
4
4
  margin-top: 2px;
5
5
  }
6
- [data-v-2pt1vpvg] .dataset-main>.bk-resize-layout-main {
6
+ [data-v-sx5gwuqm] .dataset-main>.bk-resize-layout-main {
7
7
  width: 0;
8
8
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-2pt1vpvg";
2
+ script.__scopeId = "data-v-sx5gwuqm";
3
3
  script.__file = "./src/components/render-dataset-list/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,21 +1,21 @@
1
1
 
2
- .upload-file-home[data-v-2c8dm32o] {
2
+ .upload-file-home[data-v-yfth5vti] {
3
3
  position: relative;
4
4
  background: #FFFFFF;
5
5
  border: 1px solid #DCDEE5;
6
6
  border-radius: 4px;
7
7
  padding: 12px 12px 10px 12px;
8
8
  }
9
- .upload-file-home[data-v-2c8dm32o]:hover {
9
+ .upload-file-home[data-v-yfth5vti]:hover {
10
10
  border: 1px solid #3A84FF;
11
11
  }
12
- .upload-file-home:hover .file-icons[data-v-2c8dm32o] {
12
+ .upload-file-home:hover .file-icons[data-v-yfth5vti] {
13
13
  display: flex;
14
14
  }
15
- .upload-file-home .file-icon[data-v-2c8dm32o] {
15
+ .upload-file-home .file-icon[data-v-yfth5vti] {
16
16
  font-size: 32px;
17
17
  }
18
- .upload-file-home .file-content[data-v-2c8dm32o] {
18
+ .upload-file-home .file-content[data-v-yfth5vti] {
19
19
  font-size: 12px;
20
20
  flex: 1;
21
21
  align-items: flex-start;
@@ -23,28 +23,28 @@
23
23
  font-weight: normal;
24
24
  width: 0;
25
25
  }
26
- .upload-file-home .file-content .file-name[data-v-2c8dm32o] {
26
+ .upload-file-home .file-content .file-name[data-v-yfth5vti] {
27
27
  width: 100%;
28
28
  font-size: 14px;
29
29
  line-height: 20px;
30
30
  }
31
- .upload-file-home .file-content .file-size[data-v-2c8dm32o] {
31
+ .upload-file-home .file-content .file-size[data-v-yfth5vti] {
32
32
  font-size: 12px;
33
33
  color: #979BA5;
34
34
  line-height: 20px;
35
35
  }
36
- .upload-file-home .file-icons[data-v-2c8dm32o] {
36
+ .upload-file-home .file-icons[data-v-yfth5vti] {
37
37
  display: none;
38
38
  color: #979BA5;
39
39
  }
40
- .upload-file-home .file-icons .bkaidev-icon[data-v-2c8dm32o] {
40
+ .upload-file-home .file-icons .bkaidev-icon[data-v-yfth5vti] {
41
41
  cursor: pointer;
42
42
  margin-right: 15px;
43
43
  font-size: 16px;
44
44
  }
45
- .upload-file-home .file-icons .bkaidev-icon[data-v-2c8dm32o]:hover {
45
+ .upload-file-home .file-icons .bkaidev-icon[data-v-yfth5vti]:hover {
46
46
  color: #3A84FF;
47
47
  }
48
- .upload-file-home .file-icons .bkaidev-delete[data-v-2c8dm32o] {
48
+ .upload-file-home .file-icons .bkaidev-delete[data-v-yfth5vti] {
49
49
  margin: 0;
50
50
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-2c8dm32o";
2
+ script.__scopeId = "data-v-yfth5vti";
3
3
  script.__file = "./src/components/render-file-card/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,16 +1,16 @@
1
1
 
2
- .ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-oqh1nyem] {
2
+ .ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-oy4g0ayc] {
3
3
  color: #EA3636;
4
4
  }
5
- .ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-oqh1nyem], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-oqh1nyem], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-oqh1nyem] {
5
+ .ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-oy4g0ayc], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-oy4g0ayc], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-oy4g0ayc] {
6
6
  color: #3A84FF;
7
7
  }
8
- .ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-oqh1nyem] {
8
+ .ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-oy4g0ayc] {
9
9
  color: #C4C6CC;
10
10
  }
11
- .ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-oqh1nyem] {
11
+ .ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-oy4g0ayc] {
12
12
  color: #2DCB56;
13
13
  }
14
- .ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-oqh1nyem] {
14
+ .ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-oy4g0ayc] {
15
15
  color: #14A568;
16
16
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-oqh1nyem";
2
+ script.__scopeId = "data-v-oy4g0ayc";
3
3
  script.__file = "./src/components/render-file-type-icon/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,13 +1,13 @@
1
1
 
2
- .header-home[data-v-71vuvjfj] {
2
+ .header-home[data-v-yomamf2v] {
3
3
  width: 100%;
4
4
  background: #FFFFFF;
5
5
  box-shadow: 0 3px 4px 0 #0000000a;
6
6
  }
7
- .render-tab[data-v-71vuvjfj] {
7
+ .render-tab[data-v-yomamf2v] {
8
8
  border-bottom: 2px solid transparent;
9
9
  }
10
- .render-tab.active[data-v-71vuvjfj] {
10
+ .render-tab.active[data-v-yomamf2v] {
11
11
  color: #3A84FF;
12
12
  border-bottom: 2px solid #3A84FF;
13
13
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-71vuvjfj";
2
+ script.__scopeId = "data-v-yomamf2v";
3
3
  script.__file = "./src/components/render-header/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,20 +1,20 @@
1
1
 
2
- .dislike-icon[data-v-qpndn4mr] {
2
+ .dislike-icon[data-v-0uutbiap] {
3
3
  transform: rotateX(180deg);
4
4
  }
5
- .option-items[data-v-qpndn4mr] {
5
+ .option-items[data-v-0uutbiap] {
6
6
  padding: 1px 8px;
7
7
  background-color: #F0F1F5;
8
8
  line-height: 22px;
9
9
  border-radius: 2px;
10
10
  }
11
- .option-items[data-v-qpndn4mr]:hover {
11
+ .option-items[data-v-0uutbiap]:hover {
12
12
  background-color: #E1ECFF;
13
13
  color: #3A84FF;
14
14
  }
15
- .option-items-selected[data-v-qpndn4mr]{
15
+ .option-items-selected[data-v-0uutbiap]{
16
16
  background-color: #E1ECFF;
17
17
  }
18
- [data-v-qpndn4mr] .bk-form-item {
18
+ [data-v-0uutbiap] .bk-form-item {
19
19
  margin-bottom: 17px;
20
20
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-qpndn4mr";
2
+ script.__scopeId = "data-v-0uutbiap";
3
3
  script.__file = "./src/components/render-like/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,12 +1,12 @@
1
1
 
2
- .router-tab[data-v-pectuq1h] {
2
+ .router-tab[data-v-wt79dxwz] {
3
3
  margin-top: 2px;
4
4
  height: 42px;
5
5
  background: #FFFFFF;
6
6
  box-shadow: 0 2px 4px 0 #1919290d;
7
7
  padding: 0 24px;
8
8
  }
9
- .router-tab a[data-v-pectuq1h] {
9
+ .router-tab a[data-v-wt79dxwz] {
10
10
  padding: 0 8px;
11
11
  margin-right: 24px;
12
12
  font-size: 14px;
@@ -15,7 +15,7 @@
15
15
  color: #4D4F56;
16
16
  box-sizing: border-box;
17
17
  }
18
- .router-tab a.router-link-exact-active[data-v-pectuq1h] {
18
+ .router-tab a.router-link-exact-active[data-v-wt79dxwz] {
19
19
  color: #3A84FF;
20
20
  border-bottom: 2px solid #3A84FF;
21
21
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-pectuq1h";
2
+ script.__scopeId = "data-v-wt79dxwz";
3
3
  script.__file = "./src/components/render-router-tab/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,4 +1,4 @@
1
- import { defineComponent as _defineComponent, createVNode as _createVNode2, resolveComponent as _resolveComponent2, createTextVNode as _createTextVNode2 } from 'vue';
1
+ import { defineComponent as _defineComponent, Fragment as _Fragment, createVNode as _createVNode2, createTextVNode as _createTextVNode2 } from 'vue';
2
2
  import { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, renderSlot as _renderSlot, mergeProps as _mergeProps, normalizeClass as _normalizeClass, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle, createElementBlock as _createElementBlock } from "vue";
3
3
  const _hoisted_1 = {
4
4
  class: "t-table-row-height"
@@ -24,9 +24,6 @@ export default /*@__PURE__*/ _defineComponent({
24
24
  search: {},
25
25
  rowClassName: {},
26
26
  rowKey: {},
27
- rowHeight: {
28
- default: 'g-height-32'
29
- },
30
27
  height: {}
31
28
  },
32
29
  emits: [
@@ -42,7 +39,7 @@ export default /*@__PURE__*/ _defineComponent({
42
39
  setup (__props, { emit: __emit }) {
43
40
  const props = __props;
44
41
  const emits = __emit;
45
- const rowHeight = ref(props.rowHeight);
42
+ const rowHeight = ref();
46
43
  const columnControllerVisible = ref(false);
47
44
  const getMaxHeight = ()=>{
48
45
  return props.pagination ? 'calc(100% - 48px)' : '100%';
@@ -60,7 +57,6 @@ export default /*@__PURE__*/ _defineComponent({
60
57
  if (!row || rowIndex === undefined) {
61
58
  return;
62
59
  }
63
- const heightClass = rowHeight.value;
64
60
  const customRowClass = typeof props.rowClassName === 'function' ? props.rowClassName(row, rowIndex) : props.rowClassName;
65
61
  const classList = [];
66
62
  if (typeof customRowClass === 'string') {
@@ -70,10 +66,15 @@ export default /*@__PURE__*/ _defineComponent({
70
66
  } else if (customRowClass && typeof customRowClass === 'object') {
71
67
  classList.push(...Object.keys(customRowClass).filter((key)=>customRowClass[key]));
72
68
  }
69
+ const heightClass = classList.findLast((item)=>item.includes('g-height'));
70
+ if (heightClass && !rowHeight.value) {
71
+ rowHeight.value = heightClass;
72
+ }
73
+ const classNames = classList.filter((item)=>!item.includes('g-height'));
73
74
  return [
74
75
  ...new Set([
75
- ...classList,
76
- heightClass
76
+ ...classNames,
77
+ rowHeight.value
77
78
  ])
78
79
  ].join(' ');
79
80
  };
@@ -98,22 +99,14 @@ export default /*@__PURE__*/ _defineComponent({
98
99
  } else {
99
100
  originalContent = lastColumn.title || '--';
100
101
  }
101
- return _createVNode2("div", {
102
- "class": "g-flex-row g-gap-x-4"
103
- }, [
102
+ return _createVNode2(_Fragment, null, [
104
103
  _createVNode2("span", null, [
105
104
  originalContent
106
105
  ]),
107
- _createVNode2(_resolveComponent2("bk-button"), {
108
- "text": true,
106
+ _createVNode2("i", {
107
+ "class": 'bkaidev-icon bkaidev-shezhi g-text-14 g-text-light-gray g-hover-text-blue g-ml-4 g-cursor-pointer',
109
108
  "onClick": ()=>showSetting()
110
- }, {
111
- default: ()=>[
112
- _createVNode2("i", {
113
- "class": 'bkaidev-icon bkaidev-shezhi g-text-14 g-text-light-gray g-hover-text-blue'
114
- }, null)
115
- ]
116
- })
109
+ }, null)
117
110
  ]);
118
111
  }
119
112
  });
@@ -200,7 +193,7 @@ export default /*@__PURE__*/ _defineComponent({
200
193
  "header-affixed-top": !!_ctx.tableData.length,
201
194
  "display-columns": displayColumns.value,
202
195
  "column-controller": getColumnControllerConfig(),
203
- class: `g-t-table t-t-table g-light-head-table ${_ctx.$attrs.class}`,
196
+ class: `t-t-table ${_ctx.$attrs.class}`,
204
197
  data: _ctx.tableData,
205
198
  columns: getSettingColumns(),
206
199
  "row-class-name": getRowClassName,
@@ -1,12 +1,12 @@
1
1
 
2
- .t-t-pagination[data-v-9zb27pzq] {
2
+ .t-t-pagination[data-v-9d4dvxb4] {
3
3
  position: relative;
4
4
  padding: 16px 16px 0 16px;
5
5
  }
6
- .t-t-pagination[data-v-9zb27pzq] .bk-pagination-list.is-last {
6
+ .t-t-pagination[data-v-9d4dvxb4] .bk-pagination-list.is-last {
7
7
  margin-left: auto;
8
8
  }
9
- .pagination-loading[data-v-9zb27pzq]::after {
9
+ .pagination-loading[data-v-9d4dvxb4]::after {
10
10
  content: '';
11
11
  position: absolute;
12
12
  top: 0;
@@ -16,61 +16,95 @@
16
16
  background-color: rgba(255, 255, 255, 0.6);
17
17
  z-index: 72;
18
18
  }
19
- .t-t-table[data-v-9zb27pzq] {
19
+ .t-t-table[data-v-9d4dvxb4] {
20
20
  display: inline;
21
+ font-size: 12px;
21
22
  }
22
- .t-t-table[data-v-9zb27pzq] .t-loading__gradient.t-icon-loading {
23
+ .t-t-table[data-v-9d4dvxb4] .t-table__th-cell-inner {
24
+ color: #313238;
25
+ }
26
+ .t-t-table[data-v-9d4dvxb4] th {
27
+ padding: 0 16px;
28
+ height: 42px;
29
+ background-color: #FAFBFD !important;
30
+ }
31
+ .t-t-table[data-v-9d4dvxb4] .t-table__body tr {
32
+ color: #63656e;
33
+ font-size: 12px;
34
+ }
35
+ .t-t-table[data-v-9d4dvxb4] .t-table__body tr td {
36
+ padding: 0 16px;
37
+ height: 40px;
38
+ background-color: #fff;
39
+ }
40
+ .t-t-table[data-v-9d4dvxb4] .t-table__body tr:hover td {
41
+ background-color: #f5f7fa !important;
42
+ color: #63656E;
43
+ }
44
+ .t-t-table[data-v-9d4dvxb4] .t-table__content .t-table__body .t-table__empty-row {
45
+ background-color: #fff !important;
46
+ }
47
+ .t-t-table[data-v-9d4dvxb4] .t-table__content .t-table__body .t-table__empty-row >td {
48
+ border: none;
49
+ }
50
+ .t-t-table[data-v-9d4dvxb4] th .t-table__ellipsis {
51
+ width: auto !important;
52
+ }
53
+ .t-t-table[data-v-9d4dvxb4] .t-table__affixed-header-elm .t-table--layout-fixed th{
54
+ border: none;
55
+ }
56
+ .t-t-table[data-v-9d4dvxb4] .t-loading__gradient.t-icon-loading {
23
57
  display: none;
24
58
  }
25
- .t-t-table[data-v-9zb27pzq]:first-of-type .t-table__affixed-header-elm-wrap{
59
+ .t-t-table[data-v-9d4dvxb4]:first-of-type .t-table__affixed-header-elm-wrap{
26
60
  width: calc(100% - 6px) !important;
27
61
  }
28
- .t-t-table[data-v-9zb27pzq] .t-table__affixed-header-elm-wrap{
62
+ .t-t-table[data-v-9d4dvxb4] .t-table__affixed-header-elm-wrap{
29
63
  top: -2px;
30
64
  }
31
- .t-t-table[data-v-9zb27pzq] .t-table__affixed-header-elm-wrap>div {
65
+ .t-t-table[data-v-9d4dvxb4] .t-table__affixed-header-elm-wrap>div {
32
66
  width: 100% !important;
33
67
  top: -2px;
34
68
  scrollbar-width: none;
35
69
  }
36
- .t-t-table[data-v-9zb27pzq] .t-table--layout-fixed{
70
+ .t-t-table[data-v-9d4dvxb4] .t-table--layout-fixed{
37
71
  width: 100% !important;
38
72
  }
39
- .t-t-table[data-v-9zb27pzq] .bk-exception-description{
73
+ .t-t-table[data-v-9d4dvxb4] .bk-exception-description{
40
74
  margin-bottom: 0;
41
75
  }
42
- .t-t-table[data-v-9zb27pzq] .t-table--layout-fixed .t-table__header{
76
+ .t-t-table[data-v-9d4dvxb4] .t-table--layout-fixed .t-table__header{
43
77
  position: sticky;
44
78
  top: -4px;
45
79
  }
46
- .t-t-table[data-v-9zb27pzq] .t-table__content{
80
+ .t-t-table[data-v-9d4dvxb4] .t-table__content{
47
81
  z-index: 2;
48
82
  max-height: 100%;
49
83
  overflow: auto;
50
84
  }
51
- .t-t-table[data-v-9zb27pzq] .t-table__content::-webkit-scrollbar {
85
+ .t-t-table[data-v-9d4dvxb4] .t-table__content::-webkit-scrollbar {
52
86
  width: 6px;
53
87
  height: 6px;
54
88
  }
55
- .t-t-table[data-v-9zb27pzq] .t-table__content::-webkit-scrollbar-thumb {
89
+ .t-t-table[data-v-9d4dvxb4] .t-table__content::-webkit-scrollbar-thumb {
56
90
  width: 6px;
57
91
  height: 6px;
58
92
  border-radius: 3px;
59
93
  background-color: #dcdee5;
60
94
  }
61
- .t-t-table[data-v-9zb27pzq] .t-table__content::-webkit-scrollbar-thumb:hover {
95
+ .t-t-table[data-v-9d4dvxb4] .t-table__content::-webkit-scrollbar-thumb:hover {
62
96
  background-color: #979ba5;
63
97
  }
64
- .t-t-table[data-v-9zb27pzq] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
98
+ .t-t-table[data-v-9d4dvxb4] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
65
99
  line-height: 100%;
66
100
  }
67
- .t-t-table[data-v-9zb27pzq] .t-table__cell--sort-trigger.t-table__double-icons{
101
+ .t-t-table[data-v-9d4dvxb4] .t-table__cell--sort-trigger.t-table__double-icons{
68
102
  gap: 5px;
69
103
  }
70
- .t-t-table[data-v-9zb27pzq] .t-table__sort-icon--active>i{
104
+ .t-t-table[data-v-9d4dvxb4] .t-table__sort-icon--active>i{
71
105
  color: #3a84ff !important;
72
106
  }
73
- .t-t-table[data-v-9zb27pzq] .t-table__cell--fixed-left:has(.checkbox){
107
+ .t-t-table[data-v-9d4dvxb4] .t-table__cell--fixed-left:has(.checkbox){
74
108
  line-height: 100%;
75
109
  }
76
110
 
@@ -10,7 +10,6 @@ declare const __VLS_export: <T, S>(__VLS_props: NonNullable<Awaited<typeof __VLS
10
10
  search?: S;
11
11
  rowClassName?: string | string[] | Record<string, boolean> | ((row: T, index: number) => string | number | string[] | Record<string, boolean>);
12
12
  rowKey: string;
13
- rowHeight?: string;
14
13
  height?: string;
15
14
  } & {
16
15
  "onUpdate:search"?: (search: S) => any;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js';
2
- script.__scopeId = "data-v-9zb27pzq";
2
+ script.__scopeId = "data-v-9d4dvxb4";
3
3
  script.__file = "./src/components/render-t-table/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,27 +1,27 @@
1
1
 
2
- .tag-tree[data-v-re3ipi8p] {
2
+ .tag-tree[data-v-hlz0gd0p] {
3
3
  font-size: 12px;
4
4
  height: auto;
5
5
  }
6
- .tag-tree .manage-tree-item[data-v-re3ipi8p] {
6
+ .tag-tree .manage-tree-item[data-v-hlz0gd0p] {
7
7
  height: 32px;
8
8
  flex: 1;
9
9
  }
10
- .tag-tree .quick-icon[data-v-re3ipi8p] {
10
+ .tag-tree .quick-icon[data-v-hlz0gd0p] {
11
11
  margin-left: -24px;
12
12
  padding-left: 8px;
13
13
  }
14
- .tag-tree[data-v-re3ipi8p] .tree-item:has(.bottom-line) {
14
+ .tag-tree[data-v-hlz0gd0p] .tree-item:has(.bottom-line) {
15
15
  border-bottom: 1px solid #F0F1F5;
16
16
  }
17
- .tag-tree[data-v-re3ipi8p] .tree-item.active .quick-icon {
17
+ .tag-tree[data-v-hlz0gd0p] .tree-item.active .quick-icon {
18
18
  color: #3A84FF;
19
19
  }
20
- .tag-tree[data-v-re3ipi8p] .tree-item.active .tag-number {
20
+ .tag-tree[data-v-hlz0gd0p] .tree-item.active .tag-number {
21
21
  background: #A3C5FD;
22
22
  color: #fff;
23
23
  }
24
- .tag-number[data-v-re3ipi8p] {
24
+ .tag-number[data-v-hlz0gd0p] {
25
25
  line-height: 16px;
26
26
  padding: 0 4px;
27
27
  background-color: #F0F1F5;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-re3ipi8p";
2
+ script.__scopeId = "data-v-hlz0gd0p";
3
3
  script.__file = "./src/components/render-tag-tree/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -698,10 +698,18 @@
698
698
  height: 42px;
699
699
  }
700
700
 
701
+ .g-height-56 {
702
+ height: 56px;
703
+ }
704
+
701
705
  .g-height-60 {
702
706
  height: 60px;
703
707
  }
704
708
 
709
+ .g-height-70 {
710
+ height: 70px;
711
+ }
712
+
705
713
  .g-height-78 {
706
714
  height: 78px;
707
715
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/ai-ui-sdk",
3
- "version": "0.1.19-beta.29",
3
+ "version": "0.1.19-beta.30",
4
4
  "description": "蓝鲸AI UI SDK",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",