@blueking/ai-ui-sdk 0.1.20 → 0.1.21-beta.1

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 (120) hide show
  1. package/dist/components/render-auth/auth-dialog.script.vue.js.js +14 -12
  2. package/dist/components/render-auto-height-textarea/index.script.vue.js.js +5 -5
  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.script.vue.js.js +6 -8
  6. package/dist/components/render-auto-refresh/index.vue.css +8 -8
  7. package/dist/components/render-auto-refresh/index.vue.js +1 -1
  8. package/dist/components/render-checkbox/index.script.vue.js.js +3 -3
  9. package/dist/components/render-checkbox/index.vue.css +9 -9
  10. package/dist/components/render-checkbox/index.vue.js +1 -1
  11. package/dist/components/render-choose-tag/index.script.vue.js.js +11 -15
  12. package/dist/components/render-choose-tag/index.vue.css +7 -7
  13. package/dist/components/render-choose-tag/index.vue.js +1 -1
  14. package/dist/components/render-collapse/index.script.vue.js.js +3 -3
  15. package/dist/components/render-collapse/index.vue.css +2 -2
  16. package/dist/components/render-collapse/index.vue.js +1 -1
  17. package/dist/components/render-dataset/components/batch-delete-dataset-data/index.script.vue.js +2 -2
  18. package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.css +3 -3
  19. package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.js +1 -1
  20. package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.script.vue.js.js +35 -33
  21. package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.css +1 -1
  22. package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.js +1 -1
  23. package/dist/components/render-dataset/components/batch-review-dataset-data/index.script.vue.js.js +46 -40
  24. package/dist/components/render-dataset/components/dataset-data-level/index.script.vue.js +4 -4
  25. package/dist/components/render-dataset/components/dataset-data-status/index.script.vue.js.js +4 -4
  26. package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +10 -12
  27. package/dist/components/render-dataset/components/dataset-data-valid/index.script.vue.js.js +34 -32
  28. package/dist/components/render-dataset/components/dataset-data-valid/index.vue.css +1 -1
  29. package/dist/components/render-dataset/components/dataset-data-valid/index.vue.js +1 -1
  30. package/dist/components/render-dataset/components/edit-dataset-data/index.script.vue.js.js +25 -19
  31. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
  32. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
  33. package/dist/components/render-dataset/components/operation-record/index.script.vue.js.js +5 -5
  34. package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
  35. package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
  36. package/dist/components/render-dataset/components/operation-record/table/index.script.vue.js +1 -1
  37. package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
  38. package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
  39. package/dist/components/render-dataset/components/operation-record/view-op-result/index.script.vue.js.js +4 -4
  40. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
  41. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
  42. package/dist/components/render-dataset/components/plus-dataset/dataset-footer.script.vue.js.js +14 -12
  43. package/dist/components/render-dataset/components/plus-dataset/dataset-form.script.vue.js +17 -17
  44. package/dist/components/render-dataset/components/plus-dataset/index.script.vue.js.js +15 -15
  45. package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
  46. package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
  47. package/dist/components/render-dataset/components/plus-dataset-data/form/api.script.vue.js.js +2 -2
  48. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.css +2 -2
  49. package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +1 -1
  50. package/dist/components/render-dataset/components/plus-dataset-data/form/category.script.vue.js.js +1 -1
  51. package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.script.vue.js.js +3 -3
  52. package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js +30 -25
  53. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.script.vue.js.js +16 -14
  54. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
  55. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
  56. package/dist/components/render-dataset/components/plus-dataset-data/form/index.script.vue.js.js +15 -15
  57. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
  58. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
  59. package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js.js +3 -3
  60. package/dist/components/render-dataset/components/plus-dataset-data/index.script.vue.js.js +13 -12
  61. package/dist/components/render-dataset/components/review-dataset-data/index.script.vue.js.js +40 -32
  62. package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
  63. package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
  64. package/dist/components/render-dataset/components/search-dataset/index.script.vue.js.js +1 -1
  65. package/dist/components/render-dataset/components/search-dataset-data/index.script.vue.js.js +1 -1
  66. package/dist/components/render-dataset/components/search-operation-record/index.script.vue.js.js +1 -1
  67. package/dist/components/render-dataset-detail/components/header.script.vue.js.js +8 -4
  68. package/dist/components/render-dataset-detail/index.script.vue.js.js +4 -4
  69. package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +21 -18
  70. package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +15 -15
  71. package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +33 -31
  72. package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
  73. package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
  74. package/dist/components/render-dataset-list/components/header.script.vue.js.js +2 -2
  75. package/dist/components/render-dataset-list/components/main.script.vue.js.js +26 -25
  76. package/dist/components/render-dataset-list/components/main.vue.css +3 -3
  77. package/dist/components/render-dataset-list/components/main.vue.js +1 -1
  78. package/dist/components/render-dataset-list/components/table.script.vue.js +6 -6
  79. package/dist/components/render-dataset-list/index.script.vue.js.js +20 -20
  80. package/dist/components/render-dataset-list/index.vue.css +2 -2
  81. package/dist/components/render-dataset-list/index.vue.js +1 -1
  82. package/dist/components/render-file-card/index.script.vue.js.js +3 -3
  83. package/dist/components/render-file-card/index.vue.css +11 -11
  84. package/dist/components/render-file-card/index.vue.d.ts +5 -9
  85. package/dist/components/render-file-card/index.vue.js +1 -1
  86. package/dist/components/render-file-type-icon/index.script.vue.js.js +1 -1
  87. package/dist/components/render-file-type-icon/index.vue.css +5 -5
  88. package/dist/components/render-file-type-icon/index.vue.js +1 -1
  89. package/dist/components/render-header/index.script.vue.js.js +2 -10
  90. package/dist/components/render-header/index.vue.css +3 -3
  91. package/dist/components/render-header/index.vue.js +1 -1
  92. package/dist/components/render-like/index.script.vue.js.js +21 -16
  93. package/dist/components/render-like/index.vue.css +5 -5
  94. package/dist/components/render-like/index.vue.d.ts +3 -3
  95. package/dist/components/render-like/index.vue.js +1 -1
  96. package/dist/components/render-router-tab/index.script.vue.js.js +1 -1
  97. package/dist/components/render-router-tab/index.vue.css +3 -3
  98. package/dist/components/render-router-tab/index.vue.js +1 -1
  99. package/dist/components/render-search-empty/index.script.vue.js.js +1 -1
  100. package/dist/components/render-search-empty/index.vue.d.ts +5 -9
  101. package/dist/components/render-search-select/index.script.vue.js.js +4 -4
  102. package/dist/components/render-search-select/index.vue.d.ts +5 -9
  103. package/dist/components/render-t-table/index.script.vue.js +40 -39
  104. package/dist/components/render-t-table/index.vue.css +27 -27
  105. package/dist/components/render-t-table/index.vue.d.ts +5 -9
  106. package/dist/components/render-t-table/index.vue.js +1 -1
  107. package/dist/components/render-tag-tree/index.vue.css +7 -8
  108. package/dist/components/render-tag-tree/index.vue.js +1 -1
  109. package/dist/components/render-tree/index.script.vue.js +1 -1
  110. package/dist/components/render-tree/index.vue.d.ts +5 -9
  111. package/dist/css/tailwind.css +9 -1
  112. package/dist/hooks/use-chat.d.ts +20 -4
  113. package/dist/http/helper/model.ts.js +7 -0
  114. package/dist/http/helper/permission.ts.js +2 -0
  115. package/dist/types/enum.d.ts +3 -0
  116. package/dist/types/enum.ts.js +3 -0
  117. package/dist/types/model.d.ts +44 -0
  118. package/dist/types/permission.d.ts +4 -0
  119. package/package.json +1 -1
  120. package/dist/images/market.png +0 -0
@@ -1,12 +1,12 @@
1
1
 
2
- .router-tab[data-v-kz4v1fcl] {
2
+ .router-tab[data-v-bahd5vh7] {
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-kz4v1fcl] {
9
+ .router-tab a[data-v-bahd5vh7] {
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-kz4v1fcl] {
18
+ .router-tab a.router-link-exact-active[data-v-bahd5vh7] {
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-kz4v1fcl";
2
+ script.__scopeId = "data-v-bahd5vh7";
3
3
  script.__file = "./src/components/render-router-tab/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -49,7 +49,7 @@ export default /*@__PURE__*/ _defineComponent({
49
49
  "description"
50
50
  ]),
51
51
  !_unref(isEmpty)(props.search) ? (_openBlock(), _createElementBlock("div", _hoisted_2, [
52
- _cache[0] || (_cache[0] = _createTextVNode(" 可以尝试调整筛选条件或 ", -1 /* CACHED */ )),
52
+ _cache[0] || (_cache[0] = _createTextVNode(" 可以尝试调整筛选条件或 ")),
53
53
  _createElementVNode("button", {
54
54
  class: "g-text-blue g-cursor-pointer g-ml-4",
55
55
  onClick: handleClearSearch
@@ -1,13 +1,11 @@
1
- declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2
- props: import("vue").PublicProps & __VLS_PrettifyLocal<{
1
+ declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2
+ props: __VLS_PrettifyLocal<{
3
3
  search?: T;
4
4
  scene?: "page" | "part";
5
5
  description?: string;
6
6
  } & {
7
7
  "onUpdate:search"?: (data: T) => any;
8
- }> & (typeof globalThis extends {
9
- __VLS_PROPS_FALLBACK: infer P;
10
- } ? P : {});
8
+ }> & import("vue").PublicProps;
11
9
  expose: (exposed: {}) => void;
12
10
  attrs: any;
13
11
  slots: {};
@@ -17,8 +15,6 @@ declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_se
17
15
  };
18
16
  declare const _default: typeof __VLS_export;
19
17
  export default _default;
20
- type __VLS_PrettifyLocal<T> = (T extends any ? {
21
- [K in keyof T]: T[K];
22
- } : {
18
+ type __VLS_PrettifyLocal<T> = {
23
19
  [K in keyof T as K]: T[K];
24
- }) & {};
20
+ } & {};
@@ -121,10 +121,10 @@ export default /*@__PURE__*/ _defineComponent({
121
121
  "unique-select": "",
122
122
  "value-behavior": "need-key",
123
123
  "model-value": renderValue.value,
124
- data: __props.data,
125
- placeholder: __props.placeholder,
126
- "validate-values": __props.validateValues,
127
- "get-menu-list": __props.getMenuList,
124
+ data: _ctx.data,
125
+ placeholder: _ctx.placeholder,
126
+ "validate-values": _ctx.validateValues,
127
+ "get-menu-list": _ctx.getMenuList,
128
128
  "onUpdate:modelValue": handleUpdate
129
129
  }, null, 8 /* PROPS */ , [
130
130
  "model-value",
@@ -1,6 +1,6 @@
1
1
  import type { ISearchSelectItem } from '@/types/common';
2
- declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: import("vue").PublicProps & __VLS_PrettifyLocal<{
2
+ declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: __VLS_PrettifyLocal<{
4
4
  data: ISearchSelectItem[];
5
5
  modelValue: T;
6
6
  placeholder?: string;
@@ -14,9 +14,7 @@ declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_se
14
14
  getMenuList?: Function;
15
15
  } & {
16
16
  "onUpdate:modelValue"?: (value: T) => any;
17
- }> & (typeof globalThis extends {
18
- __VLS_PROPS_FALLBACK: infer P;
19
- } ? P : {});
17
+ }> & import("vue").PublicProps;
20
18
  expose: (exposed: {}) => void;
21
19
  attrs: any;
22
20
  slots: {};
@@ -26,8 +24,6 @@ declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_se
26
24
  };
27
25
  declare const _default: typeof __VLS_export;
28
26
  export default _default;
29
- type __VLS_PrettifyLocal<T> = (T extends any ? {
30
- [K in keyof T]: T[K];
31
- } : {
27
+ type __VLS_PrettifyLocal<T> = {
32
28
  [K in keyof T as K]: T[K];
33
- }) & {};
29
+ } & {};
@@ -207,7 +207,7 @@ export default /*@__PURE__*/ _defineComponent({
207
207
  const _component_bk_pagination = _resolveComponent("bk-pagination");
208
208
  return _openBlock(), _createElementBlock("section", {
209
209
  style: _normalizeStyle({
210
- height: __props.height
210
+ height: _ctx.height
211
211
  })
212
212
  }, [
213
213
  _createVNode(_component_t_enhanced_table, _mergeProps(_ctx.$attrs, {
@@ -216,12 +216,12 @@ export default /*@__PURE__*/ _defineComponent({
216
216
  "cell-empty-content": "--",
217
217
  "filter-value": {},
218
218
  "max-height": getMaxHeight(),
219
- loading: __props.isLoading,
220
- "row-key": __props.rowKey,
221
- "header-affixed-top": !!((_a = __props.tableData) === null || _a === void 0 ? void 0 : _a.length),
219
+ loading: _ctx.isLoading,
220
+ "row-key": _ctx.rowKey,
221
+ "header-affixed-top": !!((_a = _ctx.tableData) === null || _a === void 0 ? void 0 : _a.length),
222
222
  "display-columns": displayColumns.value,
223
223
  class: `t-t-table ${_ctx.$attrs.class}`,
224
- data: __props.tableData,
224
+ data: _ctx.tableData,
225
225
  "column-controller": getColumnControllerConfig(),
226
226
  columns: getSettingColumns(),
227
227
  "row-class-name": getRowClassName,
@@ -236,7 +236,7 @@ export default /*@__PURE__*/ _defineComponent({
236
236
  }), {
237
237
  columnControllerBottomContent: _withCtx(()=>[
238
238
  _createElementVNode("section", _hoisted_1, [
239
- _cache[5] || (_cache[5] = _createTextVNode(" 表格行高: ", -1 /* CACHED */ )),
239
+ _cache[5] || (_cache[5] = _createTextVNode(" 表格行高: ")),
240
240
  _createVNode(_component_bk_radio_group, {
241
241
  modelValue: rowHeight.value,
242
242
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event)=>rowHeight.value = $event)
@@ -245,32 +245,35 @@ export default /*@__PURE__*/ _defineComponent({
245
245
  _createVNode(_component_bk_radio_button, {
246
246
  label: "g-height-42"
247
247
  }, {
248
- default: _withCtx(()=>[
249
- ..._cache[2] || (_cache[2] = [
250
- _createTextVNode(" 小 ", -1 /* CACHED */ )
251
- ])
252
- ]),
253
- _: 1 /* STABLE */
248
+ default: _withCtx(()=>_cache[2] || (_cache[2] = [
249
+ _createTextVNode(" ")
250
+ ])),
251
+ _: 1 /* STABLE */ ,
252
+ __: [
253
+ 2
254
+ ]
254
255
  }),
255
256
  _createVNode(_component_bk_radio_button, {
256
257
  label: "g-height-60"
257
258
  }, {
258
- default: _withCtx(()=>[
259
- ..._cache[3] || (_cache[3] = [
260
- _createTextVNode(" 中 ", -1 /* CACHED */ )
261
- ])
262
- ]),
263
- _: 1 /* STABLE */
259
+ default: _withCtx(()=>_cache[3] || (_cache[3] = [
260
+ _createTextVNode(" ")
261
+ ])),
262
+ _: 1 /* STABLE */ ,
263
+ __: [
264
+ 3
265
+ ]
264
266
  }),
265
267
  _createVNode(_component_bk_radio_button, {
266
268
  label: "g-height-78"
267
269
  }, {
268
- default: _withCtx(()=>[
269
- ..._cache[4] || (_cache[4] = [
270
- _createTextVNode(" 大 ", -1 /* CACHED */ )
271
- ])
272
- ]),
273
- _: 1 /* STABLE */
270
+ default: _withCtx(()=>_cache[4] || (_cache[4] = [
271
+ _createTextVNode(" ")
272
+ ])),
273
+ _: 1 /* STABLE */ ,
274
+ __: [
275
+ 4
276
+ ]
274
277
  })
275
278
  ]),
276
279
  _: 1 /* STABLE */
@@ -282,7 +285,7 @@ export default /*@__PURE__*/ _defineComponent({
282
285
  empty: _withCtx(()=>[
283
286
  _createVNode(RenderSearchEmpty, {
284
287
  scene: "part",
285
- search: __props.search,
288
+ search: _ctx.search,
286
289
  "onUpdate:search": handleUpdateSearch
287
290
  }, null, 8 /* PROPS */ , [
288
291
  "search"
@@ -293,13 +296,11 @@ export default /*@__PURE__*/ _defineComponent({
293
296
  row: row
294
297
  }, undefined, true)
295
298
  ]),
296
- sortIcon: _withCtx(()=>[
297
- ..._cache[6] || (_cache[6] = [
298
- _createElementVNode("i", {
299
- class: "bkaidev-icon bkaidev-angle-up-fill-3 g-text-light-gray"
300
- }, null, -1 /* CACHED */ )
301
- ])
302
- ]),
299
+ sortIcon: _withCtx(()=>_cache[6] || (_cache[6] = [
300
+ _createElementVNode("i", {
301
+ class: "bkaidev-icon bkaidev-angle-up-fill-3 g-text-light-gray"
302
+ }, null, -1 /* HOISTED */ )
303
+ ])),
303
304
  loading: _withCtx(()=>[
304
305
  _createVNode(_component_bk_loading, {
305
306
  loading: true
@@ -323,18 +324,18 @@ export default /*@__PURE__*/ _defineComponent({
323
324
  "column-controller",
324
325
  "columns"
325
326
  ]),
326
- __props.pagination ? (_openBlock(), _createBlock(_component_bk_pagination, {
327
+ _ctx.pagination ? (_openBlock(), _createBlock(_component_bk_pagination, {
327
328
  key: 0,
328
329
  size: "small",
329
330
  class: _normalizeClass({
330
331
  't-t-pagination': true,
331
- 'pagination-loading': __props.isLoading,
332
- 'pagination-border': __props.paginationBorder
332
+ 'pagination-loading': _ctx.isLoading,
333
+ 'pagination-border': _ctx.paginationBorder
333
334
  }),
334
- "model-value": __props.pagination.current,
335
- count: __props.pagination.count,
336
- limit: __props.pagination.limit,
337
- layout: __props.layout,
335
+ "model-value": _ctx.pagination.current,
336
+ count: _ctx.pagination.count,
337
+ limit: _ctx.pagination.limit,
338
+ layout: _ctx.layout,
338
339
  onChange: handlePageChange,
339
340
  onLimitChange: handlePageSizeChange
340
341
  }, null, 8 /* PROPS */ , [
@@ -1,12 +1,12 @@
1
1
 
2
- .t-t-pagination[data-v-u7ow462e] {
2
+ .t-t-pagination[data-v-y1zrlqh0] {
3
3
  position: relative;
4
4
  padding: 16px 16px 0 16px;
5
5
  }
6
- .t-t-pagination[data-v-u7ow462e] .bk-pagination-list.is-last {
6
+ .t-t-pagination[data-v-y1zrlqh0] .bk-pagination-list.is-last {
7
7
  margin-left: auto;
8
8
  }
9
- .pagination-loading[data-v-u7ow462e]::after {
9
+ .pagination-loading[data-v-y1zrlqh0]::after {
10
10
  content: '';
11
11
  position: absolute;
12
12
  top: 0;
@@ -16,93 +16,93 @@
16
16
  background-color: rgba(255, 255, 255, 0.6);
17
17
  z-index: 72;
18
18
  }
19
- .pagination-border[data-v-u7ow462e] {
19
+ .pagination-border[data-v-y1zrlqh0] {
20
20
  border-right: 1px solid #dcdee5;
21
21
  border-left: 1px solid #dcdee5;
22
22
  border-bottom: 1px solid #dcdee5;
23
23
  padding-bottom: 16px;
24
24
  }
25
- .t-t-table[data-v-u7ow462e] {
25
+ .t-t-table[data-v-y1zrlqh0] {
26
26
  display: inline;
27
27
  font-size: 12px;
28
28
  }
29
- .t-t-table[data-v-u7ow462e] .t-table__th-cell-inner {
29
+ .t-t-table[data-v-y1zrlqh0] .t-table__th-cell-inner {
30
30
  color: #313238;
31
31
  }
32
- .t-t-table[data-v-u7ow462e] th {
32
+ .t-t-table[data-v-y1zrlqh0] th {
33
33
  padding: 0 16px;
34
34
  height: 42px;
35
35
  background-color: #FAFBFD !important;
36
36
  }
37
- .t-t-table[data-v-u7ow462e] .t-table__body tr {
37
+ .t-t-table[data-v-y1zrlqh0] .t-table__body tr {
38
38
  color: #63656e;
39
39
  font-size: 12px;
40
40
  }
41
- .t-t-table[data-v-u7ow462e] .t-table__body tr td {
41
+ .t-t-table[data-v-y1zrlqh0] .t-table__body tr td {
42
42
  padding: 0 16px;
43
43
  height: 40px;
44
44
  background-color: #fff;
45
45
  }
46
- .t-t-table[data-v-u7ow462e] .t-table__body tr:hover td {
46
+ .t-t-table[data-v-y1zrlqh0] .t-table__body tr:hover td {
47
47
  background-color: #f5f7fa !important;
48
48
  color: #63656E;
49
49
  }
50
- .t-t-table[data-v-u7ow462e] .t-table__content .t-table__body .t-table__empty-row {
50
+ .t-t-table[data-v-y1zrlqh0] .t-table__content .t-table__body .t-table__empty-row {
51
51
  background-color: #fff !important;
52
52
  }
53
- .t-t-table[data-v-u7ow462e] .t-table__content .t-table__body .t-table__empty-row >td {
53
+ .t-t-table[data-v-y1zrlqh0] .t-table__content .t-table__body .t-table__empty-row >td {
54
54
  border: none;
55
55
  }
56
- .t-t-table[data-v-u7ow462e] th .t-table__ellipsis {
56
+ .t-t-table[data-v-y1zrlqh0] th .t-table__ellipsis {
57
57
  width: auto !important;
58
58
  }
59
- .t-t-table[data-v-u7ow462e] .t-loading__gradient.t-icon-loading {
59
+ .t-t-table[data-v-y1zrlqh0] .t-loading__gradient.t-icon-loading {
60
60
  display: none;
61
61
  }
62
- .t-t-table[data-v-u7ow462e]:first-of-type .t-table__affixed-header-elm-wrap{
62
+ .t-t-table[data-v-y1zrlqh0]:first-of-type .t-table__affixed-header-elm-wrap{
63
63
  width: calc(100% - 6px) !important;
64
64
  }
65
- .t-t-table[data-v-u7ow462e] .t-table__affixed-header-elm-wrap>div {
65
+ .t-t-table[data-v-y1zrlqh0] .t-table__affixed-header-elm-wrap>div {
66
66
  width: 100% !important;
67
67
  scrollbar-width: none;
68
68
  }
69
- .t-t-table[data-v-u7ow462e] .t-table--layout-fixed{
69
+ .t-t-table[data-v-y1zrlqh0] .t-table--layout-fixed{
70
70
  width: 100% !important;
71
71
  }
72
- .t-t-table[data-v-u7ow462e] .bk-exception-description{
72
+ .t-t-table[data-v-y1zrlqh0] .bk-exception-description{
73
73
  margin-bottom: 0;
74
74
  }
75
- .t-t-table[data-v-u7ow462e] .t-table__content{
75
+ .t-t-table[data-v-y1zrlqh0] .t-table__content{
76
76
  z-index: 2;
77
77
  max-height: 100%;
78
78
  overflow: auto;
79
79
  }
80
- .t-t-table[data-v-u7ow462e] .t-table__content::-webkit-scrollbar {
80
+ .t-t-table[data-v-y1zrlqh0] .t-table__content::-webkit-scrollbar {
81
81
  width: 6px;
82
82
  height: 6px;
83
83
  }
84
- .t-t-table[data-v-u7ow462e] .t-table__content::-webkit-scrollbar-thumb {
84
+ .t-t-table[data-v-y1zrlqh0] .t-table__content::-webkit-scrollbar-thumb {
85
85
  width: 6px;
86
86
  height: 6px;
87
87
  border-radius: 3px;
88
88
  background-color: #dcdee5;
89
89
  }
90
- .t-t-table[data-v-u7ow462e] .t-table__content::-webkit-scrollbar-thumb:hover {
90
+ .t-t-table[data-v-y1zrlqh0] .t-table__content::-webkit-scrollbar-thumb:hover {
91
91
  background-color: #979ba5;
92
92
  }
93
- .t-t-table[data-v-u7ow462e] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
93
+ .t-t-table[data-v-y1zrlqh0] .t-table__ellipsis.t-text-ellipsis:has(.checkbox){
94
94
  line-height: 100%;
95
95
  }
96
- .t-t-table[data-v-u7ow462e] .t-table__cell--sort-trigger.t-table__double-icons{
96
+ .t-t-table[data-v-y1zrlqh0] .t-table__cell--sort-trigger.t-table__double-icons{
97
97
  gap: 5px;
98
98
  }
99
- .t-t-table[data-v-u7ow462e] .t-table__sort-icon--active>i{
99
+ .t-t-table[data-v-y1zrlqh0] .t-table__sort-icon--active>i{
100
100
  color: #3a84ff !important;
101
101
  }
102
- .t-t-table[data-v-u7ow462e] .t-table__cell--fixed-left:has(.checkbox){
102
+ .t-t-table[data-v-y1zrlqh0] .t-table__cell--fixed-left:has(.checkbox){
103
103
  line-height: 100%;
104
104
  }
105
- .t-t-table[data-v-u7ow462e] .t-table__filter-icon.t-is-focus>span{
105
+ .t-t-table[data-v-y1zrlqh0] .t-table__filter-icon.t-is-focus>span{
106
106
  color: #3a84ff !important;
107
107
  }
108
108
 
@@ -1,6 +1,6 @@
1
1
  import type { IPagination, ITTableCol } from '@/types/common';
2
- declare const __VLS_export: <T, S>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: import("vue").PublicProps & __VLS_PrettifyLocal<{
2
+ declare const __VLS_export: <T, S>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: __VLS_PrettifyLocal<{
4
4
  columns: Array<ITTableCol<T>>;
5
5
  isLoading?: boolean;
6
6
  tableData: T[];
@@ -27,9 +27,7 @@ declare const __VLS_export: <T, S>(__VLS_props: NonNullable<Awaited<typeof __VLS
27
27
  "onPage-size-change"?: (val: number) => any;
28
28
  "onRow-click"?: (row: T) => any;
29
29
  "onRow-mouseenter"?: (row: T) => any;
30
- }> & (typeof globalThis extends {
31
- __VLS_PROPS_FALLBACK: infer P;
32
- } ? P : {});
30
+ }> & import("vue").PublicProps;
33
31
  expose: (exposed: {}) => void;
34
32
  attrs: any;
35
33
  slots: {
@@ -56,8 +54,6 @@ declare const __VLS_export: <T, S>(__VLS_props: NonNullable<Awaited<typeof __VLS
56
54
  };
57
55
  declare const _default: typeof __VLS_export;
58
56
  export default _default;
59
- type __VLS_PrettifyLocal<T> = (T extends any ? {
60
- [K in keyof T]: T[K];
61
- } : {
57
+ type __VLS_PrettifyLocal<T> = {
62
58
  [K in keyof T as K]: T[K];
63
- }) & {};
59
+ } & {};
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js';
2
- script.__scopeId = "data-v-u7ow462e";
2
+ script.__scopeId = "data-v-y1zrlqh0";
3
3
  script.__file = "./src/components/render-t-table/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,28 +1,27 @@
1
1
 
2
- .tag-tree[data-v-rva372if] {
2
+ .tag-tree[data-v-7tv3zw4t] {
3
3
  font-size: 12px;
4
4
  height: auto;
5
- max-height: calc(100% - 44px);
6
5
  }
7
- .tag-tree .manage-tree-item[data-v-rva372if] {
6
+ .tag-tree .manage-tree-item[data-v-7tv3zw4t] {
8
7
  height: 32px;
9
8
  flex: 1;
10
9
  }
11
- .tag-tree .quick-icon[data-v-rva372if] {
10
+ .tag-tree .quick-icon[data-v-7tv3zw4t] {
12
11
  margin-left: -24px;
13
12
  padding-left: 8px;
14
13
  }
15
- .tag-tree[data-v-rva372if] .tree-item:has(.bottom-line) {
14
+ .tag-tree[data-v-7tv3zw4t] .tree-item:has(.bottom-line) {
16
15
  border-bottom: 1px solid #F0F1F5;
17
16
  }
18
- .tag-tree[data-v-rva372if] .tree-item.active .quick-icon {
17
+ .tag-tree[data-v-7tv3zw4t] .tree-item.active .quick-icon {
19
18
  color: #3A84FF;
20
19
  }
21
- .tag-tree[data-v-rva372if] .tree-item.active .tag-number {
20
+ .tag-tree[data-v-7tv3zw4t] .tree-item.active .tag-number {
22
21
  background: #A3C5FD;
23
22
  color: #fff;
24
23
  }
25
- .tag-number[data-v-rva372if] {
24
+ .tag-number[data-v-7tv3zw4t] {
26
25
  line-height: 16px;
27
26
  padding: 0 4px;
28
27
  background-color: #F0F1F5;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-rva372if";
2
+ script.__scopeId = "data-v-7tv3zw4t";
3
3
  script.__file = "./src/components/render-tag-tree/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -147,7 +147,7 @@ export default /*@__PURE__*/ _defineComponent({
147
147
  return _openBlock(), _createElementBlock("ul", _hoisted_1, [
148
148
  (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(props.data, (item)=>{
149
149
  return _openBlock(), _createBlock(renderTreeItem, {
150
- key: item[__props.keyName],
150
+ key: item[_ctx.keyName],
151
151
  data: item,
152
152
  level: 0
153
153
  }, null, 8 /* PROPS */ , [
@@ -3,8 +3,8 @@ declare const __VLS_export: <S, T extends {
3
3
  id?: number;
4
4
  name?: string;
5
5
  children?: T[];
6
- }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
- props: import("vue").PublicProps & __VLS_PrettifyLocal<{
6
+ }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
+ props: __VLS_PrettifyLocal<{
8
8
  data: Array<T>;
9
9
  search?: S;
10
10
  apiPrefix: string;
@@ -24,9 +24,7 @@ declare const __VLS_export: <S, T extends {
24
24
  "onUpdate:loadingIds"?: (value: (string | number)[]) => any;
25
25
  "onUpdate:openedIds"?: (value: (string | number)[]) => any;
26
26
  "onAsync-load"?: (node: T) => any;
27
- }> & (typeof globalThis extends {
28
- __VLS_PROPS_FALLBACK: infer P;
29
- } ? P : {});
27
+ }> & import("vue").PublicProps;
30
28
  expose: (exposed: {}) => void;
31
29
  attrs: any;
32
30
  slots: {
@@ -43,8 +41,6 @@ declare const __VLS_export: <S, T extends {
43
41
  };
44
42
  declare const _default: typeof __VLS_export;
45
43
  export default _default;
46
- type __VLS_PrettifyLocal<T> = (T extends any ? {
47
- [K in keyof T]: T[K];
48
- } : {
44
+ type __VLS_PrettifyLocal<T> = {
49
45
  [K in keyof T as K]: T[K];
50
- }) & {};
46
+ } & {};
@@ -41,6 +41,10 @@
41
41
  align-self: center !important;
42
42
  }
43
43
 
44
+ .g-align-self-start {
45
+ align-self: start !important;
46
+ }
47
+
44
48
  .g-justify-between {
45
49
  justify-content: space-between !important;
46
50
  }
@@ -494,6 +498,10 @@
494
498
  width: 20px;
495
499
  }
496
500
 
501
+ .g-w-60 {
502
+ width: 60px;
503
+ }
504
+
497
505
  .g-w-220 {
498
506
  width: 220px !important;
499
507
  }
@@ -651,7 +659,7 @@
651
659
  }
652
660
 
653
661
  .g-width-full {
654
- width: 100%;
662
+ width: 100% !important;
655
663
  }
656
664
 
657
665
  .g-width-16 {
@@ -128,6 +128,8 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
128
128
  useTool?: boolean;
129
129
  createTool?: boolean;
130
130
  manageTool?: boolean;
131
+ createSkill?: boolean;
132
+ manageSkill?: boolean;
131
133
  viewKnowledgebase?: boolean;
132
134
  useKnowledgebase?: boolean;
133
135
  createKnowledgebase?: boolean;
@@ -190,6 +192,8 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
190
192
  useTool?: boolean;
191
193
  createTool?: boolean;
192
194
  manageTool?: boolean;
195
+ createSkill?: boolean;
196
+ manageSkill?: boolean;
193
197
  viewKnowledgebase?: boolean;
194
198
  useKnowledgebase?: boolean;
195
199
  createKnowledgebase?: boolean;
@@ -258,9 +262,9 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
258
262
  readonly size: number;
259
263
  readonly type: string;
260
264
  arrayBuffer: () => Promise<ArrayBuffer>;
261
- bytes: () => Promise<Uint8Array<ArrayBuffer>>;
265
+ bytes: () => Promise<Uint8Array>;
262
266
  slice: (start?: number, end?: number, contentType?: string) => Blob;
263
- stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
267
+ stream: () => ReadableStream<Uint8Array>;
264
268
  text: () => Promise<string>;
265
269
  }[];
266
270
  loadingPercentage?: number;
@@ -386,6 +390,8 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
386
390
  useTool?: boolean;
387
391
  createTool?: boolean;
388
392
  manageTool?: boolean;
393
+ createSkill?: boolean;
394
+ manageSkill?: boolean;
389
395
  viewKnowledgebase?: boolean;
390
396
  useKnowledgebase?: boolean;
391
397
  createKnowledgebase?: boolean;
@@ -483,6 +489,8 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
483
489
  useTool?: boolean;
484
490
  createTool?: boolean;
485
491
  manageTool?: boolean;
492
+ createSkill?: boolean;
493
+ manageSkill?: boolean;
486
494
  viewKnowledgebase?: boolean;
487
495
  useKnowledgebase?: boolean;
488
496
  createKnowledgebase?: boolean;
@@ -623,6 +631,8 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
623
631
  useTool?: boolean;
624
632
  createTool?: boolean;
625
633
  manageTool?: boolean;
634
+ createSkill?: boolean;
635
+ manageSkill?: boolean;
626
636
  viewKnowledgebase?: boolean;
627
637
  useKnowledgebase?: boolean;
628
638
  createKnowledgebase?: boolean;
@@ -685,6 +695,8 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
685
695
  useTool?: boolean;
686
696
  createTool?: boolean;
687
697
  manageTool?: boolean;
698
+ createSkill?: boolean;
699
+ manageSkill?: boolean;
688
700
  viewKnowledgebase?: boolean;
689
701
  useKnowledgebase?: boolean;
690
702
  createKnowledgebase?: boolean;
@@ -753,9 +765,9 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
753
765
  readonly size: number;
754
766
  readonly type: string;
755
767
  arrayBuffer: () => Promise<ArrayBuffer>;
756
- bytes: () => Promise<Uint8Array<ArrayBuffer>>;
768
+ bytes: () => Promise<Uint8Array>;
757
769
  slice: (start?: number, end?: number, contentType?: string) => Blob;
758
- stream: () => ReadableStream<Uint8Array<ArrayBuffer>>;
770
+ stream: () => ReadableStream<Uint8Array>;
759
771
  text: () => Promise<string>;
760
772
  }[];
761
773
  loadingPercentage?: number;
@@ -881,6 +893,8 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
881
893
  useTool?: boolean;
882
894
  createTool?: boolean;
883
895
  manageTool?: boolean;
896
+ createSkill?: boolean;
897
+ manageSkill?: boolean;
884
898
  viewKnowledgebase?: boolean;
885
899
  useKnowledgebase?: boolean;
886
900
  createKnowledgebase?: boolean;
@@ -978,6 +992,8 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
978
992
  useTool?: boolean;
979
993
  createTool?: boolean;
980
994
  manageTool?: boolean;
995
+ createSkill?: boolean;
996
+ manageSkill?: boolean;
981
997
  viewKnowledgebase?: boolean;
982
998
  useKnowledgebase?: boolean;
983
999
  createKnowledgebase?: boolean;