@blueking/ai-ui-sdk 0.1.19-beta.19 → 0.1.19-beta.20

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 (60) hide show
  1. package/dist/common/util.d.ts +11 -0
  2. package/dist/common/util.ts.js +17 -0
  3. package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
  4. package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
  5. package/dist/components/render-auto-refresh/index.vue.css +8 -8
  6. package/dist/components/render-auto-refresh/index.vue.js +1 -1
  7. package/dist/components/render-checkbox/index.vue.css +9 -9
  8. package/dist/components/render-checkbox/index.vue.js +1 -1
  9. package/dist/components/render-choose-tag/index.vue.css +7 -7
  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/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/components/header.script.vue.js.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 +4 -4
  48. package/dist/components/render-router-tab/index.vue.js +1 -1
  49. package/dist/components/render-t-table/index.script.vue.js +125 -126
  50. package/dist/components/render-t-table/index.vue.css +19 -16
  51. package/dist/components/render-t-table/index.vue.js +1 -1
  52. package/dist/components/render-tag-tree/index.script.vue.js.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 -3
  56. package/dist/hooks/use-ellipsis-tooltip.ts.js +4 -0
  57. package/dist/http/fetch/index.ts.js +3 -2
  58. package/dist/util.d.ts +1 -0
  59. package/dist/util.ts.js +1 -0
  60. package/package.json +9 -2
@@ -1,21 +1,21 @@
1
1
 
2
- .upload-file-home[data-v-njr5mmim] {
2
+ .upload-file-home[data-v-gvb4di06] {
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-njr5mmim]:hover {
9
+ .upload-file-home[data-v-gvb4di06]:hover {
10
10
  border: 1px solid #3A84FF;
11
11
  }
12
- .upload-file-home:hover .file-icons[data-v-njr5mmim] {
12
+ .upload-file-home:hover .file-icons[data-v-gvb4di06] {
13
13
  display: flex;
14
14
  }
15
- .upload-file-home .file-icon[data-v-njr5mmim] {
15
+ .upload-file-home .file-icon[data-v-gvb4di06] {
16
16
  font-size: 32px;
17
17
  }
18
- .upload-file-home .file-content[data-v-njr5mmim] {
18
+ .upload-file-home .file-content[data-v-gvb4di06] {
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-njr5mmim] {
26
+ .upload-file-home .file-content .file-name[data-v-gvb4di06] {
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-njr5mmim] {
31
+ .upload-file-home .file-content .file-size[data-v-gvb4di06] {
32
32
  font-size: 12px;
33
33
  color: #979BA5;
34
34
  line-height: 20px;
35
35
  }
36
- .upload-file-home .file-icons[data-v-njr5mmim] {
36
+ .upload-file-home .file-icons[data-v-gvb4di06] {
37
37
  display: none;
38
38
  color: #979BA5;
39
39
  }
40
- .upload-file-home .file-icons .bkaidev-icon[data-v-njr5mmim] {
40
+ .upload-file-home .file-icons .bkaidev-icon[data-v-gvb4di06] {
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-njr5mmim]:hover {
45
+ .upload-file-home .file-icons .bkaidev-icon[data-v-gvb4di06]:hover {
46
46
  color: #3A84FF;
47
47
  }
48
- .upload-file-home .file-icons .bkaidev-delete[data-v-njr5mmim] {
48
+ .upload-file-home .file-icons .bkaidev-delete[data-v-gvb4di06] {
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-njr5mmim";
2
+ script.__scopeId = "data-v-gvb4di06";
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-kybnf5uq] {
2
+ .ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-gd42zq2n] {
3
3
  color: #EA3636;
4
4
  }
5
- .ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-kybnf5uq], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-kybnf5uq], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-kybnf5uq] {
5
+ .ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-gd42zq2n], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-gd42zq2n], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-gd42zq2n] {
6
6
  color: #3A84FF;
7
7
  }
8
- .ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-kybnf5uq] {
8
+ .ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-gd42zq2n] {
9
9
  color: #C4C6CC;
10
10
  }
11
- .ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-kybnf5uq] {
11
+ .ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-gd42zq2n] {
12
12
  color: #2DCB56;
13
13
  }
14
- .ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-kybnf5uq] {
14
+ .ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-gd42zq2n] {
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-kybnf5uq";
2
+ script.__scopeId = "data-v-gd42zq2n";
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-qo685zoe] {
2
+ .header-home[data-v-e7mx7v9j] {
3
3
  width: 100%;
4
4
  background: #FFFFFF;
5
5
  box-shadow: 0 3px 4px 0 #0000000a;
6
6
  }
7
- .render-tab[data-v-qo685zoe] {
7
+ .render-tab[data-v-e7mx7v9j] {
8
8
  border-bottom: 2px solid transparent;
9
9
  }
10
- .render-tab.active[data-v-qo685zoe] {
10
+ .render-tab.active[data-v-e7mx7v9j] {
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-qo685zoe";
2
+ script.__scopeId = "data-v-e7mx7v9j";
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-beu0m4xp] {
2
+ .dislike-icon[data-v-pmdc5tjs] {
3
3
  transform: rotateX(180deg);
4
4
  }
5
- .option-items[data-v-beu0m4xp] {
5
+ .option-items[data-v-pmdc5tjs] {
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-beu0m4xp]:hover {
11
+ .option-items[data-v-pmdc5tjs]:hover {
12
12
  background-color: #E1ECFF;
13
13
  color: #3A84FF;
14
14
  }
15
- .option-items-selected[data-v-beu0m4xp]{
15
+ .option-items-selected[data-v-pmdc5tjs]{
16
16
  background-color: #E1ECFF;
17
17
  }
18
- [data-v-beu0m4xp] .bk-form-item {
18
+ [data-v-pmdc5tjs] .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-beu0m4xp";
2
+ script.__scopeId = "data-v-pmdc5tjs";
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-un8f5i2c] {
2
+ .router-tab[data-v-nvs0mz32] {
3
3
  margin-top: 2px;
4
4
  height: 42px;
5
5
  background: #FFFFFF;
6
6
  box-shadow: 0 2px 4px 0 #1919290d;
7
- padding: 0 45px;
7
+ padding: 0 24px;
8
8
  }
9
- .router-tab a[data-v-un8f5i2c] {
9
+ .router-tab a[data-v-nvs0mz32] {
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-un8f5i2c] {
18
+ .router-tab a.router-link-exact-active[data-v-nvs0mz32] {
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-un8f5i2c";
2
+ script.__scopeId = "data-v-nvs0mz32";
3
3
  script.__file = "./src/components/render-router-tab/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as _defineComponent, createVNode as _createVNode2, resolveComponent as _resolveComponent2, createTextVNode as _createTextVNode2 } from 'vue';
2
- import { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle } from "vue";
2
+ import { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, renderSlot as _renderSlot, mergeProps as _mergeProps, 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"
5
5
  };
@@ -178,137 +178,136 @@ export default /*@__PURE__*/ _defineComponent({
178
178
  return (_ctx, _cache)=>{
179
179
  const _component_bk_radio_button = _resolveComponent("bk-radio-button");
180
180
  const _component_bk_radio_group = _resolveComponent("bk-radio-group");
181
+ const _component_bk_loading = _resolveComponent("bk-loading");
181
182
  const _component_t_enhanced_table = _resolveComponent("t-enhanced-table");
182
183
  const _component_bk_pagination = _resolveComponent("bk-pagination");
183
- const _component_bk_loading = _resolveComponent("bk-loading");
184
- return _openBlock(), _createBlock(_component_bk_loading, {
185
- loading: _ctx.isLoading,
186
- "z-index": 31,
184
+ return _openBlock(), _createElementBlock("section", {
187
185
  style: _normalizeStyle({
188
186
  height: _ctx.containerHeight
189
187
  })
190
- }, {
191
- default: _withCtx(()=>[
192
- _createVNode(_component_t_enhanced_table, _mergeProps(_ctx.$attrs, {
193
- "column-controller-visible": columnControllerVisible.value,
194
- "onUpdate:columnControllerVisible": _cache[1] || (_cache[1] = ($event)=>columnControllerVisible.value = $event),
195
- "cell-empty-content": "--",
196
- "row-key": _ctx.rowKey,
197
- "header-affixed-top": true,
198
- stripe: true,
199
- "display-columns": displayColumns.value,
200
- "column-controller": getColumnControllerConfig(),
201
- class: `g-t-table t-t-table g-light-head-table ${_ctx.$attrs.class}`,
202
- data: _ctx.tableData,
203
- columns: getSettingColumns(),
204
- "row-class-name": getRowClassName,
205
- "expand-icon": false,
206
- onSortChange: handleSortChange,
207
- onDisplayColumnsChange: handleColumnChange,
208
- onSelectChange: handleSelectChange,
209
- onRowClick: handleRowClick,
210
- onRowMouseenter: handleRowMouseenter,
211
- onRowMouseleave: handleRowMouseleave
212
- }), {
213
- columnControllerBottomContent: _withCtx(()=>[
214
- _createElementVNode("section", _hoisted_1, [
215
- _cache[5] || (_cache[5] = _createTextVNode(" 表格行高: ")),
216
- _createVNode(_component_bk_radio_group, {
217
- modelValue: rowHeight.value,
218
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event)=>rowHeight.value = $event)
219
- }, {
220
- default: _withCtx(()=>[
221
- _createVNode(_component_bk_radio_button, {
222
- label: "g-height-42"
223
- }, {
224
- default: _withCtx(()=>_cache[2] || (_cache[2] = [
225
- _createTextVNode(" 小 ")
226
- ])),
227
- _: 1 /* STABLE */ ,
228
- __: [
229
- 2
230
- ]
231
- }),
232
- _createVNode(_component_bk_radio_button, {
233
- label: "g-height-60"
234
- }, {
235
- default: _withCtx(()=>_cache[3] || (_cache[3] = [
236
- _createTextVNode(" 中 ")
237
- ])),
238
- _: 1 /* STABLE */ ,
239
- __: [
240
- 3
241
- ]
242
- }),
243
- _createVNode(_component_bk_radio_button, {
244
- label: "g-height-78"
245
- }, {
246
- default: _withCtx(()=>_cache[4] || (_cache[4] = [
247
- _createTextVNode(" 大 ")
248
- ])),
249
- _: 1 /* STABLE */ ,
250
- __: [
251
- 4
252
- ]
253
- })
254
- ]),
255
- _: 1 /* STABLE */
256
- }, 8 /* PROPS */ , [
257
- "modelValue"
258
- ])
259
- ])
260
- ]),
261
- empty: _withCtx(()=>[
262
- _createVNode(RenderSearchEmpty, {
263
- scene: "part",
264
- search: _ctx.search,
265
- "onUpdate:search": handleUpdateSearch
266
- }, null, 8 /* PROPS */ , [
267
- "search"
268
- ])
269
- ]),
270
- expandedRow: _withCtx(({ row })=>[
271
- _renderSlot(_ctx.$slots, "expandedRow", {
272
- row: row
273
- }, undefined, true)
274
- ]),
275
- sortIcon: _withCtx(()=>_cache[6] || (_cache[6] = [
276
- _createElementVNode("i", {
277
- class: "bkaidev-icon bkaidev-angle-up-fill-3 g-text-light-gray"
278
- }, null, -1 /* HOISTED */ )
279
- ])),
280
- _: 3 /* FORWARDED */
281
- }, 16 /* FULL_PROPS */ , [
282
- "column-controller-visible",
283
- "row-key",
284
- "display-columns",
285
- "column-controller",
286
- "class",
287
- "data",
288
- "columns"
188
+ }, [
189
+ _createVNode(_component_t_enhanced_table, _mergeProps(_ctx.$attrs, {
190
+ "column-controller-visible": columnControllerVisible.value,
191
+ "onUpdate:columnControllerVisible": _cache[1] || (_cache[1] = ($event)=>columnControllerVisible.value = $event),
192
+ "cell-empty-content": "--",
193
+ loading: _ctx.isLoading,
194
+ "row-key": _ctx.rowKey,
195
+ "header-affixed-top": true,
196
+ stripe: true,
197
+ "display-columns": displayColumns.value,
198
+ "column-controller": getColumnControllerConfig(),
199
+ class: `g-t-table t-t-table g-light-head-table ${_ctx.$attrs.class}`,
200
+ data: _ctx.tableData,
201
+ columns: getSettingColumns(),
202
+ "row-class-name": getRowClassName,
203
+ "expand-icon": false,
204
+ onSortChange: handleSortChange,
205
+ onDisplayColumnsChange: handleColumnChange,
206
+ onSelectChange: handleSelectChange,
207
+ onRowClick: handleRowClick,
208
+ onRowMouseenter: handleRowMouseenter,
209
+ onRowMouseleave: handleRowMouseleave
210
+ }), {
211
+ columnControllerBottomContent: _withCtx(()=>[
212
+ _createElementVNode("section", _hoisted_1, [
213
+ _cache[5] || (_cache[5] = _createTextVNode(" 表格行高: ")),
214
+ _createVNode(_component_bk_radio_group, {
215
+ modelValue: rowHeight.value,
216
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event)=>rowHeight.value = $event)
217
+ }, {
218
+ default: _withCtx(()=>[
219
+ _createVNode(_component_bk_radio_button, {
220
+ label: "g-height-42"
221
+ }, {
222
+ default: _withCtx(()=>_cache[2] || (_cache[2] = [
223
+ _createTextVNode(" 小 ")
224
+ ])),
225
+ _: 1 /* STABLE */ ,
226
+ __: [
227
+ 2
228
+ ]
229
+ }),
230
+ _createVNode(_component_bk_radio_button, {
231
+ label: "g-height-60"
232
+ }, {
233
+ default: _withCtx(()=>_cache[3] || (_cache[3] = [
234
+ _createTextVNode(" 中 ")
235
+ ])),
236
+ _: 1 /* STABLE */ ,
237
+ __: [
238
+ 3
239
+ ]
240
+ }),
241
+ _createVNode(_component_bk_radio_button, {
242
+ label: "g-height-78"
243
+ }, {
244
+ default: _withCtx(()=>_cache[4] || (_cache[4] = [
245
+ _createTextVNode(" 大 ")
246
+ ])),
247
+ _: 1 /* STABLE */ ,
248
+ __: [
249
+ 4
250
+ ]
251
+ })
252
+ ]),
253
+ _: 1 /* STABLE */
254
+ }, 8 /* PROPS */ , [
255
+ "modelValue"
256
+ ])
257
+ ])
258
+ ]),
259
+ empty: _withCtx(()=>[
260
+ _createVNode(RenderSearchEmpty, {
261
+ scene: "part",
262
+ search: _ctx.search,
263
+ "onUpdate:search": handleUpdateSearch
264
+ }, null, 8 /* PROPS */ , [
265
+ "search"
266
+ ])
267
+ ]),
268
+ expandedRow: _withCtx(({ row })=>[
269
+ _renderSlot(_ctx.$slots, "expandedRow", {
270
+ row: row
271
+ }, undefined, true)
272
+ ]),
273
+ sortIcon: _withCtx(()=>_cache[6] || (_cache[6] = [
274
+ _createElementVNode("i", {
275
+ class: "bkaidev-icon bkaidev-angle-up-fill-3 g-text-light-gray"
276
+ }, null, -1 /* HOISTED */ )
277
+ ])),
278
+ loading: _withCtx(()=>[
279
+ _createVNode(_component_bk_loading, {
280
+ loading: true
281
+ })
289
282
  ]),
290
- _ctx.pagination ? (_openBlock(), _createBlock(_component_bk_pagination, {
291
- key: 0,
292
- size: "small",
293
- class: "t-t-pagination g-p-16",
294
- "model-value": _ctx.pagination.current,
295
- count: _ctx.pagination.count,
296
- limit: _ctx.pagination.limit,
297
- layout: _ctx.layout,
298
- onChange: handlePageChange,
299
- onLimitChange: handlePageSizeChange
300
- }, null, 8 /* PROPS */ , [
301
- "model-value",
302
- "count",
303
- "limit",
304
- "layout"
305
- ])) : _createCommentVNode("v-if", true)
306
- ]),
307
- _: 3 /* FORWARDED */
308
- }, 8 /* PROPS */ , [
309
- "loading",
310
- "style"
311
- ]);
283
+ _: 3 /* FORWARDED */
284
+ }, 16 /* FULL_PROPS */ , [
285
+ "column-controller-visible",
286
+ "loading",
287
+ "row-key",
288
+ "display-columns",
289
+ "column-controller",
290
+ "class",
291
+ "data",
292
+ "columns"
293
+ ]),
294
+ _ctx.pagination ? (_openBlock(), _createBlock(_component_bk_pagination, {
295
+ key: 0,
296
+ size: "small",
297
+ class: "t-t-pagination g-p-16",
298
+ "model-value": _ctx.pagination.current,
299
+ count: _ctx.pagination.count,
300
+ limit: _ctx.pagination.limit,
301
+ layout: _ctx.layout,
302
+ onChange: handlePageChange,
303
+ onLimitChange: handlePageSizeChange
304
+ }, null, 8 /* PROPS */ , [
305
+ "model-value",
306
+ "count",
307
+ "limit",
308
+ "layout"
309
+ ])) : _createCommentVNode("v-if", true)
310
+ ], 4 /* STYLE */ );
312
311
  };
313
312
  }
314
313
  });
@@ -1,62 +1,65 @@
1
1
 
2
- .t-t-pagination[data-v-qkzuso6f] {
2
+ .t-t-pagination[data-v-1qpvdmkf] {
3
3
  position: sticky;
4
4
  bottom: 0;
5
5
  }
6
- .t-t-pagination[data-v-qkzuso6f] .bk-pagination-list.is-last {
6
+ .t-t-pagination[data-v-1qpvdmkf] .bk-pagination-list.is-last {
7
7
  margin-left: auto;
8
8
  }
9
- .t-t-table[data-v-qkzuso6f] {
9
+ .t-t-table[data-v-1qpvdmkf] {
10
10
  display: inline;
11
11
  height: calc(100% - 64px);
12
12
  }
13
- .t-t-table[data-v-qkzuso6f] .t-table__affixed-header-elm-wrap{
13
+ .t-t-table[data-v-1qpvdmkf] .t-loading__gradient.t-icon-loading {
14
+ display: none;
15
+ }
16
+ .t-t-table[data-v-1qpvdmkf] .t-table__affixed-header-elm-wrap{
14
17
  width: 100% !important;
15
18
  top: -2px;
16
19
  }
17
- .t-t-table[data-v-qkzuso6f] .t-table__affixed-header-elm-wrap>div {
20
+ .t-t-table[data-v-1qpvdmkf] .t-table__affixed-header-elm-wrap>div {
18
21
  width: 100% !important;
19
22
  top: -2px;
20
23
  scrollbar-width: none;
21
24
  }
22
- .t-t-table[data-v-qkzuso6f] .t-table--layout-fixed{
25
+ .t-t-table[data-v-1qpvdmkf] .t-table--layout-fixed{
23
26
  width: 100% !important;
24
27
  }
25
- .t-t-table[data-v-qkzuso6f] .bk-exception-description{
28
+ .t-t-table[data-v-1qpvdmkf] .bk-exception-description{
26
29
  margin-bottom: 0;
27
30
  }
28
- .t-t-table[data-v-qkzuso6f] .t-table--layout-fixed .t-table__header{
31
+ .t-t-table[data-v-1qpvdmkf] .t-table--layout-fixed .t-table__header{
29
32
  position: sticky;
30
33
  top: -4px;
31
34
  }
32
- .t-t-table[data-v-qkzuso6f] .t-table__content{
35
+ .t-t-table[data-v-1qpvdmkf] .t-table__content{
33
36
  z-index: 2;
34
37
  max-height: 100%;
35
38
  overflow: auto;
36
39
  }
37
- .t-t-table[data-v-qkzuso6f] .t-table__content::-webkit-scrollbar {
40
+ .t-t-table[data-v-1qpvdmkf] .t-table__content::-webkit-scrollbar {
38
41
  width: 6px;
39
42
  height: 6px;
40
43
  }
41
- .t-t-table[data-v-qkzuso6f] .t-table__content::-webkit-scrollbar-thumb {
44
+ .t-t-table[data-v-1qpvdmkf] .t-table__content::-webkit-scrollbar-thumb {
42
45
  width: 6px;
43
46
  height: 6px;
44
47
  border-radius: 3px;
45
48
  background-color: #dcdee5;
46
49
  }
47
- .t-t-table[data-v-qkzuso6f] .t-table__content::-webkit-scrollbar-thumb:hover {
50
+ .t-t-table[data-v-1qpvdmkf] .t-table__content::-webkit-scrollbar-thumb:hover {
48
51
  background-color: #979ba5;
49
52
  }
50
- .t-t-table[data-v-qkzuso6f] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
53
+ .t-t-table[data-v-1qpvdmkf] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
51
54
  line-height: 100%;
52
55
  }
53
- .t-t-table[data-v-qkzuso6f] .t-table__cell--sort-trigger.t-table__double-icons{
56
+ .t-t-table[data-v-1qpvdmkf] .t-table__cell--sort-trigger.t-table__double-icons{
54
57
  gap: 5px;
55
58
  }
56
- .t-t-table[data-v-qkzuso6f] .t-table__sort-icon--active>i{
59
+ .t-t-table[data-v-1qpvdmkf] .t-table__sort-icon--active>i{
57
60
  color: #3a84ff !important;
58
61
  }
59
- .t-t-table[data-v-qkzuso6f] .t-table__cell--fixed-left:has(.checkbox){
62
+ .t-t-table[data-v-1qpvdmkf] .t-table__cell--fixed-left:has(.checkbox){
60
63
  line-height: 100%;
61
64
  }
62
65
 
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js';
2
- script.__scopeId = "data-v-qkzuso6f";
2
+ script.__scopeId = "data-v-1qpvdmkf";
3
3
  script.__file = "./src/components/render-t-table/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -72,7 +72,7 @@ export default /*@__PURE__*/ _defineComponent({
72
72
  loadingTagsTree.value = true;
73
73
  getTagTree(props.module, props.subModule, props.tagName, props.groupType).then((data)=>{
74
74
  allDataMap.value.count = data.all;
75
- tags.value = data.all <= 0 ? data.tree : [
75
+ tags.value = data.all <= 0 && props.tagName ? data.tree : [
76
76
  allDataMap.value,
77
77
  ...data.tree
78
78
  ];
@@ -1,27 +1,27 @@
1
1
 
2
- .tag-tree[data-v-y5bryic0] {
2
+ .tag-tree[data-v-fadi6j3v] {
3
3
  font-size: 12px;
4
4
  height: auto;
5
5
  }
6
- .tag-tree .manage-tree-item[data-v-y5bryic0] {
6
+ .tag-tree .manage-tree-item[data-v-fadi6j3v] {
7
7
  height: 32px;
8
8
  flex: 1;
9
9
  }
10
- .tag-tree .quick-icon[data-v-y5bryic0] {
10
+ .tag-tree .quick-icon[data-v-fadi6j3v] {
11
11
  margin-left: -24px;
12
12
  padding-left: 8px;
13
13
  }
14
- .tag-tree[data-v-y5bryic0] .tree-item:has(.quick-icon.ai-ui-sdk-wubiaoqian) {
14
+ .tag-tree[data-v-fadi6j3v] .tree-item:has(.quick-icon.ai-ui-sdk-wubiaoqian) {
15
15
  border-bottom: 1px solid #F0F1F5;
16
16
  }
17
- .tag-tree[data-v-y5bryic0] .tree-item.active .quick-icon {
17
+ .tag-tree[data-v-fadi6j3v] .tree-item.active .quick-icon {
18
18
  color: #3A84FF;
19
19
  }
20
- .tag-tree[data-v-y5bryic0] .tree-item.active .tag-number {
20
+ .tag-tree[data-v-fadi6j3v] .tree-item.active .tag-number {
21
21
  background: #A3C5FD;
22
22
  color: #fff;
23
23
  }
24
- .tag-number[data-v-y5bryic0] {
24
+ .tag-number[data-v-fadi6j3v] {
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-y5bryic0";
2
+ script.__scopeId = "data-v-fadi6j3v";
3
3
  script.__file = "./src/components/render-tag-tree/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;