agilebuilder-ui 1.1.46 → 1.1.48
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.
- package/lib/{401-1bde8dc9.js → 401-64e37702.js} +1 -1
- package/lib/{404-48d76996.js → 404-7d89180e.js} +1 -1
- package/lib/{iframe-page-77e184a0.js → iframe-page-4c8bc1d5.js} +1 -1
- package/lib/index-5c1112e8.js +92783 -0
- package/lib/super-ui.css +1 -1
- package/lib/super-ui.js +33 -32
- package/lib/super-ui.umd.cjs +172 -133
- package/lib/{tab-content-iframe-index-39745d49.js → tab-content-iframe-index-0a36be80.js} +1 -1
- package/lib/{tab-content-index-65696e56.js → tab-content-index-9a271908.js} +1 -1
- package/lib/{tache-subprocess-history-ef943f95.js → tache-subprocess-history-93d013b2.js} +1 -1
- package/package.json +7 -2
- package/packages/chat-embed/index.ts +6 -0
- package/packages/chat-embed/src/chat-embed-message.ts +79 -0
- package/packages/chat-embed/src/chat-embed.css +117 -0
- package/packages/chat-embed/src/chat-sender.vue +240 -0
- package/packages/chat-embed/src/header.vue +50 -0
- package/packages/chat-embed/src/index.vue +425 -0
- package/packages/chat-embed/src/recommendation-message.vue +37 -0
- package/packages/chat-embed/src/util.ts +33 -0
- package/packages/fs-preview/src/fs-preview.vue +5 -1
- package/packages/fs-upload-list/src/fs-upload-list.vue +6 -1
- package/packages/fs-upload-new/src/fs-button-upload.vue +8 -1
- package/packages/fs-upload-new/src/fs-drag-upload.vue +8 -1
- package/packages/fs-upload-new/src/fs-upload-new.vue +17 -0
- package/packages/index.js +16 -13
- package/packages/json-view/index.ts +3 -0
- package/packages/json-view/json-view-dialog.vue +53 -0
- package/packages/json-view/json-view.vue +126 -0
- package/packages/super-grid/src/apis.js +11 -0
- package/packages/super-grid/src/custom-formatter.js +15 -2
- package/packages/super-grid/src/dynamic-input.vue +46 -4
- package/packages/super-grid/src/formatter.js +5 -1
- package/packages/super-grid/src/normal-column-content.vue +29 -37
- package/packages/super-grid/src/normal-column.vue +8 -1
- package/packages/super-grid/src/super-grid.vue +21 -8
- package/src/assets/chat-embed/avatar.png +0 -0
- package/src/i18n/langs/cn.js +17 -3
- package/src/i18n/langs/en.js +16 -2
- package/src/store/modules/chat-ai-store.ts +78 -0
- package/src/store/modules/tab-content.js +9 -3
- package/src/styles/index.scss +19 -0
- package/src/utils/chat-ai-util.ts +31 -0
- package/src/utils/common-util.js +56 -8
- package/src/utils/insert_css.js +14 -1
- package/src/utils/jump-page-utils.js +8 -4
- package/lib/index-465b0d69.js +0 -73558
package/lib/super-ui.js
CHANGED
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import { B as s,
|
|
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-5c1112e8.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
s as Breadcrumb,
|
|
5
|
-
o as
|
|
6
|
-
t as
|
|
7
|
-
n as
|
|
8
|
-
p as
|
|
9
|
-
i as
|
|
10
|
-
u as
|
|
11
|
-
l as
|
|
12
|
-
m as
|
|
13
|
-
d as
|
|
14
|
-
c as
|
|
15
|
-
I as
|
|
16
|
-
T as
|
|
17
|
-
g as
|
|
18
|
-
k as
|
|
19
|
-
S as
|
|
20
|
-
U as
|
|
21
|
-
D as
|
|
22
|
-
W as
|
|
23
|
-
w as
|
|
24
|
-
R as
|
|
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
|
-
|
|
29
|
+
C as SecretInfo,
|
|
29
30
|
B as SuperGrid,
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
M as SuperIcon,
|
|
32
|
+
h as SuperNineGrid,
|
|
32
33
|
y as SvgIcon,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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
|
};
|