ling-yun-custom-components 0.0.47 → 0.0.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/es/AppIntro.mjs +213 -218
- package/es/BatchImport.mjs +1 -1
- package/es/FileList.mjs +1 -1
- package/es/IconRenderer.mjs +2 -2
- package/es/IconSelect.mjs +1 -1
- package/es/SearchBar.mjs +1 -1
- package/es/UpdatePasswordDialog.mjs +1 -1
- package/es/UploadFile.mjs +1 -1
- package/es/assets/AppIntro.css +1 -1
- package/es/assets/layout6.css +1 -1
- package/es/chunks/global.0D1G5ksU.js +9139 -0
- package/es/chunks/global.C0RGZP_4.js +16414 -0
- package/es/chunks/layout.B2kLz-lA.js +594 -0
- package/es/chunks/layout.BTdDzac6.js +594 -0
- package/es/chunks/layout.BcE_uXfl.js +149 -0
- package/es/chunks/layout.BjpD-aT_.js +230 -0
- package/es/chunks/layout.Co98b6wr.js +150 -0
- package/es/chunks/layout.zm_iHVUd.js +230 -0
- package/lib/AppIntro.js +1 -1
- package/lib/BatchImport.js +1 -1
- package/lib/FileList.js +1 -1
- package/lib/IconRenderer.js +1 -1
- package/lib/IconSelect.js +1 -1
- package/lib/SearchBar.js +1 -1
- package/lib/UpdatePasswordDialog.js +1 -1
- package/lib/UploadFile.js +1 -1
- package/lib/assets/AppIntro.css +1 -1
- package/lib/assets/layout6.css +1 -1
- package/lib/chunks/global.CaQoTxsn.js +1 -0
- package/lib/chunks/global.DIPtiMPx.js +1 -0
- package/lib/chunks/layout.B1FEweQJ.js +1 -0
- package/lib/chunks/layout.BZcONKs3.js +1 -0
- package/lib/chunks/layout.BsTMNqYf.js +1 -0
- package/lib/chunks/layout.DGwMUZ22.js +1 -0
- package/lib/chunks/layout.DymT6hAY.js +1 -0
- package/lib/chunks/layout.VaW9ZCxV.js +1 -0
- package/package.json +4 -4
package/es/AppIntro.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { w as
|
|
2
|
-
import { createElementBlock as
|
|
3
|
-
import { ElIcon as
|
|
4
|
-
import { IconLook as
|
|
5
|
-
import { C as
|
|
1
|
+
import { w as $ } from "./chunks/index.bCzIhWFw.js";
|
|
2
|
+
import { createElementBlock as i, createCommentVNode as f, unref as l, openBlock as o, createElementVNode as d, ref as g, renderSlot as C, createVNode as m, Fragment as N, renderList as _, withCtx as u, createBlock as v, createTextVNode as L, toDisplayString as h, onMounted as G, computed as R } from "vue";
|
|
3
|
+
import { ElIcon as M, ElForm as A, ElFormItem as b, ElLink as x, ElTimeline as j, ElTimelineItem as P, ElCard as q, ElTag as B, ElSegmented as z } from "element-plus";
|
|
4
|
+
import { IconLook as U } from "color-message-lingyun-vue";
|
|
5
|
+
import { C as J } from "./chunks/layout.DXw3haOP.js";
|
|
6
6
|
import { _ as V } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
7
|
-
import { pageParams as
|
|
8
|
-
import './assets/AppIntro.css';const
|
|
7
|
+
import { pageParams as H } from "ling-yun-methods";
|
|
8
|
+
import './assets/AppIntro.css';const t = {
|
|
9
9
|
LISTING: 1,
|
|
10
10
|
// 上架申请
|
|
11
11
|
DELISTING: 2,
|
|
@@ -14,7 +14,7 @@ import './assets/AppIntro.css';const a = {
|
|
|
14
14
|
// 上线应用
|
|
15
15
|
OFFLINE: 4
|
|
16
16
|
// 下线应用
|
|
17
|
-
},
|
|
17
|
+
}, k = {
|
|
18
18
|
PENDING: 0,
|
|
19
19
|
// 待审核
|
|
20
20
|
APPROVED: 1,
|
|
@@ -26,30 +26,30 @@ import './assets/AppIntro.css';const a = {
|
|
|
26
26
|
// 图片
|
|
27
27
|
VIDEO: 2
|
|
28
28
|
// 视频
|
|
29
|
-
},
|
|
29
|
+
}, w = {
|
|
30
30
|
INTRO: "intro",
|
|
31
31
|
// 应用介绍
|
|
32
32
|
TIMELINE: "timeline"
|
|
33
33
|
// 迭代时间轴
|
|
34
|
-
},
|
|
35
|
-
[
|
|
36
|
-
[
|
|
37
|
-
[
|
|
38
|
-
[
|
|
39
|
-
},
|
|
40
|
-
[
|
|
34
|
+
}, K = {
|
|
35
|
+
[t.LISTING]: "上架申请",
|
|
36
|
+
[t.DELISTING]: "下架申请",
|
|
37
|
+
[t.ONLINE]: "上线应用",
|
|
38
|
+
[t.OFFLINE]: "下线应用"
|
|
39
|
+
}, D = {
|
|
40
|
+
[k.PENDING]: {
|
|
41
41
|
type: "warning",
|
|
42
42
|
text: "待审核"
|
|
43
43
|
},
|
|
44
|
-
[
|
|
44
|
+
[k.APPROVED]: {
|
|
45
45
|
type: "primary",
|
|
46
46
|
text: "已通过"
|
|
47
47
|
},
|
|
48
|
-
[
|
|
48
|
+
[k.REJECTED]: {
|
|
49
49
|
type: "danger",
|
|
50
50
|
text: "已驳回"
|
|
51
51
|
}
|
|
52
|
-
},
|
|
52
|
+
}, Q = [
|
|
53
53
|
{ title: "申请人:", field: "appCreatorName" },
|
|
54
54
|
{ title: "应用省份:", field: "appCreatorOrg" },
|
|
55
55
|
{ title: "应用说明:", field: "appDesc" },
|
|
@@ -57,67 +57,67 @@ import './assets/AppIntro.css';const a = {
|
|
|
57
57
|
{ title: "业务背景:", field: "businessBackground" },
|
|
58
58
|
{ title: "业务目标:", field: "businessTarget" },
|
|
59
59
|
{ title: "成效数据:", field: "resultData" }
|
|
60
|
-
],
|
|
60
|
+
], W = [
|
|
61
61
|
{
|
|
62
62
|
title: "申请人",
|
|
63
63
|
field: "creatorName",
|
|
64
|
-
showForTypes: [
|
|
64
|
+
showForTypes: [t.LISTING, t.DELISTING]
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
title: "操作人",
|
|
68
68
|
field: "creatorName",
|
|
69
|
-
showForTypes: [
|
|
69
|
+
showForTypes: [t.ONLINE, t.OFFLINE]
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
title: "下架原因",
|
|
73
73
|
field: "delistingReason",
|
|
74
|
-
showForTypes: [
|
|
74
|
+
showForTypes: [t.DELISTING]
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
title: "成效数据",
|
|
78
78
|
field: "resultData",
|
|
79
|
-
showForTypes: [
|
|
79
|
+
showForTypes: [t.LISTING]
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
title: "推荐理由",
|
|
83
83
|
field: "recommendReason",
|
|
84
|
-
showForTypes: [
|
|
84
|
+
showForTypes: [t.LISTING]
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
title: "版本号",
|
|
88
88
|
field: "appVersionNum",
|
|
89
|
-
showForTypes: [
|
|
90
|
-
formatter: (
|
|
89
|
+
showForTypes: [t.ONLINE, t.OFFLINE],
|
|
90
|
+
formatter: (a) => a ? `V${a}` : "--"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
title: "配置摘要",
|
|
94
94
|
field: "configSummary",
|
|
95
|
-
showForTypes: [
|
|
95
|
+
showForTypes: [t.ONLINE]
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
title: "版本说明",
|
|
99
99
|
field: "publishRemark",
|
|
100
|
-
showForTypes: [
|
|
100
|
+
showForTypes: [t.ONLINE, t.OFFLINE]
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
title: "下线原因",
|
|
104
104
|
field: "offlineReason",
|
|
105
|
-
showForTypes: [
|
|
105
|
+
showForTypes: [t.OFFLINE]
|
|
106
106
|
}
|
|
107
107
|
], F = {
|
|
108
|
-
[
|
|
108
|
+
[t.LISTING]: {
|
|
109
109
|
text: "查看上架申请"
|
|
110
110
|
},
|
|
111
|
-
[
|
|
111
|
+
[t.DELISTING]: {
|
|
112
112
|
text: "查看下架申请"
|
|
113
113
|
}
|
|
114
|
-
},
|
|
114
|
+
}, X = {
|
|
115
115
|
key: 0,
|
|
116
116
|
class: "media-video relative w-full"
|
|
117
|
-
},
|
|
117
|
+
}, Y = ["src"], Z = {
|
|
118
118
|
key: 1,
|
|
119
119
|
class: "media-image relative w-full"
|
|
120
|
-
},
|
|
120
|
+
}, ee = ["src"], S = {
|
|
121
121
|
__name: "MediaViewer",
|
|
122
122
|
props: {
|
|
123
123
|
media: {
|
|
@@ -125,25 +125,25 @@ import './assets/AppIntro.css';const a = {
|
|
|
125
125
|
default: null
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
|
-
setup(
|
|
129
|
-
return (
|
|
130
|
-
|
|
128
|
+
setup(a) {
|
|
129
|
+
return (c, y) => a.media?.type === l(O).VIDEO ? (o(), i("div", X, [
|
|
130
|
+
d("video", {
|
|
131
131
|
class: "w-full",
|
|
132
|
-
src:
|
|
132
|
+
src: a.media.url,
|
|
133
133
|
controls: ""
|
|
134
|
-
}, null, 8,
|
|
135
|
-
])) :
|
|
136
|
-
|
|
134
|
+
}, null, 8, Y)
|
|
135
|
+
])) : a.media?.type === l(O).IMAGE ? (o(), i("div", Z, [
|
|
136
|
+
d("img", {
|
|
137
137
|
class: "w-full",
|
|
138
|
-
src:
|
|
138
|
+
src: a.media.url,
|
|
139
139
|
alt: ""
|
|
140
|
-
}, null, 8,
|
|
141
|
-
])) :
|
|
140
|
+
}, null, 8, ee)
|
|
141
|
+
])) : f("", !0);
|
|
142
142
|
}
|
|
143
|
-
},
|
|
143
|
+
}, te = { class: "app-intro-content overflow-hidden h-full" }, ae = {
|
|
144
144
|
key: 0,
|
|
145
145
|
class: "media-section w-full pd-b-12"
|
|
146
|
-
},
|
|
146
|
+
}, le = { class: "media-content relative w-full" }, oe = ["onClick"], ne = { class: "info-section" }, se = { class: "flex items-center" }, ie = { class: "fz-14 text-666 pd-r-12" }, re = { class: "preview-content" }, de = {
|
|
147
147
|
__name: "AppIntroContent",
|
|
148
148
|
props: {
|
|
149
149
|
introData: {
|
|
@@ -151,127 +151,122 @@ import './assets/AppIntro.css';const a = {
|
|
|
151
151
|
default: () => ({})
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
|
-
setup(
|
|
155
|
-
const
|
|
156
|
-
|
|
154
|
+
setup(a) {
|
|
155
|
+
const c = g(!1), y = g(null), I = (r) => {
|
|
156
|
+
y.value = r, c.value = !0;
|
|
157
157
|
}, E = () => {
|
|
158
|
-
|
|
159
|
-
},
|
|
158
|
+
c.value = !1, y.value = null;
|
|
159
|
+
}, T = (r) => {
|
|
160
160
|
try {
|
|
161
161
|
const e = document.createElement("a");
|
|
162
|
-
e.href =
|
|
162
|
+
e.href = r.attachementUrl, e.download = r.attachementName, e.style.display = "none", e.target = "_blank", document.body.appendChild(e), e.click(), document.body.removeChild(e);
|
|
163
163
|
} catch (e) {
|
|
164
164
|
console.error(e);
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
return (
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
167
|
+
return (r, e) => (o(), i("div", te, [
|
|
168
|
+
a.introData?.pics?.length > 0 ? (o(), i("div", ae, [
|
|
169
|
+
d("div", le, [
|
|
170
|
+
(o(!0), i(N, null, _(a.introData.pics, (n, s) => (o(), i("div", {
|
|
171
|
+
key: s,
|
|
172
|
+
class: "media-item w-full"
|
|
173
|
+
}, [
|
|
174
|
+
m(S, { media: n }, null, 8, ["media"]),
|
|
175
|
+
d("div", {
|
|
176
|
+
class: "hover-overlay absolute top-0 left-0 w-full h-full flex justify-center items-center",
|
|
177
|
+
onClick: (p) => I(n)
|
|
175
178
|
}, [
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
class: "
|
|
179
|
-
onClick: ($) => y(t)
|
|
180
|
-
}, [
|
|
181
|
-
p(n(P), {
|
|
182
|
-
size: 24,
|
|
183
|
-
class: "view-icon"
|
|
184
|
-
}, {
|
|
185
|
-
default: d(() => [
|
|
186
|
-
p(n(K))
|
|
187
|
-
]),
|
|
188
|
-
_: 1
|
|
189
|
-
})
|
|
190
|
-
], 8, ie)
|
|
191
|
-
]))), 128))
|
|
192
|
-
])
|
|
193
|
-
])) : m("", !0),
|
|
194
|
-
C(i.$slots, "default", {}, void 0, !0),
|
|
195
|
-
c("div", re, [
|
|
196
|
-
p(n(q), {
|
|
197
|
-
model: l.introData,
|
|
198
|
-
"label-width": "auto"
|
|
199
|
-
}, {
|
|
200
|
-
default: d(() => [
|
|
201
|
-
["agent", "workflow"].includes(l.introData?.appCategory) ? (o(!0), s(N, { key: 0 }, w(n(Y), (t) => (o(), h(n(k), {
|
|
202
|
-
key: t.field,
|
|
203
|
-
label: t.title,
|
|
204
|
-
class: "mg-b-0"
|
|
179
|
+
m(l(M), {
|
|
180
|
+
size: 24,
|
|
181
|
+
class: "view-icon"
|
|
205
182
|
}, {
|
|
206
|
-
default:
|
|
207
|
-
|
|
208
|
-
]),
|
|
209
|
-
_: 2
|
|
210
|
-
}, 1032, ["label"]))), 128)) : m("", !0),
|
|
211
|
-
l.introData?.attachements?.length ? (o(), h(n(k), {
|
|
212
|
-
key: 1,
|
|
213
|
-
label: "附件:"
|
|
214
|
-
}, {
|
|
215
|
-
default: d(() => [
|
|
216
|
-
(o(!0), s(N, null, w(l.introData.attachements, (t, r) => (o(), s("div", {
|
|
217
|
-
key: r,
|
|
218
|
-
class: "mg-b-8"
|
|
219
|
-
}, [
|
|
220
|
-
M((o(), s("div", de, [
|
|
221
|
-
c("span", ue, I(t.attachementName), 1),
|
|
222
|
-
t.attachementUrl ? (o(), h(n(x), {
|
|
223
|
-
key: 0,
|
|
224
|
-
type: "primary",
|
|
225
|
-
underline: !1,
|
|
226
|
-
onClick: ($) => v(t)
|
|
227
|
-
}, {
|
|
228
|
-
default: d(() => [...e[1] || (e[1] = [
|
|
229
|
-
L(" 点击查看 ", -1)
|
|
230
|
-
])]),
|
|
231
|
-
_: 1
|
|
232
|
-
}, 8, ["onClick"])) : m("", !0)
|
|
233
|
-
])), [
|
|
234
|
-
[T, !t.attachementUrl]
|
|
235
|
-
])
|
|
236
|
-
]))), 128))
|
|
183
|
+
default: u(() => [
|
|
184
|
+
m(l(U))
|
|
237
185
|
]),
|
|
238
186
|
_: 1
|
|
239
|
-
})
|
|
240
|
-
])
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
"
|
|
249
|
-
onClose: E,
|
|
250
|
-
buttons: {
|
|
251
|
-
showCancel: !1,
|
|
252
|
-
showConfirm: !1
|
|
253
|
-
}
|
|
187
|
+
})
|
|
188
|
+
], 8, oe)
|
|
189
|
+
]))), 128))
|
|
190
|
+
])
|
|
191
|
+
])) : f("", !0),
|
|
192
|
+
C(r.$slots, "default", {}, void 0, !0),
|
|
193
|
+
d("div", ne, [
|
|
194
|
+
m(l(A), {
|
|
195
|
+
model: a.introData,
|
|
196
|
+
"label-width": "auto"
|
|
254
197
|
}, {
|
|
255
|
-
default:
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
198
|
+
default: u(() => [
|
|
199
|
+
["agent", "workflow"].includes(a.introData?.appCategory) ? (o(!0), i(N, { key: 0 }, _(l(Q), (n) => (o(), v(l(b), {
|
|
200
|
+
key: n.field,
|
|
201
|
+
label: n.title,
|
|
202
|
+
class: "mg-b-0"
|
|
203
|
+
}, {
|
|
204
|
+
default: u(() => [
|
|
205
|
+
L(h(a.introData?.[n.field] ?? "--"), 1)
|
|
206
|
+
]),
|
|
207
|
+
_: 2
|
|
208
|
+
}, 1032, ["label"]))), 128)) : f("", !0),
|
|
209
|
+
a.introData?.attachements?.length ? (o(), v(l(b), {
|
|
210
|
+
key: 1,
|
|
211
|
+
label: "附件:"
|
|
212
|
+
}, {
|
|
213
|
+
default: u(() => [
|
|
214
|
+
(o(!0), i(N, null, _(a.introData.attachements, (n, s) => (o(), i("div", {
|
|
215
|
+
key: s,
|
|
216
|
+
class: "mg-b-8"
|
|
217
|
+
}, [
|
|
218
|
+
d("div", se, [
|
|
219
|
+
d("span", ie, h(n.attachementName), 1),
|
|
220
|
+
n.attachementUrl ? (o(), v(l(x), {
|
|
221
|
+
key: 0,
|
|
222
|
+
type: "primary",
|
|
223
|
+
underline: !1,
|
|
224
|
+
onClick: (p) => T(n)
|
|
225
|
+
}, {
|
|
226
|
+
default: u(() => [...e[1] || (e[1] = [
|
|
227
|
+
L(" 点击查看 ", -1)
|
|
228
|
+
])]),
|
|
229
|
+
_: 1
|
|
230
|
+
}, 8, ["onClick"])) : f("", !0)
|
|
231
|
+
])
|
|
232
|
+
]))), 128))
|
|
233
|
+
]),
|
|
234
|
+
_: 1
|
|
235
|
+
})) : f("", !0)
|
|
262
236
|
]),
|
|
263
237
|
_: 1
|
|
264
|
-
}, 8, ["
|
|
265
|
-
])
|
|
266
|
-
|
|
238
|
+
}, 8, ["model"])
|
|
239
|
+
]),
|
|
240
|
+
m(J, {
|
|
241
|
+
modelValue: c.value,
|
|
242
|
+
"onUpdate:modelValue": e[0] || (e[0] = (n) => c.value = n),
|
|
243
|
+
width: "60%",
|
|
244
|
+
"show-close": !0,
|
|
245
|
+
onClose: E,
|
|
246
|
+
buttons: {
|
|
247
|
+
showCancel: !1,
|
|
248
|
+
showConfirm: !1
|
|
249
|
+
}
|
|
250
|
+
}, {
|
|
251
|
+
default: u(() => [
|
|
252
|
+
d("div", re, [
|
|
253
|
+
m(S, {
|
|
254
|
+
media: y.value,
|
|
255
|
+
class: "preview-media"
|
|
256
|
+
}, null, 8, ["media"])
|
|
257
|
+
])
|
|
258
|
+
]),
|
|
259
|
+
_: 1
|
|
260
|
+
}, 8, ["modelValue"])
|
|
261
|
+
]));
|
|
267
262
|
}
|
|
268
|
-
},
|
|
263
|
+
}, ue = /* @__PURE__ */ V(de, [["__scopeId", "data-v-ad2699ac"]]), ce = { class: "flex items-center flex-gap-row-nowrap-8 mg-b-12" }, pe = {
|
|
269
264
|
class: "fz-14 weight-500",
|
|
270
265
|
style: { color: "#1d2129" }
|
|
271
|
-
},
|
|
266
|
+
}, me = {
|
|
272
267
|
class: "fz-14",
|
|
273
268
|
style: { color: "#4e5969" }
|
|
274
|
-
},
|
|
269
|
+
}, fe = {
|
|
275
270
|
__name: "AppTimeline",
|
|
276
271
|
props: {
|
|
277
272
|
appId: {
|
|
@@ -292,9 +287,9 @@ import './assets/AppIntro.css';const a = {
|
|
|
292
287
|
}
|
|
293
288
|
}
|
|
294
289
|
},
|
|
295
|
-
setup(
|
|
296
|
-
const
|
|
297
|
-
|
|
290
|
+
setup(a) {
|
|
291
|
+
const c = a, y = async (e) => {
|
|
292
|
+
c.vueRouter.push({
|
|
298
293
|
path: "/promptTestDetail",
|
|
299
294
|
query: {
|
|
300
295
|
id: e.id,
|
|
@@ -304,66 +299,66 @@ import './assets/AppIntro.css';const a = {
|
|
|
304
299
|
sourceHistory: "1"
|
|
305
300
|
}
|
|
306
301
|
});
|
|
307
|
-
},
|
|
308
|
-
await
|
|
309
|
-
appId:
|
|
302
|
+
}, I = (e) => [t.LISTING, t.DELISTING].includes(e), E = (e) => W.filter((n) => n.showForTypes.includes(e)), T = g([]), r = async () => {
|
|
303
|
+
await c.appOperationList({
|
|
304
|
+
appId: c.appId,
|
|
310
305
|
operationType: [
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
306
|
+
t.LISTING,
|
|
307
|
+
t.DELISTING,
|
|
308
|
+
t.ONLINE,
|
|
309
|
+
t.OFFLINE
|
|
315
310
|
].join(","),
|
|
316
|
-
pageNum:
|
|
311
|
+
pageNum: H.pageNum,
|
|
317
312
|
pageSize: 1e6
|
|
318
313
|
}).then(({ data: e }) => {
|
|
319
|
-
|
|
314
|
+
T.value = e.list;
|
|
320
315
|
});
|
|
321
316
|
};
|
|
322
|
-
return
|
|
323
|
-
|
|
324
|
-
}), (e,
|
|
325
|
-
default:
|
|
326
|
-
(o(!0),
|
|
327
|
-
key:
|
|
328
|
-
timestamp:
|
|
317
|
+
return G(() => {
|
|
318
|
+
r();
|
|
319
|
+
}), (e, n) => (o(), v(l(j), { class: "overflow-y-auto h-full pd-l-4" }, {
|
|
320
|
+
default: u(() => [
|
|
321
|
+
(o(!0), i(N, null, _(T.value, (s) => (o(), v(l(P), {
|
|
322
|
+
key: s.id,
|
|
323
|
+
timestamp: s.createTime,
|
|
329
324
|
placement: "top",
|
|
330
325
|
color: "var(--primary-color-1)"
|
|
331
326
|
}, {
|
|
332
|
-
default:
|
|
333
|
-
|
|
334
|
-
default:
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
327
|
+
default: u(() => [
|
|
328
|
+
m(l(q), { shadow: "hover" }, {
|
|
329
|
+
default: u(() => [
|
|
330
|
+
d("div", ce, [
|
|
331
|
+
d("span", pe, h(l(K)[s.operationType] || "--"), 1),
|
|
332
|
+
I(s.operationType) ? (o(), i(N, { key: 0 }, [
|
|
333
|
+
l(D)[s.auditStatus] ? (o(), v(l(B), {
|
|
339
334
|
key: 0,
|
|
340
|
-
type:
|
|
335
|
+
type: l(D)[s.auditStatus].type
|
|
341
336
|
}, {
|
|
342
|
-
default:
|
|
343
|
-
L(
|
|
337
|
+
default: u(() => [
|
|
338
|
+
L(h(l(D)[s.auditStatus].text), 1)
|
|
344
339
|
]),
|
|
345
340
|
_: 2
|
|
346
|
-
}, 1032, ["type"])) :
|
|
347
|
-
], 64)) :
|
|
341
|
+
}, 1032, ["type"])) : f("", !0)
|
|
342
|
+
], 64)) : f("", !0)
|
|
348
343
|
]),
|
|
349
|
-
|
|
350
|
-
(o(!0),
|
|
351
|
-
key:
|
|
344
|
+
d("div", me, [
|
|
345
|
+
(o(!0), i(N, null, _(E(s.operationType), (p) => (o(), i("div", {
|
|
346
|
+
key: p.field + p.title,
|
|
352
347
|
class: "mg-t-8 mg-b-8",
|
|
353
348
|
style: { "line-height": "1.5" }
|
|
354
|
-
},
|
|
355
|
-
|
|
349
|
+
}, h(p.title) + ":" + h(p.formatter ? p.formatter(s[p.field]) : s[p.field] ?? "--"), 1))), 128)),
|
|
350
|
+
l(F)[s.operationType] && !a.square ? (o(), v(l(x), {
|
|
356
351
|
key: 0,
|
|
357
352
|
type: "primary",
|
|
358
353
|
underline: !1,
|
|
359
354
|
class: "mg-t-8",
|
|
360
|
-
onClick: (
|
|
355
|
+
onClick: (p) => y(s)
|
|
361
356
|
}, {
|
|
362
|
-
default:
|
|
363
|
-
L(
|
|
357
|
+
default: u(() => [
|
|
358
|
+
L(h(l(F)[s.operationType].text), 1)
|
|
364
359
|
]),
|
|
365
360
|
_: 2
|
|
366
|
-
}, 1032, ["onClick"])) :
|
|
361
|
+
}, 1032, ["onClick"])) : f("", !0)
|
|
367
362
|
])
|
|
368
363
|
]),
|
|
369
364
|
_: 2
|
|
@@ -375,13 +370,13 @@ import './assets/AppIntro.css';const a = {
|
|
|
375
370
|
_: 1
|
|
376
371
|
}));
|
|
377
372
|
}
|
|
378
|
-
},
|
|
373
|
+
}, ye = /* @__PURE__ */ V(fe, [["__scopeId", "data-v-3a2170d7"]]), Ie = { class: "h-full overflow-hidden flex flex-col pd-t-12" }, he = { class: "pd-b-12" }, ve = {
|
|
379
374
|
key: 0,
|
|
380
375
|
class: "flex-1 overflow-hidden"
|
|
381
|
-
},
|
|
376
|
+
}, Te = {
|
|
382
377
|
key: 1,
|
|
383
378
|
class: "flex-1 overflow-hidden"
|
|
384
|
-
},
|
|
379
|
+
}, Ne = /* @__PURE__ */ Object.assign({
|
|
385
380
|
name: "AppIntro"
|
|
386
381
|
}, {
|
|
387
382
|
__name: "layout",
|
|
@@ -410,41 +405,41 @@ import './assets/AppIntro.css';const a = {
|
|
|
410
405
|
}
|
|
411
406
|
},
|
|
412
407
|
emits: ["tab-change"],
|
|
413
|
-
setup(
|
|
414
|
-
const
|
|
415
|
-
{ label: "应用介绍", value:
|
|
416
|
-
{ label: "迭代时间轴", value:
|
|
417
|
-
]),
|
|
418
|
-
|
|
408
|
+
setup(a, { emit: c }) {
|
|
409
|
+
const y = c, I = g(w.INTRO), E = R(() => [
|
|
410
|
+
{ label: "应用介绍", value: w.INTRO },
|
|
411
|
+
{ label: "迭代时间轴", value: w.TIMELINE }
|
|
412
|
+
]), T = (r) => {
|
|
413
|
+
y("tab-change", r);
|
|
419
414
|
};
|
|
420
|
-
return (
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
modelValue:
|
|
424
|
-
"onUpdate:modelValue": e[0] || (e[0] = (
|
|
415
|
+
return (r, e) => (o(), i("div", Ie, [
|
|
416
|
+
d("div", he, [
|
|
417
|
+
m(l(z), {
|
|
418
|
+
modelValue: I.value,
|
|
419
|
+
"onUpdate:modelValue": e[0] || (e[0] = (n) => I.value = n),
|
|
425
420
|
options: E.value,
|
|
426
|
-
onChange:
|
|
421
|
+
onChange: T
|
|
427
422
|
}, null, 8, ["modelValue", "options"])
|
|
428
423
|
]),
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
default:
|
|
432
|
-
C(
|
|
424
|
+
I.value === l(w).INTRO ? (o(), i("div", ve, [
|
|
425
|
+
m(ue, { "intro-data": a.introData }, {
|
|
426
|
+
default: u(() => [
|
|
427
|
+
C(r.$slots, "plugin-detail")
|
|
433
428
|
]),
|
|
434
429
|
_: 3
|
|
435
430
|
}, 8, ["intro-data"])
|
|
436
|
-
])) :
|
|
437
|
-
|
|
438
|
-
"app-operation-list":
|
|
439
|
-
square:
|
|
440
|
-
"vue-router":
|
|
441
|
-
"app-id":
|
|
431
|
+
])) : I.value === l(w).TIMELINE ? (o(), i("div", Te, [
|
|
432
|
+
m(ye, {
|
|
433
|
+
"app-operation-list": a.appOperationList,
|
|
434
|
+
square: a.square,
|
|
435
|
+
"vue-router": a.vueRouter,
|
|
436
|
+
"app-id": a.appId
|
|
442
437
|
}, null, 8, ["app-operation-list", "square", "vue-router", "app-id"])
|
|
443
|
-
])) :
|
|
438
|
+
])) : f("", !0)
|
|
444
439
|
]));
|
|
445
440
|
}
|
|
446
|
-
}),
|
|
441
|
+
}), be = $(Ne);
|
|
447
442
|
export {
|
|
448
|
-
|
|
449
|
-
|
|
443
|
+
be as AppIntro,
|
|
444
|
+
be as default
|
|
450
445
|
};
|
package/es/BatchImport.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { w as z } from "./chunks/index.bCzIhWFw.js";
|
|
|
2
2
|
import { createElementBlock as x, openBlock as s, Fragment as q, createElementVNode as r, toDisplayString as w, ref as C, computed as g, createBlock as V, unref as u, withCtx as i, createCommentVNode as c, mergeProps as L, createVNode as f, createTextVNode as D } from "vue";
|
|
3
3
|
import { ElDialog as P, ElIcon as Q, ElButton as R } from "element-plus";
|
|
4
4
|
import { emitsMap as B, uploadFileType as h, codeMap as _, messageSuccess as A } from "ling-yun-methods";
|
|
5
|
-
import G from "./chunks/layout.
|
|
5
|
+
import G from "./chunks/layout.BjpD-aT_.js";
|
|
6
6
|
import { IconQuery as H } from "color-message-lingyun-vue";
|
|
7
7
|
const J = {
|
|
8
8
|
__name: "ImportResultContent",
|
package/es/FileList.mjs
CHANGED
package/es/IconRenderer.mjs
CHANGED
|
@@ -9,10 +9,10 @@ const a = {
|
|
|
9
9
|
try {
|
|
10
10
|
switch (e) {
|
|
11
11
|
case a.lingyun:
|
|
12
|
-
const { icons: o } = await import("./chunks/global.
|
|
12
|
+
const { icons: o } = await import("./chunks/global.0D1G5ksU.js");
|
|
13
13
|
return o[n] || null;
|
|
14
14
|
case a.aibox:
|
|
15
|
-
const { icons: t } = await import("./chunks/global.
|
|
15
|
+
const { icons: t } = await import("./chunks/global.C0RGZP_4.js");
|
|
16
16
|
return t[n] || null;
|
|
17
17
|
}
|
|
18
18
|
} catch (o) {
|
package/es/IconSelect.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { w as S } from "./chunks/index.bCzIhWFw.js";
|
|
|
2
2
|
import { ref as p, computed as v, watch as N, createBlock as c, openBlock as o, unref as n, withCtx as i, createElementVNode as x, createVNode as r, createElementBlock as u, createCommentVNode as E, Fragment as I, renderList as L, normalizeClass as h, resolveDynamicComponent as V, createTextVNode as j } from "vue";
|
|
3
3
|
import { ElPopover as B, ElInput as O, ElIcon as y } from "element-plus";
|
|
4
4
|
import { IconSearch as T, IconAdd as U } from "color-message-lingyun-vue";
|
|
5
|
-
import { icons as g } from "./chunks/global.
|
|
5
|
+
import { icons as g } from "./chunks/global.0D1G5ksU.js";
|
|
6
6
|
import { I as A } from "./chunks/layout.DBgjqaxe.js";
|
|
7
7
|
import { _ as D } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
8
8
|
import './assets/IconSelect.css';const F = { class: "icon-select-content flex flex-col overflow-hidden" }, P = { class: "icon-select-grid overflow-y-auto display-grid" }, $ = ["title", "onClick"], q = {
|