@blueking/ai-ui-sdk 0.1.12-beta.13 → 0.1.12-beta.14

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 (159) hide show
  1. package/dist/common/chart-helper.d.ts +32 -0
  2. package/dist/common/util.d.ts +97 -0
  3. package/dist/components/render-aside/index.vue.css +9 -9
  4. package/dist/components/render-aside/index.vue.d.ts +26 -0
  5. package/dist/components/render-aside/index.vue.js +1 -1
  6. package/dist/components/render-auth/auth-dialog-fn.d.ts +2 -0
  7. package/dist/components/render-auth/auth-dialog.script.vue.js.js +8 -2
  8. package/dist/components/render-auth/auth-dialog.vue.d.ts +5 -0
  9. package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
  10. package/dist/components/render-auto-height-textarea/index.vue.d.ts +19 -0
  11. package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
  12. package/dist/components/render-auto-refresh/index.vue.css +8 -8
  13. package/dist/components/render-auto-refresh/index.vue.d.ts +6 -0
  14. package/dist/components/render-auto-refresh/index.vue.js +1 -1
  15. package/dist/components/render-checkbox/index.vue.css +9 -9
  16. package/dist/components/render-checkbox/index.vue.d.ts +11 -0
  17. package/dist/components/render-checkbox/index.vue.js +1 -1
  18. package/dist/components/render-choose-tag/index.vue.css +7 -7
  19. package/dist/components/render-choose-tag/index.vue.d.ts +13 -0
  20. package/dist/components/render-choose-tag/index.vue.js +1 -1
  21. package/dist/components/render-collapse/index.vue.css +2 -2
  22. package/dist/components/render-collapse/index.vue.d.ts +18 -0
  23. package/dist/components/render-collapse/index.vue.js +1 -1
  24. package/dist/components/render-dataset/components/batch-review-dataset-data/index.script.vue.js.js +24 -6
  25. package/dist/components/render-dataset/components/batch-review-dataset-data/index.vue.d.ts +16 -0
  26. package/dist/components/render-dataset/components/dataset-data-level/index.vue.d.ts +6 -0
  27. package/dist/components/render-dataset/components/dataset-data-status/index.vue.d.ts +7 -0
  28. package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +1 -1
  29. package/dist/components/render-dataset/components/dataset-data-tool-icons/index.vue.d.ts +5 -0
  30. package/dist/components/render-dataset/components/edit-dataset-data/index.script.vue.js.js +13 -3
  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.d.ts +18 -0
  33. package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
  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.d.ts +13 -0
  36. package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
  37. package/dist/components/render-dataset/components/operation-record/table/index.script.vue.js.js +4 -1
  38. package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
  39. package/dist/components/render-dataset/components/operation-record/table/index.vue.d.ts +8 -0
  40. package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
  41. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
  42. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.d.ts +11 -0
  43. package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
  44. package/dist/components/render-dataset/components/plus-dataset/dataset-footer.script.vue.js.js +8 -2
  45. package/dist/components/render-dataset/components/plus-dataset/dataset-footer.vue.d.ts +16 -0
  46. package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.d.ts +17 -0
  47. package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
  48. package/dist/components/render-dataset/components/plus-dataset/index.vue.d.ts +16 -0
  49. package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
  50. package/dist/components/render-dataset/components/plus-dataset-data/form/category.vue.d.ts +10 -0
  51. package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.vue.d.ts +17 -0
  52. package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js +12 -3
  53. package/dist/components/render-dataset/components/plus-dataset-data/form/file.vue.d.ts +15 -0
  54. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.script.vue.js.js +8 -2
  55. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
  56. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.d.ts +15 -0
  57. package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
  58. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
  59. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.d.ts +17 -0
  60. package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
  61. package/dist/components/render-dataset/components/plus-dataset-data/form/manual.vue.d.ts +15 -0
  62. package/dist/components/render-dataset/components/plus-dataset-data/index.script.vue.js.js +4 -1
  63. package/dist/components/render-dataset/components/plus-dataset-data/index.vue.d.ts +15 -0
  64. package/dist/components/render-dataset/components/review-dataset-data/index.script.vue.js.js +21 -5
  65. package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
  66. package/dist/components/render-dataset/components/review-dataset-data/index.vue.d.ts +17 -0
  67. package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
  68. package/dist/components/render-dataset/components/search-dataset/index.vue.d.ts +13 -0
  69. package/dist/components/render-dataset/components/search-dataset-data/index.vue.d.ts +12 -0
  70. package/dist/components/render-dataset/components/search-operation-record/index.vue.d.ts +11 -0
  71. package/dist/components/render-dataset/components/source-type-icon/index.vue.d.ts +6 -0
  72. package/dist/components/render-dataset/index.vue.css +1 -1
  73. package/dist/components/render-dataset/index.vue.d.ts +7 -0
  74. package/dist/components/render-dataset/index.vue.js +1 -1
  75. package/dist/components/render-dataset-detail/components/header.vue.d.ts +5 -0
  76. package/dist/components/render-dataset-detail/components/tab.vue.d.ts +2 -0
  77. package/dist/components/render-dataset-detail/index.vue.d.ts +8 -0
  78. package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +4 -1
  79. package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.vue.d.ts +18 -0
  80. package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +20 -5
  81. package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.css +1 -1
  82. package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.d.ts +20 -0
  83. package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.js +1 -1
  84. package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +4 -1
  85. package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
  86. package/dist/components/render-dataset-detail-origin-data/index.vue.d.ts +10 -0
  87. package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
  88. package/dist/components/render-dataset-list/components/header.vue.d.ts +2 -0
  89. package/dist/components/render-dataset-list/components/main.script.vue.js.js +4 -1
  90. package/dist/components/render-dataset-list/components/main.vue.css +3 -3
  91. package/dist/components/render-dataset-list/components/main.vue.d.ts +14 -0
  92. package/dist/components/render-dataset-list/components/main.vue.js +1 -1
  93. package/dist/components/render-dataset-list/components/table.script.vue.js.js +16 -4
  94. package/dist/components/render-dataset-list/components/table.vue.d.ts +11 -0
  95. package/dist/components/render-dataset-list/index.vue.d.ts +14 -0
  96. package/dist/components/render-expand-collapse/index.vue.css +3 -3
  97. package/dist/components/render-expand-collapse/index.vue.d.ts +12 -0
  98. package/dist/components/render-expand-collapse/index.vue.js +1 -1
  99. package/dist/components/render-file-card/index.vue.css +11 -11
  100. package/dist/components/render-file-card/index.vue.d.ts +20 -0
  101. package/dist/components/render-file-card/index.vue.js +1 -1
  102. package/dist/components/render-file-type-icon/index.vue.css +5 -5
  103. package/dist/components/render-file-type-icon/index.vue.d.ts +5 -0
  104. package/dist/components/render-file-type-icon/index.vue.js +1 -1
  105. package/dist/components/render-header/index.vue.css +5 -5
  106. package/dist/components/render-header/index.vue.d.ts +58 -0
  107. package/dist/components/render-header/index.vue.js +1 -1
  108. package/dist/components/render-router-tab/index.vue.css +3 -3
  109. package/dist/components/render-router-tab/index.vue.d.ts +8 -0
  110. package/dist/components/render-router-tab/index.vue.js +1 -1
  111. package/dist/components/render-search-select/index.vue.d.ts +28 -0
  112. package/dist/components.d.ts +12 -0
  113. package/dist/enums.d.ts +1 -0
  114. package/dist/event/index.d.ts +4 -0
  115. package/dist/events.d.ts +1 -0
  116. package/dist/helpers.d.ts +1 -0
  117. package/dist/hooks/use-chat.d.ts +893 -0
  118. package/dist/hooks/use-click-proxy.d.ts +1 -0
  119. package/dist/hooks/use-dataset-http.d.ts +47 -0
  120. package/dist/hooks/use-form-leave-confirm.d.ts +4 -0
  121. package/dist/hooks/use-form-rule.d.ts +29 -0
  122. package/dist/hooks/use-meta-http.d.ts +16 -0
  123. package/dist/hooks/use-mouse-drag.d.ts +13 -0
  124. package/dist/hooks/use-permission-http.d.ts +7 -0
  125. package/dist/hooks/use-permission.d.ts +9 -0
  126. package/dist/hooks/use-reference-doc.d.ts +14 -0
  127. package/dist/hooks/use-session-http.d.ts +16 -0
  128. package/dist/hooks/use-style.d.ts +3 -0
  129. package/dist/hooks/use-summary.d.ts +9 -0
  130. package/dist/hooks/use-table.d.ts +27 -0
  131. package/dist/hooks/use-think.d.ts +21 -0
  132. package/dist/hooks.d.ts +9 -0
  133. package/dist/http/fetch/error-interceptor.d.ts +3 -0
  134. package/dist/http/fetch/index.d.ts +25 -0
  135. package/dist/http/fetch/request-error.d.ts +6 -0
  136. package/dist/http/fetch/success-interceptor.d.ts +3 -0
  137. package/dist/http/helper/agent.d.ts +7 -0
  138. package/dist/http/helper/dataset.d.ts +117 -0
  139. package/dist/http/helper/knowledge.d.ts +43 -0
  140. package/dist/http/helper/meta.d.ts +2 -0
  141. package/dist/http/helper/model.d.ts +2 -0
  142. package/dist/http/helper/permission.d.ts +13 -0
  143. package/dist/http/helper/session.d.ts +41 -0
  144. package/dist/http/helper/tool.d.ts +13 -0
  145. package/dist/https.d.ts +2 -0
  146. package/dist/transforms.d.ts +5 -0
  147. package/dist/types/agent.d.ts +19 -0
  148. package/dist/types/common.d.ts +23 -0
  149. package/dist/types/dataset.d.ts +297 -0
  150. package/dist/types/enum.d.ts +200 -0
  151. package/dist/types/file.d.ts +23 -0
  152. package/dist/types/knowledge.d.ts +137 -0
  153. package/dist/types/meta.d.ts +8 -0
  154. package/dist/types/model.d.ts +31 -0
  155. package/dist/types/permission.d.ts +92 -0
  156. package/dist/types/session.d.ts +157 -0
  157. package/dist/types/tool.d.ts +60 -0
  158. package/dist/types.d.ts +8 -0
  159. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-87y6jjz4";
2
+ script.__scopeId = "data-v-qjq62ux6";
3
3
  script.__file = "./src/components/render-expand-collapse/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-yksf8t66] {
2
+ .upload-file-home[data-v-rc47ad24] {
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-yksf8t66]:hover {
9
+ .upload-file-home[data-v-rc47ad24]:hover {
10
10
  border: 1px solid #3A84FF;
11
11
  }
12
- .upload-file-home:hover .file-icons[data-v-yksf8t66] {
12
+ .upload-file-home:hover .file-icons[data-v-rc47ad24] {
13
13
  display: flex;
14
14
  }
15
- .upload-file-home .file-icon[data-v-yksf8t66] {
15
+ .upload-file-home .file-icon[data-v-rc47ad24] {
16
16
  font-size: 32px;
17
17
  }
18
- .upload-file-home .file-content[data-v-yksf8t66] {
18
+ .upload-file-home .file-content[data-v-rc47ad24] {
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-yksf8t66] {
26
+ .upload-file-home .file-content .file-name[data-v-rc47ad24] {
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-yksf8t66] {
31
+ .upload-file-home .file-content .file-size[data-v-rc47ad24] {
32
32
  font-size: 12px;
33
33
  color: #979BA5;
34
34
  line-height: 20px;
35
35
  }
36
- .upload-file-home .file-icons[data-v-yksf8t66] {
36
+ .upload-file-home .file-icons[data-v-rc47ad24] {
37
37
  display: none;
38
38
  color: #979BA5;
39
39
  }
40
- .upload-file-home .file-icons .bkaidev-icon[data-v-yksf8t66] {
40
+ .upload-file-home .file-icons .bkaidev-icon[data-v-rc47ad24] {
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-yksf8t66]:hover {
45
+ .upload-file-home .file-icons .bkaidev-icon[data-v-rc47ad24]:hover {
46
46
  color: #3A84FF;
47
47
  }
48
- .upload-file-home .file-icons .bkaidev-delete[data-v-yksf8t66] {
48
+ .upload-file-home .file-icons .bkaidev-delete[data-v-rc47ad24] {
49
49
  margin: 0;
50
50
  }
@@ -0,0 +1,20 @@
1
+ import type { IFileInfo } from '@/types/file';
2
+ declare const _default: <T extends IFileInfo>(__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<Pick<Partial<{}> & Omit<{
4
+ readonly onDelete?: (file: T) => any;
5
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onDelete"> & {
6
+ file: T;
7
+ } & Partial<{}>> & import("vue").PublicProps;
8
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
9
+ attrs: any;
10
+ slots: {
11
+ tool?: (props: {}) => any;
12
+ };
13
+ emit: (event: "delete", file: T) => void;
14
+ }>) => import("vue").VNode & {
15
+ __ctx?: Awaited<typeof __VLS_setup>;
16
+ };
17
+ export default _default;
18
+ type __VLS_PrettifyLocal<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-yksf8t66";
2
+ script.__scopeId = "data-v-rc47ad24";
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-w5tdj99p] {
2
+ .ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-3h0xw9xt] {
3
3
  color: #EA3636;
4
4
  }
5
- .ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-w5tdj99p], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-w5tdj99p], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-w5tdj99p] {
5
+ .ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-3h0xw9xt], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-3h0xw9xt], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-3h0xw9xt] {
6
6
  color: #3A84FF;
7
7
  }
8
- .ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-w5tdj99p] {
8
+ .ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-3h0xw9xt] {
9
9
  color: #C4C6CC;
10
10
  }
11
- .ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-w5tdj99p] {
11
+ .ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-3h0xw9xt] {
12
12
  color: #2DCB56;
13
13
  }
14
- .ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-w5tdj99p] {
14
+ .ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-3h0xw9xt] {
15
15
  color: #14A568;
16
16
  }
@@ -0,0 +1,5 @@
1
+ type __VLS_Props = {
2
+ type: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-w5tdj99p";
2
+ script.__scopeId = "data-v-3h0xw9xt";
3
3
  script.__file = "./src/components/render-file-type-icon/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,5 +1,5 @@
1
1
 
2
- .header-home[data-v-fnuetcov] {
2
+ .header-home[data-v-cn5vpe6e] {
3
3
  width: 100%;
4
4
  height: 52px;
5
5
  background: #FFFFFF;
@@ -7,14 +7,14 @@
7
7
  position: relative;
8
8
  z-index: 2;
9
9
  }
10
- .header-title[data-v-fnuetcov] {
10
+ .header-title[data-v-cn5vpe6e] {
11
11
  position: absolute;
12
12
  left: 24px;
13
13
  top: 14px;
14
14
  font-size: 16px;
15
15
  color: #313238;
16
16
  }
17
- .header-main[data-v-fnuetcov] {
17
+ .header-main[data-v-cn5vpe6e] {
18
18
  display: flex;
19
19
  align-items: center;
20
20
  justify-content: flex-end;
@@ -22,13 +22,13 @@
22
22
  height: 100%;
23
23
  margin: 0 auto;
24
24
  }
25
- .header-select[data-v-fnuetcov] {
25
+ .header-select[data-v-cn5vpe6e] {
26
26
  width: 300px;
27
27
  margin-right: 8px;
28
28
  z-index: 9;
29
29
  font-size: 12px;
30
30
  }
31
- .header-input[data-v-fnuetcov] {
31
+ .header-input[data-v-cn5vpe6e] {
32
32
  width: 300px;
33
33
  font-size: 12px;
34
34
  }
@@ -0,0 +1,58 @@
1
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_23: {};
2
+ type __VLS_Slots = {} & {
3
+ title?: (props: typeof __VLS_1) => any;
4
+ } & {
5
+ search?: (props: typeof __VLS_3) => any;
6
+ } & {
7
+ default?: (props: typeof __VLS_23) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
10
+ title: StringConstructor;
11
+ tagName: StringConstructor;
12
+ search: StringConstructor;
13
+ showTag: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ showSearch: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ showHeaderTool: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
+ "update:tagName": (...args: any[]) => void;
27
+ "update:search": (...args: any[]) => void;
28
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
+ title: StringConstructor;
30
+ tagName: StringConstructor;
31
+ search: StringConstructor;
32
+ showTag: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ showSearch: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ showHeaderTool: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ }>> & Readonly<{
45
+ "onUpdate:tagName"?: (...args: any[]) => any;
46
+ "onUpdate:search"?: (...args: any[]) => any;
47
+ }>, {
48
+ showTag: boolean;
49
+ showSearch: boolean;
50
+ showHeaderTool: boolean;
51
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
53
+ export default _default;
54
+ type __VLS_WithSlots<T, S> = T & {
55
+ new (): {
56
+ $slots: S;
57
+ };
58
+ };
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-fnuetcov";
2
+ script.__scopeId = "data-v-cn5vpe6e";
3
3
  script.__file = "./src/components/render-header/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,12 +1,12 @@
1
1
 
2
- .router-tab[data-v-vwwx6fgq] {
2
+ .router-tab[data-v-zt985fas] {
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 45px;
8
8
  }
9
- .router-tab a[data-v-vwwx6fgq] {
9
+ .router-tab a[data-v-zt985fas] {
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-vwwx6fgq] {
18
+ .router-tab a.router-link-exact-active[data-v-zt985fas] {
19
19
  color: #3A84FF;
20
20
  border-bottom: 2px solid #3A84FF;
21
21
  }
@@ -0,0 +1,8 @@
1
+ interface IProps {
2
+ routers: Array<{
3
+ to: string;
4
+ name: string;
5
+ }>;
6
+ }
7
+ declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js.js';
2
- script.__scopeId = "data-v-vwwx6fgq";
2
+ script.__scopeId = "data-v-zt985fas";
3
3
  script.__file = "./src/components/render-router-tab/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -0,0 +1,28 @@
1
+ import type { ISearchSelectItem } from '@/types/common';
2
+ declare const _default: <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<Pick<Partial<{}> & Omit<{
4
+ readonly "onUpdate:modelValue"?: (value: T) => any;
5
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & {
6
+ data: ISearchSelectItem[];
7
+ modelValue: T;
8
+ placeholder?: string;
9
+ validateValues?: (item: {
10
+ name: string;
11
+ id: number;
12
+ }, values: {
13
+ name: string;
14
+ id: number;
15
+ }[]) => Promise<boolean | string> | boolean | string;
16
+ getMenuList?: Function;
17
+ } & Partial<{}>> & import("vue").PublicProps;
18
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
19
+ attrs: any;
20
+ slots: {};
21
+ emit: (event: "update:modelValue", value: T) => void;
22
+ }>) => import("vue").VNode & {
23
+ __ctx?: Awaited<typeof __VLS_setup>;
24
+ };
25
+ export default _default;
26
+ type __VLS_PrettifyLocal<T> = {
27
+ [K in keyof T]: T[K];
28
+ } & {};
@@ -0,0 +1,12 @@
1
+ import { renderAuthDialog } from './components/render-auth/auth-dialog-fn';
2
+ import RenderAutoHeightTextarea from './components/render-auto-height-textarea/index.vue';
3
+ import RenderAutoRefresh from './components/render-auto-refresh/index.vue';
4
+ import RenderCheckbox from './components/render-checkbox/index.vue';
5
+ import RenderChooseTag from './components/render-choose-tag/index.vue';
6
+ import RenderDataset from './components/render-dataset/index.vue';
7
+ import RenderDatasetDetail from './components/render-dataset-detail/index.vue';
8
+ import RenderDatasetDetailOriginData from './components/render-dataset-detail-origin-data/index.vue';
9
+ import RenderDatasetList from './components/render-dataset-list/index.vue';
10
+ import RenderHeader from './components/render-header/index.vue';
11
+ import RenderSearchSelect from './components/render-search-select/index.vue';
12
+ export { renderAuthDialog, RenderAutoRefresh, RenderDataset, RenderDatasetDetail, RenderDatasetList, RenderHeader, RenderAutoHeightTextarea, RenderDatasetDetailOriginData, RenderCheckbox, RenderChooseTag, RenderSearchSelect, };
@@ -0,0 +1 @@
1
+ export * from './types/enum';
@@ -0,0 +1,4 @@
1
+ import { EventType } from '../types/enum';
2
+ export declare const addEventListener: <T>(event: EventType, callback: (data: T) => void) => void;
3
+ export declare const removeEventListener: <T>(event: EventType, callback: (data: T) => void) => void;
4
+ export declare const emitEvent: <T>(event: EventType, data: T) => void;
@@ -0,0 +1 @@
1
+ export * from './event';
@@ -0,0 +1 @@
1
+ export * from './common/chart-helper';