agilebuilder-ui 1.1.44 → 1.1.45-ai1

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 (32) hide show
  1. package/lib/{401-1bde8dc9.js → 401-107d48d8.js} +1 -1
  2. package/lib/{404-48d76996.js → 404-e8eba234.js} +1 -1
  3. package/lib/{iframe-page-77e184a0.js → iframe-page-fbb9c06b.js} +1 -1
  4. package/lib/index-e5d8483d.js +93084 -0
  5. package/lib/super-ui.css +1 -1
  6. package/lib/super-ui.js +33 -32
  7. package/lib/super-ui.umd.cjs +168 -136
  8. package/lib/{tab-content-iframe-index-39745d49.js → tab-content-iframe-index-db42a784.js} +1 -1
  9. package/lib/{tab-content-index-65696e56.js → tab-content-index-2c2f41d9.js} +1 -1
  10. package/lib/{tache-subprocess-history-ef943f95.js → tache-subprocess-history-f40e7165.js} +1 -1
  11. package/package.json +7 -2
  12. package/packages/chat-embed/index.ts +6 -0
  13. package/packages/chat-embed/src/chat-embed-message.ts +79 -0
  14. package/packages/chat-embed/src/chat-embed.css +117 -0
  15. package/packages/chat-embed/src/chat-sender.vue +240 -0
  16. package/packages/chat-embed/src/header.vue +50 -0
  17. package/packages/chat-embed/src/index.vue +420 -0
  18. package/packages/chat-embed/src/recommendation-message.vue +37 -0
  19. package/packages/chat-embed/src/util.ts +33 -0
  20. package/packages/index.js +16 -13
  21. package/packages/json-view/index.ts +3 -0
  22. package/packages/json-view/json-view-dialog.vue +53 -0
  23. package/packages/json-view/json-view.vue +126 -0
  24. package/packages/super-grid/src/super-grid.vue +14 -1
  25. package/src/assets/chat-embed/avatar.png +0 -0
  26. package/src/i18n/langs/cn.js +14 -2
  27. package/src/i18n/langs/en.js +13 -1
  28. package/src/store/modules/chat-ai-store.ts +78 -0
  29. package/src/store/modules/tab-content.js +9 -3
  30. package/src/utils/chat-ai-util.ts +31 -0
  31. package/src/utils/common-util.js +50 -25
  32. package/lib/index-465b0d69.js +0 -73558
package/lib/super-ui.js CHANGED
@@ -1,41 +1,42 @@
1
- import { B as s, D as o, A as t, e as n, C as p, t as i, v as u, F as l, w as m, G as d, h as c, I, j as T, k as g, l as k, x as S, O as U, p as D, R as W, q as w, y as R, K as f, u as v, H as F, z as b, d as B, E as C, r as M, S as y, V as G, n as H, o as L, W as h, J as x, f as z, Y as E, L as N } from "./index-465b0d69.js";
1
+ import { B as s, L as o, D as t, A as n, e as p, C as i, t as u, v as l, F as m, w as d, G as c, h as I, I as T, j as g, k, l as S, x as U, O as D, p as W, R as w, q as R, y as b, K as f, u as v, H as F, z as C, d as B, E as M, r as h, S as y, V as E, n as G, o as H, W as L, J as N, f as x, Y as z, N as O } from "./index-e5d8483d.js";
2
2
  import "vue";
3
3
  export {
4
4
  s as Breadcrumb,
5
- o as DepartmentTree,
6
- t as DepartmentTreeMobile,
7
- n as DepartmentUserTree,
8
- p as DepartmentUserTreeMobile,
9
- i as DynamicSourceSelect,
10
- u as FsPreview,
11
- l as FsUpload,
12
- m as FsUploadList,
13
- d as FsUploadNew,
14
- c as Hamburger,
15
- I as InlineDepartmentTree,
16
- T as InlineDepartmentUserTree,
17
- g as InlineWorkgroupTree,
18
- k as InlineWorkgroupUserTree,
19
- S as MultipartUpload,
20
- U as OrganizationInput,
21
- D as RemoveDepartment,
22
- W as RemoveUser,
23
- w as RemoveWorkgroup,
24
- R as RichEditor,
5
+ o as ChatEmbed,
6
+ t as DepartmentTree,
7
+ n as DepartmentTreeMobile,
8
+ p as DepartmentUserTree,
9
+ i as DepartmentUserTreeMobile,
10
+ u as DynamicSourceSelect,
11
+ l as FsPreview,
12
+ m as FsUpload,
13
+ d as FsUploadList,
14
+ c as FsUploadNew,
15
+ I as Hamburger,
16
+ T as InlineDepartmentTree,
17
+ g as InlineDepartmentUserTree,
18
+ k as InlineWorkgroupTree,
19
+ S as InlineWorkgroupUserTree,
20
+ U as MultipartUpload,
21
+ D as OrganizationInput,
22
+ W as RemoveDepartment,
23
+ w as RemoveUser,
24
+ R as RemoveWorkgroup,
25
+ b as RichEditor,
25
26
  f as RowForm,
26
27
  v as ScanCodeInput,
27
28
  F as ScanCodeInputBrowser,
28
- b as SecretInfo,
29
+ C as SecretInfo,
29
30
  B as SuperGrid,
30
- C as SuperIcon,
31
- M as SuperNineGrid,
31
+ M as SuperIcon,
32
+ h as SuperNineGrid,
32
33
  y as SvgIcon,
33
- G as ValidCode,
34
- H as WorkflowButton,
35
- L as WorkflowHistoryList,
36
- h as WorkgroupTree,
37
- x as WorkgroupTreeMobile,
38
- z as WorkgroupUserTree,
39
- E as YearRangePicker,
40
- N as default
34
+ E as ValidCode,
35
+ G as WorkflowButton,
36
+ H as WorkflowHistoryList,
37
+ L as WorkgroupTree,
38
+ N as WorkgroupTreeMobile,
39
+ x as WorkgroupUserTree,
40
+ z as YearRangePicker,
41
+ O as default
41
42
  };