xyvcard-itsm-flow 0.0.8 → 0.0.10

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 (27) hide show
  1. package/dist/{common--K4gGsNT.mjs → common-Cwl5jzlM.mjs} +1 -1
  2. package/dist/{edit-B621RtNS.mjs → edit-BnJnxvY6.mjs} +1 -1
  3. package/dist/{edit-CoRzQ2SK.mjs → edit-D8J1Znw_.mjs} +1 -1
  4. package/dist/{edit-Czk64Yon.mjs → edit-har-8Y54.mjs} +1 -1
  5. package/dist/{edit.vue_vue_type_script_setup_true_lang-D-UzvXtU.mjs → edit.vue_vue_type_script_setup_true_lang-BZ-prpPo.mjs} +94 -96
  6. package/dist/{edit.vue_vue_type_script_setup_true_lang-AhC28_ys.mjs → edit.vue_vue_type_script_setup_true_lang-QsTI3qOD.mjs} +1 -1
  7. package/dist/edit.vue_vue_type_script_setup_true_lang-TXBAzoPS.mjs +553 -0
  8. package/dist/{el-message-FfNjxLv_.mjs → el-message-CIdVBT5R.mjs} +1 -1
  9. package/dist/{index-BCP5cBN6.mjs → index-BAHlhmvh.mjs} +60 -61
  10. package/dist/{index-DX1PURJy.mjs → index-BjBTIknS.mjs} +115 -114
  11. package/dist/{index-B5vmtcUk.mjs → index-C6XFHtva.mjs} +92 -95
  12. package/dist/{index-CVbpEq7V.mjs → index-CF0oM0UA.mjs} +139 -100
  13. package/dist/{index-CdzhLCkX.mjs → index-Cp3csR1g.mjs} +3 -3
  14. package/dist/{index-Dld6YbIV.mjs → index-DBIF93AC.mjs} +177 -150
  15. package/dist/{index-BlBkHqXR.mjs → index-DKIrRXT5.mjs} +2 -2
  16. package/dist/{index-CRHpl0qA.mjs → index-DnFWLmFk.mjs} +58 -59
  17. package/dist/{index-DY7ZV5kq.mjs → index-DugZK_BS.mjs} +96 -78
  18. package/dist/{index-BJl7xHYx.mjs → index-bMREgnhp.mjs} +14 -14
  19. package/dist/index.mjs +63 -60
  20. package/dts/api/itsm-flow-acceptance/index.d.ts +3 -1
  21. package/dts/api/itsm-flow-acceptance/types.d.ts +24 -1
  22. package/dts/api/itsm-flow-entrust/index.d.ts +0 -3
  23. package/dts/constant.d.ts +3 -0
  24. package/dts/lang/itsm-flow/zh-cn.d.ts +3 -0
  25. package/dts/views/itsm-flow-acceptance/edit.vue.d.ts +4 -4
  26. package/package.json +1 -1
  27. package/dist/edit.vue_vue_type_script_setup_true_lang-BYz7O3Xi.mjs +0 -523
@@ -1,14 +1,13 @@
1
- import { defineComponent as J, mergeModels as Q, ref as p, useModel as X, resolveComponent as m, openBlock as _, createElementBlock as g, Fragment as D, createVNode as e, withCtx as l, createElementVNode as o, createTextVNode as s, toDisplayString as c, unref as F, createBlock as E, renderList as Y, createCommentVNode as M } from "vue";
1
+ import { defineComponent as X, mergeModels as Y, ref as m, useModel as Z, resolveComponent as d, openBlock as b, createElementBlock as g, Fragment as M, createVNode as e, withCtx as l, createElementVNode as o, createTextVNode as s, toDisplayString as r, unref as F, createBlock as S, renderList as ee, createCommentVNode as B } from "vue";
2
2
  import "element-plus";
3
- import { useRoute as Z } from "vue-router";
4
- import { D as k, i as S, C as ee, u as le, a as ae } from "./index-DY7ZV5kq.mjs";
5
- import "jmash-core";
6
- import { useI18n as te } from "vue-i18n";
7
- import { F as oe } from "./FileSaver.min-BeKvLuyk.mjs";
8
- import { E as B } from "./el-message-FfNjxLv_.mjs";
9
- const fe = /* @__PURE__ */ J({
3
+ import { D as k, i as A, C as le, u as ae, a as te } from "./index-DugZK_BS.mjs";
4
+ import { handlePreview as oe } from "jmash-core";
5
+ import { useI18n as ne } from "vue-i18n";
6
+ import { F as se } from "./FileSaver.min-BeKvLuyk.mjs";
7
+ import { E as L } from "./el-message-CIdVBT5R.mjs";
8
+ const ve = /* @__PURE__ */ X({
10
9
  __name: "index",
11
- props: /* @__PURE__ */ Q({
10
+ props: /* @__PURE__ */ Y({
12
11
  task: {
13
12
  type: Object,
14
13
  default: () => {
@@ -19,82 +18,87 @@ const fe = /* @__PURE__ */ J({
19
18
  modelModifiers: {}
20
19
  }),
21
20
  emits: ["update:modelValue"],
22
- setup(C, { expose: O }) {
23
- const { t: y } = te(), U = () => {
24
- S.exportFilePdf({ acceptanceId: b.value.acceptanceId }).then((a) => {
21
+ setup($, { expose: O }) {
22
+ const { t: w } = ne(), U = () => {
23
+ A.exportFilePdf({ acceptanceId: V.value.acceptanceId }).then((a) => {
25
24
  const u = new Blob([a.data], {
26
25
  type: "application/octet-stream"
27
26
  });
28
- oe.saveAs(u, y("itsmFlowAcceptance.name") + ".pdf");
27
+ se.saveAs(u, w("itsmFlowAcceptance.name") + ".pdf");
29
28
  });
30
29
  };
31
30
  k.orgIdBizDict.useValues();
32
- const j = Z(), v = C, b = p({
33
- acceptanceId: j.query.applyId
34
- }), r = p({}), f = X(C, "modelValue"), A = p(), L = p({}), w = p(!1), I = p(), i = p([]), V = p();
31
+ const v = $, V = m({
32
+ acceptanceId: v.task.businessKey
33
+ }), c = m({}), f = Z($, "modelValue"), I = m(), j = m({}), y = m(!1), h = m(), p = m([]), D = m();
35
34
  function q() {
36
- w.value = !0, I.value.clearFileList();
37
- }
38
- function R(a) {
39
- i == null || i.value.splice(a, 1);
35
+ y.value = !0, h.value.clearFileList();
40
36
  }
41
37
  function K(a) {
38
+ p == null || p.value.splice(a, 1);
39
+ }
40
+ function P(a) {
42
41
  const u = {
43
42
  fileName: a.name,
44
43
  fileId: a.response.fileId
45
44
  };
46
- i == null || i.value.push(u), i.value = [...new Set(i.value)], V.value = {
45
+ p == null || p.value.push(u), p.value = [...new Set(p.value)], D.value = {
47
46
  requestId: Math.random() * 10 + "",
48
47
  taskId: v.task.id,
49
48
  name: a.name,
50
49
  type: a.response.contentType,
51
50
  url: a.response.fileSrc
52
- }, P();
51
+ }, z();
53
52
  }
54
- function P() {
55
- ae.uploadFile(V.value).then(() => {
56
- B.success(y("common.uploadSuccess"));
53
+ function z() {
54
+ te.uploadFile(D.value).then(() => {
55
+ L.success(w("common.uploadSuccess"));
57
56
  }).catch(() => {
58
- B.error(y("common.uploadError"));
57
+ L.error(w("common.uploadError"));
58
+ });
59
+ }
60
+ function R() {
61
+ A.findFilesList({ actionId: v.task.businessKey }).then(({ data: a }) => {
62
+ c.value.files = a.results;
59
63
  });
60
64
  }
61
65
  v.task.businessKey && T(), O({
62
- changeModel: () => z()
66
+ changeModel: () => W()
63
67
  });
64
68
  function T() {
65
- b.value.acceptanceId = v.task.businessKey, console.log(b.value), S.findById({ acceptanceId: b.value.acceptanceId }).then(({ data: a }) => {
66
- r.value = Object.assign(r.value, a);
67
- });
69
+ A.findById({ acceptanceId: V.value.acceptanceId }).then(({ data: a }) => {
70
+ c.value = Object.assign(c.value, a);
71
+ }), R();
68
72
  }
69
- function z() {
73
+ function W() {
70
74
  return f.value && (f.value.selectActions = [
71
75
  { key: "true", value: "同意" },
72
76
  { key: "false", value: "不同意" }
73
- ], f.value.varName = "approved", f.value.module = "", f.value.module = ee.MODULE_ITSMFLOW), new Promise((a, u) => {
77
+ ], f.value.varName = "approved", f.value.module = "", f.value.module = le.MODULE_ITSMFLOW), new Promise((a, u) => {
74
78
  var t;
75
- (t = A.value) == null || t.validate((n) => {
79
+ (t = I.value) == null || t.validate((n) => {
76
80
  n ? (f.value && (f.value.comment = ""), a(!0)) : u(!1);
77
81
  });
78
82
  });
79
83
  }
80
84
  return (a, u) => {
81
- const t = m("el-col"), n = m("el-form-item"), d = m("el-row"), $ = m("el-button"), x = m("CircleClose"), W = m("el-icon"), G = m("el-form"), H = m("jmash-multi-upload");
82
- return _(), g(D, null, [
85
+ const t = d("el-col"), n = d("el-form-item"), i = d("el-row"), E = d("el-table-column"), N = d("el-button"), x = d("el-table"), G = d("CircleClose"), H = d("el-icon"), J = d("el-form"), Q = d("jmash-multi-upload");
86
+ return b(), g(M, null, [
83
87
  e(t, { span: 24 }, {
84
88
  default: l(() => u[1] || (u[1] = [
85
89
  o("div", { class: "title" }, "山西云时代技术有限公司大数据中心分公司项目验收书", -1)
86
90
  ])),
87
91
  _: 1
88
92
  }),
89
- e(G, {
93
+ e(J, {
90
94
  ref_key: "taskFormRef",
91
- ref: A,
92
- model: L.value,
95
+ ref: I,
96
+ model: j.value,
93
97
  "label-width": "150px",
94
98
  class: "custom-table-form"
95
99
  }, {
96
100
  default: l(() => [
97
- e(d, null, {
101
+ e(i, null, {
98
102
  default: l(() => [
99
103
  e(t, { span: 24 }, {
100
104
  default: l(() => [
@@ -103,7 +107,7 @@ const fe = /* @__PURE__ */ J({
103
107
  prop: "contractName"
104
108
  }, {
105
109
  default: l(() => [
106
- s(c(r.value.contractName), 1)
110
+ s(r(c.value.contractName), 1)
107
111
  ]),
108
112
  _: 1
109
113
  }, 8, ["label"])
@@ -113,7 +117,7 @@ const fe = /* @__PURE__ */ J({
113
117
  ]),
114
118
  _: 1
115
119
  }),
116
- e(d, null, {
120
+ e(i, null, {
117
121
  default: l(() => [
118
122
  e(t, { span: 24 }, {
119
123
  default: l(() => [
@@ -122,7 +126,7 @@ const fe = /* @__PURE__ */ J({
122
126
  prop: "contractNo"
123
127
  }, {
124
128
  default: l(() => [
125
- s(c(r.value.contractNo), 1)
129
+ s(r(c.value.contractNo), 1)
126
130
  ]),
127
131
  _: 1
128
132
  }, 8, ["label"])
@@ -132,7 +136,7 @@ const fe = /* @__PURE__ */ J({
132
136
  ]),
133
137
  _: 1
134
138
  }),
135
- e(d, null, {
139
+ e(i, null, {
136
140
  default: l(() => [
137
141
  e(t, { span: 24 }, {
138
142
  default: l(() => [
@@ -141,7 +145,7 @@ const fe = /* @__PURE__ */ J({
141
145
  prop: "orderNo"
142
146
  }, {
143
147
  default: l(() => [
144
- s(c(r.value.orderNo), 1)
148
+ s(r(c.value.orderNo), 1)
145
149
  ]),
146
150
  _: 1
147
151
  }, 8, ["label"])
@@ -151,7 +155,7 @@ const fe = /* @__PURE__ */ J({
151
155
  ]),
152
156
  _: 1
153
157
  }),
154
- e(d, null, {
158
+ e(i, null, {
155
159
  default: l(() => [
156
160
  e(t, { span: 24 }, {
157
161
  default: l(() => [
@@ -160,7 +164,7 @@ const fe = /* @__PURE__ */ J({
160
164
  prop: "entrustName"
161
165
  }, {
162
166
  default: l(() => [
163
- s(c(F(k).projectNameDict.getDictValue(r.value.entrustName)), 1)
167
+ s(r(F(k).projectNameDict.getDictValue(c.value.entrustName)), 1)
164
168
  ]),
165
169
  _: 1
166
170
  }, 8, ["label"])
@@ -170,54 +174,58 @@ const fe = /* @__PURE__ */ J({
170
174
  ]),
171
175
  _: 1
172
176
  }),
173
- e(d, null, {
177
+ e(i, null, {
174
178
  default: l(() => [
175
- e(t, { span: 24 }, {
179
+ e(t, { span: 12 }, {
176
180
  default: l(() => [
177
181
  e(n, {
178
182
  label: a.$t("itsmFlowAcceptance.serviceOrg"),
179
183
  prop: "serviceOrg"
180
184
  }, {
181
185
  default: l(() => [
182
- s(c(F(k).orgIdBizDict.getValue(r.value.serviceOrg)), 1)
186
+ s(r(F(k).orgIdBizDict.getValue(c.value.serviceOrg)), 1)
183
187
  ]),
184
188
  _: 1
185
189
  }, 8, ["label"])
186
190
  ]),
187
191
  _: 1
188
- })
189
- ]),
190
- _: 1
191
- }),
192
- e(d, null, {
193
- default: l(() => [
194
- e(t, { span: 24 }, {
192
+ }),
193
+ e(t, { span: 12 }, {
195
194
  default: l(() => [
196
195
  e(n, {
197
196
  label: a.$t("itsmFlowAcceptance.stage"),
198
197
  prop: "stage"
199
198
  }, {
200
199
  default: l(() => [
201
- s(c(r.value.stage), 1)
200
+ s(r(c.value.stage), 1)
202
201
  ]),
203
202
  _: 1
204
203
  }, 8, ["label"])
205
204
  ]),
206
205
  _: 1
207
- })
208
- ]),
209
- _: 1
210
- }),
211
- e(d, null, {
212
- default: l(() => [
213
- e(t, { span: 24 }, {
206
+ }),
207
+ e(t, { span: 12 }, {
214
208
  default: l(() => [
215
209
  e(n, {
216
210
  label: a.$t("itsmFlowAcceptance.headman"),
217
211
  prop: "headmanName"
218
212
  }, {
219
213
  default: l(() => [
220
- s(c(r.value.headmanName), 1)
214
+ s(r(c.value.headmanName), 1)
215
+ ]),
216
+ _: 1
217
+ }, 8, ["label"])
218
+ ]),
219
+ _: 1
220
+ }),
221
+ e(t, { span: 12 }, {
222
+ default: l(() => [
223
+ e(n, {
224
+ label: a.$t("itsmFlowAcceptance.members"),
225
+ prop: "membersName"
226
+ }, {
227
+ default: l(() => [
228
+ s(r(c.value.membersName), 1)
221
229
  ]),
222
230
  _: 1
223
231
  }, 8, ["label"])
@@ -227,16 +235,47 @@ const fe = /* @__PURE__ */ J({
227
235
  ]),
228
236
  _: 1
229
237
  }),
230
- e(d, null, {
238
+ e(i, null, {
231
239
  default: l(() => [
232
240
  e(t, { span: 24 }, {
233
241
  default: l(() => [
234
242
  e(n, {
235
- label: a.$t("itsmFlowAcceptance.members"),
236
- prop: "membersName"
243
+ label: a.$t("itsmFlowAcceptance.files"),
244
+ prop: "files"
237
245
  }, {
238
246
  default: l(() => [
239
- s(c(r.value.membersName), 1)
247
+ e(x, {
248
+ data: c.value.files,
249
+ border: ""
250
+ }, {
251
+ default: l(() => [
252
+ e(E, {
253
+ prop: "fileName",
254
+ label: "附件名称"
255
+ }),
256
+ e(E, {
257
+ prop: "",
258
+ label: "操作",
259
+ width: "100"
260
+ }, {
261
+ default: l((_) => [
262
+ e(N, {
263
+ type: "primary",
264
+ link: "",
265
+ size: "small",
266
+ onClick: (C) => F(oe)(_.row)
267
+ }, {
268
+ default: l(() => u[2] || (u[2] = [
269
+ s(" 查看 ")
270
+ ])),
271
+ _: 2
272
+ }, 1032, ["onClick"])
273
+ ]),
274
+ _: 1
275
+ })
276
+ ]),
277
+ _: 1
278
+ }, 8, ["data"])
240
279
  ]),
241
280
  _: 1
242
281
  }, 8, ["label"])
@@ -246,7 +285,7 @@ const fe = /* @__PURE__ */ J({
246
285
  ]),
247
286
  _: 1
248
287
  }),
249
- e(d, null, {
288
+ e(i, null, {
250
289
  default: l(() => [
251
290
  e(t, { span: 24 }, {
252
291
  default: l(() => [
@@ -255,7 +294,7 @@ const fe = /* @__PURE__ */ J({
255
294
  prop: "serviceContent"
256
295
  }, {
257
296
  default: l(() => [
258
- s(c(r.value.serviceContent), 1)
297
+ s(r(c.value.serviceContent), 1)
259
298
  ]),
260
299
  _: 1
261
300
  }, 8, ["label"])
@@ -265,7 +304,7 @@ const fe = /* @__PURE__ */ J({
265
304
  ]),
266
305
  _: 1
267
306
  }),
268
- e(d, null, {
307
+ e(i, null, {
269
308
  default: l(() => [
270
309
  e(t, { span: 24 }, {
271
310
  default: l(() => [
@@ -274,7 +313,7 @@ const fe = /* @__PURE__ */ J({
274
313
  prop: "result"
275
314
  }, {
276
315
  default: l(() => [
277
- s(c(F(k).isValuesDict.getValue(r.value.result)), 1)
316
+ s(r(F(k).isValuesDict.getValue(c.value.result)), 1)
278
317
  ]),
279
318
  _: 1
280
319
  }, 8, ["label"])
@@ -284,7 +323,7 @@ const fe = /* @__PURE__ */ J({
284
323
  ]),
285
324
  _: 1
286
325
  }),
287
- e(d, null, {
326
+ e(i, null, {
288
327
  default: l(() => [
289
328
  e(t, { span: 24 }, {
290
329
  default: l(() => [
@@ -293,7 +332,7 @@ const fe = /* @__PURE__ */ J({
293
332
  prop: "evaluate"
294
333
  }, {
295
334
  default: l(() => [
296
- s(c(r.value.evaluate), 1)
335
+ s(r(c.value.evaluate), 1)
297
336
  ]),
298
337
  _: 1
299
338
  }, 8, ["label"])
@@ -303,10 +342,10 @@ const fe = /* @__PURE__ */ J({
303
342
  ]),
304
343
  _: 1
305
344
  }),
306
- e(d, { class: "bordered-row" }, {
345
+ e(i, { class: "bordered-row" }, {
307
346
  default: l(() => [
308
347
  e(t, { span: 12 }, {
309
- default: l(() => u[2] || (u[2] = [
348
+ default: l(() => u[3] || (u[3] = [
310
349
  o("div", { class: "content-box" }, [
311
350
  o("div", { class: "content-box-top" }, [
312
351
  o("div", null, "甲方单位(盖章)"),
@@ -327,7 +366,7 @@ const fe = /* @__PURE__ */ J({
327
366
  span: 12,
328
367
  class: "with-divider"
329
368
  }, {
330
- default: l(() => u[3] || (u[3] = [
369
+ default: l(() => u[4] || (u[4] = [
331
370
  o("div", { class: "content-box" }, [
332
371
  o("div", { class: "content-box-top" }, [
333
372
  o("div", null, "服务人员所属单位(盖章)"),
@@ -347,9 +386,9 @@ const fe = /* @__PURE__ */ J({
347
386
  ]),
348
387
  _: 1
349
388
  }),
350
- e(d, null, {
389
+ e(i, null, {
351
390
  default: l(() => [
352
- v.task.taskDefinitionKey === "UploadScanFile" ? (_(), E(t, {
391
+ v.task.taskDefinitionKey === "UploadScanFile" ? (b(), S(t, {
353
392
  key: 0,
354
393
  span: 12
355
394
  }, {
@@ -358,13 +397,13 @@ const fe = /* @__PURE__ */ J({
358
397
  label: a.$t("itsmFlowEntrust.scannedCopy")
359
398
  }, {
360
399
  default: l(() => [
361
- e($, {
400
+ e(N, {
362
401
  type: "primary",
363
- icon: F(le),
402
+ icon: F(ae),
364
403
  onClick: q
365
404
  }, {
366
405
  default: l(() => [
367
- s(c(a.$t("common.uploadFiles")), 1)
406
+ s(r(a.$t("common.uploadFiles")), 1)
368
407
  ]),
369
408
  _: 1
370
409
  }, 8, ["icon"])
@@ -373,18 +412,18 @@ const fe = /* @__PURE__ */ J({
373
412
  }, 8, ["label"]),
374
413
  e(n, null, {
375
414
  default: l(() => [
376
- (_(!0), g(D, null, Y(i.value, (N, h) => (_(), g("div", {
377
- key: h,
415
+ (b(!0), g(M, null, ee(p.value, (_, C) => (b(), g("div", {
416
+ key: C,
378
417
  class: "files-list"
379
418
  }, [
380
- s(c(N.fileName) + " ", 1),
381
- e(W, {
419
+ s(r(_.fileName) + " ", 1),
420
+ e(H, {
382
421
  size: "16",
383
422
  class: "icon-right",
384
- onClick: (ne) => R(h)
423
+ onClick: (ue) => K(C)
385
424
  }, {
386
425
  default: l(() => [
387
- e(x)
426
+ e(G)
388
427
  ]),
389
428
  _: 2
390
429
  }, 1032, ["onClick"])
@@ -394,8 +433,8 @@ const fe = /* @__PURE__ */ J({
394
433
  })
395
434
  ]),
396
435
  _: 1
397
- })) : M("", !0),
398
- v.task.taskDefinitionKey === "UploadScanFile" ? (_(), E(t, {
436
+ })) : B("", !0),
437
+ v.task.taskDefinitionKey === "UploadScanFile" ? (b(), S(t, {
399
438
  key: 1,
400
439
  span: 12
401
440
  }, {
@@ -404,13 +443,13 @@ const fe = /* @__PURE__ */ J({
404
443
  label: a.$t("itsmFlowEntrust.export")
405
444
  }, {
406
445
  default: l(() => [
407
- e($, {
446
+ e(N, {
408
447
  plain: "",
409
448
  type: "primary",
410
449
  onClick: U
411
450
  }, {
412
451
  default: l(() => [
413
- s(c(a.$t("itsmFlowEntrust.export")), 1)
452
+ s(r(a.$t("itsmFlowEntrust.export")), 1)
414
453
  ]),
415
454
  _: 1
416
455
  })
@@ -419,24 +458,24 @@ const fe = /* @__PURE__ */ J({
419
458
  }, 8, ["label"])
420
459
  ]),
421
460
  _: 1
422
- })) : M("", !0)
461
+ })) : B("", !0)
423
462
  ]),
424
463
  _: 1
425
464
  })
426
465
  ]),
427
466
  _: 1
428
467
  }, 8, ["model"]),
429
- e(H, {
468
+ e(Q, {
430
469
  ref_key: "uploadRef",
431
- ref: I,
432
- modelValue: w.value,
433
- "onUpdate:modelValue": u[0] || (u[0] = (N) => w.value = N),
434
- onUploadFileList: K
470
+ ref: h,
471
+ modelValue: y.value,
472
+ "onUpdate:modelValue": u[0] || (u[0] = (_) => y.value = _),
473
+ onUploadFileList: P
435
474
  }, null, 8, ["modelValue"])
436
475
  ], 64);
437
476
  };
438
477
  }
439
478
  });
440
479
  export {
441
- fe as default
480
+ ve as default
442
481
  };
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as M, ref as R, reactive as S, resolveComponent as s, resolveDirective as W, openBlock as c, createElementBlock as _, createElementVNode as V, createVNode as l, withCtx as t, withKeys as v, unref as a, createTextVNode as k, toDisplayString as d, withDirectives as $, createBlock as F, isRef as U, createCommentVNode as q } from "vue";
2
2
  import { useTableHooks as X } from "jmash-core";
3
3
  import { useI18n as Y } from "vue-i18n";
4
- import { i as Z } from "./common--K4gGsNT.mjs";
5
- import { _ as x } from "./edit.vue_vue_type_script_setup_true_lang-D-UzvXtU.mjs";
6
- import { C as ee, D as h } from "./index-DY7ZV5kq.mjs";
4
+ import { i as Z } from "./common-Cwl5jzlM.mjs";
5
+ import { _ as x } from "./edit.vue_vue_type_script_setup_true_lang-BZ-prpPo.mjs";
6
+ import { C as ee, D as h } from "./index-DugZK_BS.mjs";
7
7
  const oe = { class: "app-container" }, le = { class: "search-container" }, te = ["onClick"], ne = ["onClick"], pe = /* @__PURE__ */ M({
8
8
  __name: "index",
9
9
  setup(ae) {