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 CHANGED
@@ -1,11 +1,11 @@
1
- import { w as G } from "./chunks/index.bCzIhWFw.js";
2
- import { createElementBlock as s, createCommentVNode as m, unref as n, openBlock as o, createElementVNode as c, ref as g, resolveDirective as R, renderSlot as C, createVNode as p, Fragment as N, renderList as w, withCtx as d, createBlock as h, createTextVNode as L, toDisplayString as I, withDirectives as M, onMounted as A, computed as j } from "vue";
3
- import { ElIcon as P, ElForm as q, ElFormItem as k, ElLink as x, ElTimeline as B, ElTimelineItem as z, ElCard as U, ElTag as J, ElSegmented as H } from "element-plus";
4
- import { IconLook as K } from "color-message-lingyun-vue";
5
- import { C as Q } from "./chunks/layout.DXw3haOP.js";
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 W } from "ling-yun-methods";
8
- import './assets/AppIntro.css';const a = {
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
- }, D = {
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
- }, X = {
35
- [a.LISTING]: "上架申请",
36
- [a.DELISTING]: "下架申请",
37
- [a.ONLINE]: "上线应用",
38
- [a.OFFLINE]: "下线应用"
39
- }, b = {
40
- [D.PENDING]: {
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
- [D.APPROVED]: {
44
+ [k.APPROVED]: {
45
45
  type: "primary",
46
46
  text: "已通过"
47
47
  },
48
- [D.REJECTED]: {
48
+ [k.REJECTED]: {
49
49
  type: "danger",
50
50
  text: "已驳回"
51
51
  }
52
- }, Y = [
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
- ], Z = [
60
+ ], W = [
61
61
  {
62
62
  title: "申请人",
63
63
  field: "creatorName",
64
- showForTypes: [a.LISTING, a.DELISTING]
64
+ showForTypes: [t.LISTING, t.DELISTING]
65
65
  },
66
66
  {
67
67
  title: "操作人",
68
68
  field: "creatorName",
69
- showForTypes: [a.ONLINE, a.OFFLINE]
69
+ showForTypes: [t.ONLINE, t.OFFLINE]
70
70
  },
71
71
  {
72
72
  title: "下架原因",
73
73
  field: "delistingReason",
74
- showForTypes: [a.DELISTING]
74
+ showForTypes: [t.DELISTING]
75
75
  },
76
76
  {
77
77
  title: "成效数据",
78
78
  field: "resultData",
79
- showForTypes: [a.LISTING]
79
+ showForTypes: [t.LISTING]
80
80
  },
81
81
  {
82
82
  title: "推荐理由",
83
83
  field: "recommendReason",
84
- showForTypes: [a.LISTING]
84
+ showForTypes: [t.LISTING]
85
85
  },
86
86
  {
87
87
  title: "版本号",
88
88
  field: "appVersionNum",
89
- showForTypes: [a.ONLINE, a.OFFLINE],
90
- formatter: (l) => l ? `V${l}` : "--"
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: [a.ONLINE]
95
+ showForTypes: [t.ONLINE]
96
96
  },
97
97
  {
98
98
  title: "版本说明",
99
99
  field: "publishRemark",
100
- showForTypes: [a.ONLINE, a.OFFLINE]
100
+ showForTypes: [t.ONLINE, t.OFFLINE]
101
101
  },
102
102
  {
103
103
  title: "下线原因",
104
104
  field: "offlineReason",
105
- showForTypes: [a.OFFLINE]
105
+ showForTypes: [t.OFFLINE]
106
106
  }
107
107
  ], F = {
108
- [a.LISTING]: {
108
+ [t.LISTING]: {
109
109
  text: "查看上架申请"
110
110
  },
111
- [a.DELISTING]: {
111
+ [t.DELISTING]: {
112
112
  text: "查看下架申请"
113
113
  }
114
- }, ee = {
114
+ }, X = {
115
115
  key: 0,
116
116
  class: "media-video relative w-full"
117
- }, te = ["src"], ae = {
117
+ }, Y = ["src"], Z = {
118
118
  key: 1,
119
119
  class: "media-image relative w-full"
120
- }, le = ["src"], S = {
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(l) {
129
- return (u, f) => l.media?.type === n(O).VIDEO ? (o(), s("div", ee, [
130
- c("video", {
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: l.media.url,
132
+ src: a.media.url,
133
133
  controls: ""
134
- }, null, 8, te)
135
- ])) : l.media?.type === n(O).IMAGE ? (o(), s("div", ae, [
136
- c("img", {
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: l.media.url,
138
+ src: a.media.url,
139
139
  alt: ""
140
- }, null, 8, le)
141
- ])) : m("", !0);
140
+ }, null, 8, ee)
141
+ ])) : f("", !0);
142
142
  }
143
- }, oe = { class: "app-intro-content overflow-hidden h-full" }, ne = {
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
- }, se = { class: "media-content relative w-full" }, ie = ["onClick"], re = { class: "info-section" }, de = { class: "flex items-center" }, ue = { class: "fz-14 text-666 pd-r-12" }, ce = { class: "preview-content" }, pe = {
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(l) {
155
- const u = g(!1), f = g(null), y = (i) => {
156
- f.value = i, u.value = !0;
154
+ setup(a) {
155
+ const c = g(!1), y = g(null), I = (r) => {
156
+ y.value = r, c.value = !0;
157
157
  }, E = () => {
158
- u.value = !1, f.value = null;
159
- }, v = (i) => {
158
+ c.value = !1, y.value = null;
159
+ }, T = (r) => {
160
160
  try {
161
161
  const e = document.createElement("a");
162
- e.href = i.attachementUrl, e.download = i.attachementName, e.style.display = "none", e.target = "_blank", document.body.appendChild(e), e.click(), document.body.removeChild(e);
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 (i, e) => {
168
- const T = R("loading");
169
- return o(), s("div", oe, [
170
- l.introData?.pics?.length > 0 ? (o(), s("div", ne, [
171
- c("div", se, [
172
- (o(!0), s(N, null, w(l.introData.pics, (t, r) => (o(), s("div", {
173
- key: r,
174
- class: "media-item w-full"
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
- p(S, { media: t }, null, 8, ["media"]),
177
- c("div", {
178
- class: "hover-overlay absolute top-0 left-0 w-full h-full flex justify-center items-center",
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: d(() => [
207
- L(I(l.introData?.[t.field] ?? "--"), 1)
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
- })) : m("", !0)
240
- ]),
241
- _: 1
242
- }, 8, ["model"])
243
- ]),
244
- p(Q, {
245
- modelValue: u.value,
246
- "onUpdate:modelValue": e[0] || (e[0] = (t) => u.value = t),
247
- width: "60%",
248
- "show-close": !0,
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: d(() => [
256
- c("div", ce, [
257
- p(S, {
258
- media: f.value,
259
- class: "preview-media"
260
- }, null, 8, ["media"])
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, ["modelValue"])
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
- }, me = /* @__PURE__ */ V(pe, [["__scopeId", "data-v-f13b81ec"]]), fe = { class: "flex items-center flex-gap-row-nowrap-8 mg-b-12" }, ye = {
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
- }, Ie = {
266
+ }, me = {
272
267
  class: "fz-14",
273
268
  style: { color: "#4e5969" }
274
- }, he = {
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(l) {
296
- const u = l, f = async (e) => {
297
- u.vueRouter.push({
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
- }, y = (e) => [a.LISTING, a.DELISTING].includes(e), E = (e) => Z.filter((T) => T.showForTypes.includes(e)), v = g([]), i = async () => {
308
- await u.appOperationList({
309
- appId: u.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
- a.LISTING,
312
- a.DELISTING,
313
- a.ONLINE,
314
- a.OFFLINE
306
+ t.LISTING,
307
+ t.DELISTING,
308
+ t.ONLINE,
309
+ t.OFFLINE
315
310
  ].join(","),
316
- pageNum: W.pageNum,
311
+ pageNum: H.pageNum,
317
312
  pageSize: 1e6
318
313
  }).then(({ data: e }) => {
319
- v.value = e.list;
314
+ T.value = e.list;
320
315
  });
321
316
  };
322
- return A(() => {
323
- i();
324
- }), (e, T) => (o(), h(n(B), { class: "overflow-y-auto h-full pd-l-4" }, {
325
- default: d(() => [
326
- (o(!0), s(N, null, w(v.value, (t) => (o(), h(n(z), {
327
- key: t.id,
328
- timestamp: t.createTime,
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: d(() => [
333
- p(n(U), { shadow: "hover" }, {
334
- default: d(() => [
335
- c("div", fe, [
336
- c("span", ye, I(n(X)[t.operationType] || "--"), 1),
337
- y(t.operationType) ? (o(), s(N, { key: 0 }, [
338
- n(b)[t.auditStatus] ? (o(), h(n(J), {
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: n(b)[t.auditStatus].type
335
+ type: l(D)[s.auditStatus].type
341
336
  }, {
342
- default: d(() => [
343
- L(I(n(b)[t.auditStatus].text), 1)
337
+ default: u(() => [
338
+ L(h(l(D)[s.auditStatus].text), 1)
344
339
  ]),
345
340
  _: 2
346
- }, 1032, ["type"])) : m("", !0)
347
- ], 64)) : m("", !0)
341
+ }, 1032, ["type"])) : f("", !0)
342
+ ], 64)) : f("", !0)
348
343
  ]),
349
- c("div", Ie, [
350
- (o(!0), s(N, null, w(E(t.operationType), (r) => (o(), s("div", {
351
- key: r.field + r.title,
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
- }, I(r.title) + ":" + I(r.formatter ? r.formatter(t[r.field]) : t[r.field] ?? "--"), 1))), 128)),
355
- n(F)[t.operationType] && !l.square ? (o(), h(n(x), {
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: (r) => f(t)
355
+ onClick: (p) => y(s)
361
356
  }, {
362
- default: d(() => [
363
- L(I(n(F)[t.operationType].text), 1)
357
+ default: u(() => [
358
+ L(h(l(F)[s.operationType].text), 1)
364
359
  ]),
365
360
  _: 2
366
- }, 1032, ["onClick"])) : m("", !0)
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
- }, ve = /* @__PURE__ */ V(he, [["__scopeId", "data-v-3a2170d7"]]), Te = { class: "h-full overflow-hidden flex flex-col pd-t-12" }, Ne = { class: "pd-b-12" }, Ee = {
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
- }, _e = {
376
+ }, Te = {
382
377
  key: 1,
383
378
  class: "flex-1 overflow-hidden"
384
- }, we = /* @__PURE__ */ Object.assign({
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(l, { emit: u }) {
414
- const f = u, y = g(_.INTRO), E = j(() => [
415
- { label: "应用介绍", value: _.INTRO },
416
- { label: "迭代时间轴", value: _.TIMELINE }
417
- ]), v = (i) => {
418
- f("tab-change", i);
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 (i, e) => (o(), s("div", Te, [
421
- c("div", Ne, [
422
- p(n(H), {
423
- modelValue: y.value,
424
- "onUpdate:modelValue": e[0] || (e[0] = (T) => y.value = T),
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: v
421
+ onChange: T
427
422
  }, null, 8, ["modelValue", "options"])
428
423
  ]),
429
- y.value === n(_).INTRO ? (o(), s("div", Ee, [
430
- p(me, { "intro-data": l.introData }, {
431
- default: d(() => [
432
- C(i.$slots, "plugin-detail")
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
- ])) : y.value === n(_).TIMELINE ? (o(), s("div", _e, [
437
- p(ve, {
438
- "app-operation-list": l.appOperationList,
439
- square: l.square,
440
- "vue-router": l.vueRouter,
441
- "app-id": l.appId
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
- ])) : m("", !0)
438
+ ])) : f("", !0)
444
439
  ]));
445
440
  }
446
- }), Se = G(we);
441
+ }), be = $(Ne);
447
442
  export {
448
- Se as AppIntro,
449
- Se as default
443
+ be as AppIntro,
444
+ be as default
450
445
  };
@@ -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.BHroZ9U9.js";
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
@@ -1,5 +1,5 @@
1
1
  import { w as t } from "./chunks/index.bCzIhWFw.js";
2
- import { _ as o } from "./chunks/layout.vvR_4ki7.js";
2
+ import { _ as o } from "./chunks/layout.BcE_uXfl.js";
3
3
  const i = t(o);
4
4
  export {
5
5
  i as FileList,
@@ -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.C1Iy_saH.js");
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.2EmeYAhV.js");
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.C1Iy_saH.js";
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 = {