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

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 (57) 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.script.vue.js.js +96 -88
  8. package/dist/components/render-choose-tag/index.vue.css +7 -7
  9. package/dist/components/render-choose-tag/index.vue.d.ts +1 -0
  10. package/dist/components/render-choose-tag/index.vue.js +1 -1
  11. package/dist/components/render-collapse/index.vue.css +2 -2
  12. package/dist/components/render-collapse/index.vue.js +1 -1
  13. package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +1 -1
  14. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
  15. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
  16. package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
  17. package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
  18. package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
  19. package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
  20. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
  21. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
  22. package/dist/components/render-dataset/components/plus-dataset/dataset-form.script.vue.js +1 -0
  23. package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
  24. package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
  25. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.css +2 -2
  26. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +1 -1
  27. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
  28. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
  29. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
  30. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
  31. package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
  32. package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
  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.vue.css +19 -19
  50. package/dist/components/render-t-table/index.vue.js +1 -1
  51. package/dist/components/render-tag-tree/index.script.vue.js.js +4 -2
  52. package/dist/components/render-tag-tree/index.vue.css +7 -7
  53. package/dist/components/render-tag-tree/index.vue.d.ts +2 -1
  54. package/dist/components/render-tag-tree/index.vue.js +1 -1
  55. package/dist/hooks/use-common-http.d.ts +2 -2
  56. package/dist/hooks/use-common-http.ts.js +3 -2
  57. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import script from './api.script.vue.js.js';
2
- script.__scopeId = "data-v-1w3ka1m2";
2
+ script.__scopeId = "data-v-uapo28e9";
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-4jvvbppu] {
2
+ .footer-button[data-v-awozwfmn] {
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-4jvvbppu";
2
+ script.__scopeId = "data-v-awozwfmn";
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-83d7ip05] {
2
+ .plus-dataset-data[data-v-pl4bwfj0] {
3
3
  padding: 20px 24px;
4
4
  }
5
- .plus-dataset-sideslider[data-v-83d7ip05] .bk-modal-content {
5
+ .plus-dataset-sideslider[data-v-pl4bwfj0] .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-83d7ip05";
2
+ script.__scopeId = "data-v-pl4bwfj0";
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-g2myl6ze] {
2
+ .content[data-v-xghlgcb7] {
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-g2myl6ze] {
7
+ .data-set-review-slider .value-content[data-v-xghlgcb7] {
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-g2myl6ze] {
12
+ .data-set-review-slider .review-data[data-v-xghlgcb7] {
13
13
  height: calc(100% - 337px);
14
14
  padding: 18px 24px;
15
15
  }
16
- .data-set-review-slider .review-level[data-v-g2myl6ze] {
16
+ .data-set-review-slider .review-level[data-v-xghlgcb7] {
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-g2myl6ze] {
21
+ .data-set-review-slider .review-level .level-score[data-v-xghlgcb7] {
22
22
  gap: 50px;
23
23
  }
24
- .data-set-review-slider .review-level .level-score .bk-form-item[data-v-g2myl6ze] {
24
+ .data-set-review-slider .review-level .level-score .bk-form-item[data-v-xghlgcb7] {
25
25
  flex: 1;
26
26
  }
27
- .data-set-review-slider .bold-title[data-v-g2myl6ze] .bk-form-label {
27
+ .data-set-review-slider .bold-title[data-v-xghlgcb7] .bk-form-label {
28
28
  font-weight: bold;
29
29
  font-size: 14px;
30
30
  }
31
- .data-set-review-slider[data-v-g2myl6ze] .bk-sideslider-title {
31
+ .data-set-review-slider[data-v-xghlgcb7] .bk-sideslider-title {
32
32
  justify-content: space-between;
33
33
  width: 100%;
34
34
  }
35
- .data-set-review-slider[data-v-g2myl6ze] .bk-modal-content {
35
+ .data-set-review-slider[data-v-xghlgcb7] .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-g2myl6ze] .bk-modal-content >div, .data-set-review-slider[data-v-g2myl6ze] .bk-modal-content .bk-sideslider-content {
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 {
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-g2myl6ze";
2
+ script.__scopeId = "data-v-xghlgcb7";
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-gcae97x0] {
2
+ .origin-data-content[data-v-sdjthssc] {
3
3
  padding: 24px;
4
4
  height: calc(100% - 52px - 44px);
5
5
  }
6
- .origin-data-panel[data-v-gcae97x0] {
6
+ .origin-data-panel[data-v-sdjthssc] {
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-gcae97x0] {
13
+ .origin-data-panel .toolbar-search[data-v-sdjthssc] {
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-gcae97x0";
2
+ script.__scopeId = "data-v-sdjthssc";
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-ta8wwy9d] {
2
+ .main-content[data-v-8v5n1nq2] {
3
3
  padding: 20px 24px;
4
4
  height: 100%;
5
5
  }
6
- .main-panel[data-v-ta8wwy9d] {
6
+ .main-panel[data-v-8v5n1nq2] {
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-ta8wwy9d] {
13
+ .main-search[data-v-8v5n1nq2] {
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-ta8wwy9d";
2
+ script.__scopeId = "data-v-8v5n1nq2";
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-4h3pg6zq] {
2
+ .dataset-main[data-v-2pt1vpvg] {
3
3
  height: calc(100% - 90px);
4
4
  margin-top: 2px;
5
5
  }
6
- [data-v-4h3pg6zq] .dataset-main>.bk-resize-layout-main {
6
+ [data-v-2pt1vpvg] .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-4h3pg6zq";
2
+ script.__scopeId = "data-v-2pt1vpvg";
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-0wvam8z9] {
2
+ .upload-file-home[data-v-2c8dm32o] {
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-0wvam8z9]:hover {
9
+ .upload-file-home[data-v-2c8dm32o]:hover {
10
10
  border: 1px solid #3A84FF;
11
11
  }
12
- .upload-file-home:hover .file-icons[data-v-0wvam8z9] {
12
+ .upload-file-home:hover .file-icons[data-v-2c8dm32o] {
13
13
  display: flex;
14
14
  }
15
- .upload-file-home .file-icon[data-v-0wvam8z9] {
15
+ .upload-file-home .file-icon[data-v-2c8dm32o] {
16
16
  font-size: 32px;
17
17
  }
18
- .upload-file-home .file-content[data-v-0wvam8z9] {
18
+ .upload-file-home .file-content[data-v-2c8dm32o] {
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-0wvam8z9] {
26
+ .upload-file-home .file-content .file-name[data-v-2c8dm32o] {
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-0wvam8z9] {
31
+ .upload-file-home .file-content .file-size[data-v-2c8dm32o] {
32
32
  font-size: 12px;
33
33
  color: #979BA5;
34
34
  line-height: 20px;
35
35
  }
36
- .upload-file-home .file-icons[data-v-0wvam8z9] {
36
+ .upload-file-home .file-icons[data-v-2c8dm32o] {
37
37
  display: none;
38
38
  color: #979BA5;
39
39
  }
40
- .upload-file-home .file-icons .bkaidev-icon[data-v-0wvam8z9] {
40
+ .upload-file-home .file-icons .bkaidev-icon[data-v-2c8dm32o] {
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-0wvam8z9]:hover {
45
+ .upload-file-home .file-icons .bkaidev-icon[data-v-2c8dm32o]:hover {
46
46
  color: #3A84FF;
47
47
  }
48
- .upload-file-home .file-icons .bkaidev-delete[data-v-0wvam8z9] {
48
+ .upload-file-home .file-icons .bkaidev-delete[data-v-2c8dm32o] {
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-0wvam8z9";
2
+ script.__scopeId = "data-v-2c8dm32o";
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-kk6i1kzf] {
2
+ .ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-oqh1nyem] {
3
3
  color: #EA3636;
4
4
  }
5
- .ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-kk6i1kzf], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-kk6i1kzf], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-kk6i1kzf] {
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] {
6
6
  color: #3A84FF;
7
7
  }
8
- .ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-kk6i1kzf] {
8
+ .ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-oqh1nyem] {
9
9
  color: #C4C6CC;
10
10
  }
11
- .ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-kk6i1kzf] {
11
+ .ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-oqh1nyem] {
12
12
  color: #2DCB56;
13
13
  }
14
- .ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-kk6i1kzf] {
14
+ .ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-oqh1nyem] {
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-kk6i1kzf";
2
+ script.__scopeId = "data-v-oqh1nyem";
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-jqnlgbbu] {
2
+ .header-home[data-v-71vuvjfj] {
3
3
  width: 100%;
4
4
  background: #FFFFFF;
5
5
  box-shadow: 0 3px 4px 0 #0000000a;
6
6
  }
7
- .render-tab[data-v-jqnlgbbu] {
7
+ .render-tab[data-v-71vuvjfj] {
8
8
  border-bottom: 2px solid transparent;
9
9
  }
10
- .render-tab.active[data-v-jqnlgbbu] {
10
+ .render-tab.active[data-v-71vuvjfj] {
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-jqnlgbbu";
2
+ script.__scopeId = "data-v-71vuvjfj";
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-jtwhuwg3] {
2
+ .dislike-icon[data-v-qpndn4mr] {
3
3
  transform: rotateX(180deg);
4
4
  }
5
- .option-items[data-v-jtwhuwg3] {
5
+ .option-items[data-v-qpndn4mr] {
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-jtwhuwg3]:hover {
11
+ .option-items[data-v-qpndn4mr]:hover {
12
12
  background-color: #E1ECFF;
13
13
  color: #3A84FF;
14
14
  }
15
- .option-items-selected[data-v-jtwhuwg3]{
15
+ .option-items-selected[data-v-qpndn4mr]{
16
16
  background-color: #E1ECFF;
17
17
  }
18
- [data-v-jtwhuwg3] .bk-form-item {
18
+ [data-v-qpndn4mr] .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-jtwhuwg3";
2
+ script.__scopeId = "data-v-qpndn4mr";
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-ijk0gp66] {
2
+ .router-tab[data-v-pectuq1h] {
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-ijk0gp66] {
9
+ .router-tab a[data-v-pectuq1h] {
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-ijk0gp66] {
18
+ .router-tab a.router-link-exact-active[data-v-pectuq1h] {
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-ijk0gp66";
2
+ script.__scopeId = "data-v-pectuq1h";
3
3
  script.__file = "./src/components/render-router-tab/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,12 +1,12 @@
1
1
 
2
- .t-t-pagination[data-v-j12wy2cq] {
2
+ .t-t-pagination[data-v-9zb27pzq] {
3
3
  position: relative;
4
4
  padding: 16px 16px 0 16px;
5
5
  }
6
- .t-t-pagination[data-v-j12wy2cq] .bk-pagination-list.is-last {
6
+ .t-t-pagination[data-v-9zb27pzq] .bk-pagination-list.is-last {
7
7
  margin-left: auto;
8
8
  }
9
- .pagination-loading[data-v-j12wy2cq]::after {
9
+ .pagination-loading[data-v-9zb27pzq]::after {
10
10
  content: '';
11
11
  position: absolute;
12
12
  top: 0;
@@ -16,61 +16,61 @@
16
16
  background-color: rgba(255, 255, 255, 0.6);
17
17
  z-index: 72;
18
18
  }
19
- .t-t-table[data-v-j12wy2cq] {
19
+ .t-t-table[data-v-9zb27pzq] {
20
20
  display: inline;
21
21
  }
22
- .t-t-table[data-v-j12wy2cq] .t-loading__gradient.t-icon-loading {
22
+ .t-t-table[data-v-9zb27pzq] .t-loading__gradient.t-icon-loading {
23
23
  display: none;
24
24
  }
25
- .t-t-table[data-v-j12wy2cq]:first-of-type .t-table__affixed-header-elm-wrap{
25
+ .t-t-table[data-v-9zb27pzq]:first-of-type .t-table__affixed-header-elm-wrap{
26
26
  width: calc(100% - 6px) !important;
27
27
  }
28
- .t-t-table[data-v-j12wy2cq] .t-table__affixed-header-elm-wrap{
28
+ .t-t-table[data-v-9zb27pzq] .t-table__affixed-header-elm-wrap{
29
29
  top: -2px;
30
30
  }
31
- .t-t-table[data-v-j12wy2cq] .t-table__affixed-header-elm-wrap>div {
31
+ .t-t-table[data-v-9zb27pzq] .t-table__affixed-header-elm-wrap>div {
32
32
  width: 100% !important;
33
33
  top: -2px;
34
34
  scrollbar-width: none;
35
35
  }
36
- .t-t-table[data-v-j12wy2cq] .t-table--layout-fixed{
36
+ .t-t-table[data-v-9zb27pzq] .t-table--layout-fixed{
37
37
  width: 100% !important;
38
38
  }
39
- .t-t-table[data-v-j12wy2cq] .bk-exception-description{
39
+ .t-t-table[data-v-9zb27pzq] .bk-exception-description{
40
40
  margin-bottom: 0;
41
41
  }
42
- .t-t-table[data-v-j12wy2cq] .t-table--layout-fixed .t-table__header{
42
+ .t-t-table[data-v-9zb27pzq] .t-table--layout-fixed .t-table__header{
43
43
  position: sticky;
44
44
  top: -4px;
45
45
  }
46
- .t-t-table[data-v-j12wy2cq] .t-table__content{
46
+ .t-t-table[data-v-9zb27pzq] .t-table__content{
47
47
  z-index: 2;
48
48
  max-height: 100%;
49
49
  overflow: auto;
50
50
  }
51
- .t-t-table[data-v-j12wy2cq] .t-table__content::-webkit-scrollbar {
51
+ .t-t-table[data-v-9zb27pzq] .t-table__content::-webkit-scrollbar {
52
52
  width: 6px;
53
53
  height: 6px;
54
54
  }
55
- .t-t-table[data-v-j12wy2cq] .t-table__content::-webkit-scrollbar-thumb {
55
+ .t-t-table[data-v-9zb27pzq] .t-table__content::-webkit-scrollbar-thumb {
56
56
  width: 6px;
57
57
  height: 6px;
58
58
  border-radius: 3px;
59
59
  background-color: #dcdee5;
60
60
  }
61
- .t-t-table[data-v-j12wy2cq] .t-table__content::-webkit-scrollbar-thumb:hover {
61
+ .t-t-table[data-v-9zb27pzq] .t-table__content::-webkit-scrollbar-thumb:hover {
62
62
  background-color: #979ba5;
63
63
  }
64
- .t-t-table[data-v-j12wy2cq] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
64
+ .t-t-table[data-v-9zb27pzq] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
65
65
  line-height: 100%;
66
66
  }
67
- .t-t-table[data-v-j12wy2cq] .t-table__cell--sort-trigger.t-table__double-icons{
67
+ .t-t-table[data-v-9zb27pzq] .t-table__cell--sort-trigger.t-table__double-icons{
68
68
  gap: 5px;
69
69
  }
70
- .t-t-table[data-v-j12wy2cq] .t-table__sort-icon--active>i{
70
+ .t-t-table[data-v-9zb27pzq] .t-table__sort-icon--active>i{
71
71
  color: #3a84ff !important;
72
72
  }
73
- .t-t-table[data-v-j12wy2cq] .t-table__cell--fixed-left:has(.checkbox){
73
+ .t-t-table[data-v-9zb27pzq] .t-table__cell--fixed-left:has(.checkbox){
74
74
  line-height: 100%;
75
75
  }
76
76
 
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js';
2
- script.__scopeId = "data-v-j12wy2cq";
2
+ script.__scopeId = "data-v-9zb27pzq";
3
3
  script.__file = "./src/components/render-t-table/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -23,6 +23,7 @@ export default /*@__PURE__*/ _defineComponent({
23
23
  tagName: {},
24
24
  tagId: {},
25
25
  groupType: {},
26
+ generateType: {},
26
27
  apiPrefix: {},
27
28
  spaceId: {}
28
29
  },
@@ -63,7 +64,7 @@ export default /*@__PURE__*/ _defineComponent({
63
64
  const handleGetTagsTree = ()=>{
64
65
  getTagTree.abort();
65
66
  loadingTagsTree.value = true;
66
- getTagTree(props.module, props.subModule, props.tagName, props.groupType).then((data)=>{
67
+ getTagTree(props.module, props.subModule, props.tagName, props.groupType, props.generateType).then((data)=>{
67
68
  allDataMap.value.count = data.all;
68
69
  tags.value = data.all <= 0 && props.tagName ? data.tree : [
69
70
  allDataMap.value,
@@ -77,7 +78,8 @@ export default /*@__PURE__*/ _defineComponent({
77
78
  watch(()=>[
78
79
  props.tagName,
79
80
  props.groupType,
80
- props.spaceId
81
+ props.spaceId,
82
+ props.generateType
81
83
  ], handleGetTagsTree, {
82
84
  immediate: true
83
85
  });
@@ -1,27 +1,27 @@
1
1
 
2
- .tag-tree[data-v-cj3zuvel] {
2
+ .tag-tree[data-v-re3ipi8p] {
3
3
  font-size: 12px;
4
4
  height: auto;
5
5
  }
6
- .tag-tree .manage-tree-item[data-v-cj3zuvel] {
6
+ .tag-tree .manage-tree-item[data-v-re3ipi8p] {
7
7
  height: 32px;
8
8
  flex: 1;
9
9
  }
10
- .tag-tree .quick-icon[data-v-cj3zuvel] {
10
+ .tag-tree .quick-icon[data-v-re3ipi8p] {
11
11
  margin-left: -24px;
12
12
  padding-left: 8px;
13
13
  }
14
- .tag-tree[data-v-cj3zuvel] .tree-item:has(.bottom-line) {
14
+ .tag-tree[data-v-re3ipi8p] .tree-item:has(.bottom-line) {
15
15
  border-bottom: 1px solid #F0F1F5;
16
16
  }
17
- .tag-tree[data-v-cj3zuvel] .tree-item.active .quick-icon {
17
+ .tag-tree[data-v-re3ipi8p] .tree-item.active .quick-icon {
18
18
  color: #3A84FF;
19
19
  }
20
- .tag-tree[data-v-cj3zuvel] .tree-item.active .tag-number {
20
+ .tag-tree[data-v-re3ipi8p] .tree-item.active .tag-number {
21
21
  background: #A3C5FD;
22
22
  color: #fff;
23
23
  }
24
- .tag-number[data-v-cj3zuvel] {
24
+ .tag-number[data-v-re3ipi8p] {
25
25
  line-height: 16px;
26
26
  padding: 0 4px;
27
27
  background-color: #F0F1F5;
@@ -1,10 +1,11 @@
1
- import { GroupType, Module } from '@/types/enum';
1
+ import { EnumCharacter, GroupType, Module } from '@/types/enum';
2
2
  interface IProps {
3
3
  module: Module;
4
4
  subModule: Module;
5
5
  tagName: string;
6
6
  tagId?: number;
7
7
  groupType?: GroupType;
8
+ generateType?: EnumCharacter;
8
9
  apiPrefix: string;
9
10
  spaceId?: string;
10
11
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-cj3zuvel";
2
+ script.__scopeId = "data-v-re3ipi8p";
3
3
  script.__file = "./src/components/render-tag-tree/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,8 +1,8 @@
1
1
  import { type Ref } from 'vue';
2
- import { GroupType, Module } from '@/types/enum';
2
+ import { EnumCharacter, GroupType, Module } from '@/types/enum';
3
3
  export declare const useCommonHttp: (apiPrefix: string, spaceId?: Ref<string>) => {
4
4
  getTagTree: {
5
- (module: Module, subModule: Module, tagName: string, groupType?: GroupType): Promise<import("@/types/common").ITagTree>;
5
+ (module: Module, subModule: Module, tagName: string, groupType?: GroupType, generateType?: EnumCharacter): Promise<import("@/types/common").ITagTree>;
6
6
  abort(): void;
7
7
  };
8
8
  };
@@ -2,9 +2,10 @@ import fetch, { withAbort } from '../http/fetch/index.ts.js';
2
2
  import { transferTagTreeApiToTagTree } from '../http/helper/common.ts.js';
3
3
  export const useCommonHttp = (apiPrefix, spaceId)=>{
4
4
  // 获取标签树
5
- const getTagTree = withAbort((signal, module, subModule, tagName, groupType)=>fetch.get(`${apiPrefix}/${module}/v1/${subModule}/tag_tree/`, {
5
+ const getTagTree = withAbort((signal, module, subModule, tagName, groupType, generateType)=>fetch.get(`${apiPrefix}/${module}/v1/${subModule}/tag_tree/`, {
6
6
  tag_name: tagName,
7
- group_type: groupType
7
+ group_type: groupType,
8
+ generate_type: generateType
8
9
  }, {
9
10
  headers: {
10
11
  'x-space-id': spaceId === null || spaceId === void 0 ? void 0 : spaceId.value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/ai-ui-sdk",
3
- "version": "0.1.19-beta.27",
3
+ "version": "0.1.19-beta.29",
4
4
  "description": "蓝鲸AI UI SDK",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",