iking-web-ui-pro 0.2.4 → 0.2.5

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 (43) hide show
  1. package/dist/IKDetailPreviewFiles/ik.index.es.js +517 -505
  2. package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
  3. package/dist/IKPreviewFile/ik.index.es.js +406 -394
  4. package/dist/IKPreviewFile/ik.index.umd.js +1 -1
  5. package/dist/IkApprovalProcessDetail/ik.index.es.js +682 -670
  6. package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
  7. package/dist/IkApprovalProcessDetail/style.css +1 -1
  8. package/dist/IkDescription/ik.index.es.js +414 -402
  9. package/dist/IkDescription/ik.index.umd.js +1 -1
  10. package/dist/IkPreviewFileDialog/ik.index.es.js +54 -51
  11. package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
  12. package/dist/IkUploadFile/ik.index.es.js +866 -851
  13. package/dist/IkUploadFile/ik.index.umd.js +1 -1
  14. package/dist/IkUploadFile/style.css +1 -1
  15. package/dist/IkUploadImage/ik.index.es.js +284 -275
  16. package/dist/IkUploadImage/ik.index.umd.js +1 -1
  17. package/dist/IkUploadImage/style.css +1 -1
  18. package/dist/Provider/ik.index.es.js +1607 -0
  19. package/dist/Provider/ik.index.umd.js +17 -0
  20. package/dist/index.es.js +39054 -37445
  21. package/dist/index.umd.js +95 -79
  22. package/dist/src/components/IKDetailPreviewFiles/index.d.ts +1 -1
  23. package/dist/src/components/IKDetailPreviewFiles/src/IKDetailPreviewFiles.vue.d.ts +1 -1
  24. package/dist/src/components/IKPreviewFile/index.d.ts +3 -3
  25. package/dist/src/components/IKPreviewFile/src/IkPreviewFile.vue.d.ts +1 -1
  26. package/dist/src/components/IkApprovalProcess/index.d.ts +1 -1
  27. package/dist/src/components/IkApprovalProcess/src/IKApprovalProcess.vue.d.ts +1 -1
  28. package/dist/src/components/IkDescription/index.d.ts +3 -3
  29. package/dist/src/components/IkDescription/src/IkDescription.vue.d.ts +1 -1
  30. package/dist/src/components/IkPreviewFileDialog/index.d.ts +1 -1
  31. package/dist/src/components/IkPreviewFileDialog/src/IkPreviewFileDialog.vue.d.ts +1 -1
  32. package/dist/src/components/IkTinymce/index.d.ts +1 -1
  33. package/dist/src/components/IkTinymce/src/index.vue.d.ts +1 -1
  34. package/dist/src/components/IkUploadFile/index.d.ts +3 -3
  35. package/dist/src/components/IkUploadFile/src/index.vue.d.ts +1 -1
  36. package/dist/src/components/IkUploadImage/index.d.ts +3 -3
  37. package/dist/src/components/IkUploadImage/src/index.vue.d.ts +1 -1
  38. package/dist/src/components/Provider/ProviderConfig.vue.d.ts +57 -0
  39. package/dist/src/components/Provider/index.d.ts +120 -0
  40. package/dist/src/components/index.d.ts +1 -0
  41. package/dist/src/utils/use-provider.d.ts +8 -0
  42. package/dist/style.css +1 -1
  43. package/package.json +1 -1
@@ -1,19 +1,19 @@
1
- import { defineComponent as $, computed as E, openBlock as a, createElementBlock as r, createElementVNode as d, ref as M, Fragment as b, renderList as V, normalizeClass as x, normalizeStyle as S, createVNode as z, toDisplayString as g, unref as F, withModifiers as re, renderSlot as H, createCommentVNode as p, mergeModels as te, useModel as oe, reactive as ne, watch as se, nextTick as K, resolveComponent as P, createBlock as R, withCtx as B, createTextVNode as D, h as ce, mergeProps as ie, createSlots as de, onMounted as ue, pushScopeId as pe, popScopeId as fe } from "vue";
2
- import { paramType as he, ikFile as ve, buildUUID as ge, ikColor as ye, ikDate as _e } from "iking-utils-pro";
1
+ import { defineComponent as B, computed as b, openBlock as i, createElementBlock as r, createElementVNode as d, inject as H, ref as M, Fragment as I, renderList as V, normalizeClass as O, normalizeStyle as C, createVNode as T, toDisplayString as m, unref as F, withModifiers as fe, renderSlot as q, createCommentVNode as h, mergeModels as ie, useModel as le, reactive as ae, watch as re, nextTick as G, resolveComponent as P, createBlock as R, withCtx as D, createTextVNode as E, h as he, mergeProps as ce, createSlots as ve, onMounted as ge, pushScopeId as ye, popScopeId as _e } from "vue";
2
+ import { paramType as me, ikFile as we, buildUUID as ke, ikColor as Fe, ikDate as Se } from "iking-utils-pro";
3
3
  const N = (o, t) => {
4
4
  if (o.install = (n) => {
5
- for (const e of [o, ...Object.values(t ?? {})])
6
- n.component(e.name, e);
5
+ for (const l of [o, ...Object.values(t ?? {})])
6
+ n.component(l.name, l);
7
7
  }, t)
8
- for (const [n, e] of Object.entries(t))
9
- o[n] = e;
8
+ for (const [n, l] of Object.entries(t))
9
+ o[n] = l;
10
10
  return o;
11
- }, U = (o, t) => {
11
+ }, W = (o, t) => {
12
12
  const n = o.__vccOpts || o;
13
- for (const [e, s] of t)
14
- n[e] = s;
13
+ for (const [l, e] of t)
14
+ n[l] = e;
15
15
  return n;
16
- }, me = (o) => ({
16
+ }, xe = (o) => ({
17
17
  // ================all================
18
18
  nodeType: {
19
19
  发起人节点: "INITIATOR",
@@ -93,39 +93,39 @@ const N = (o, t) => {
93
93
  ...o.defaultStatus
94
94
  },
95
95
  listData: []
96
- }), we = (o, t, n) => {
97
- let e = "";
96
+ }), be = (o, t, n) => {
97
+ let l = "";
98
98
  switch (t) {
99
99
  case o.nodeType.审批节点:
100
- n && n.length == 1 ? e = "ikapprove-ziyuan" : e = "ikapprove-shenpi";
100
+ n && n.length == 1 ? l = "ikapprove-ziyuan" : l = "ikapprove-shenpi";
101
101
  break;
102
102
  case o.nodeType.办理节点:
103
- e = "ikapprove-bianji";
103
+ l = "ikapprove-bianji";
104
104
  break;
105
105
  case o.nodeType.抄送节点:
106
- e = "ikapprove-chaosong";
106
+ l = "ikapprove-chaosong";
107
107
  break;
108
108
  case o.nodeType.并行分支:
109
- e = "ikapprove-fenzhi";
109
+ l = "ikapprove-fenzhi";
110
110
  break;
111
111
  case o.nodeType.子流程:
112
- e = "ikapprove-ziliucheng1";
112
+ l = "ikapprove-ziliucheng1";
113
113
  break;
114
114
  default:
115
- e = "ikapprove-ziyuan";
115
+ l = "ikapprove-ziyuan";
116
116
  }
117
- return `ikapprove ${e}`;
118
- }, ke = (o, t = 2) => {
117
+ return `ikapprove ${l}`;
118
+ }, ze = (o, t = 2) => {
119
119
  if (o === void 0)
120
120
  return "";
121
121
  if (o === 0)
122
122
  return "0 B";
123
- const n = ["B", "KB", "MB", "GB", "TB"], e = Math.floor(Math.log(o) / Math.log(1024));
124
- let s = o / Math.pow(1024, e);
125
- return (s % 1 === 0 ? s.toFixed(t || 0) : s.toFixed(t)) + " " + n[e];
126
- }, L = (o, t) => t ? t.startsWith("http") ? t : `${o || location.origin}${t}` : "", le = (o, t) => {
127
- var c, u, y, _;
128
- const n = (c = o == null ? void 0 : o.response) != null && c.data ? Q((y = (u = o == null ? void 0 : o.response) == null ? void 0 : u.data) == null ? void 0 : y.suffix) : ((_ = o.raw) == null ? void 0 : _.type) || Q(o[t.suffix]), e = n == null ? void 0 : n.toLowerCase(), s = {
123
+ const n = ["B", "KB", "MB", "GB", "TB"], l = Math.floor(Math.log(o) / Math.log(1024));
124
+ let e = o / Math.pow(1024, l);
125
+ return (e % 1 === 0 ? e.toFixed(t || 0) : e.toFixed(t)) + " " + n[l];
126
+ }, U = (o, t) => t ? t.startsWith("http") ? t : `${o || location.origin}${t}` : "", de = (o, t) => {
127
+ var a, p, y, w;
128
+ const n = (a = o == null ? void 0 : o.response) != null && a.data ? ne((y = (p = o == null ? void 0 : o.response) == null ? void 0 : p.data) == null ? void 0 : y.suffix) : ((w = o.raw) == null ? void 0 : w.type) || ne(o[t.suffix]), l = n == null ? void 0 : n.toLowerCase(), e = {
129
129
  sheet: "excel",
130
130
  excel: "excel",
131
131
  zip: "zip",
@@ -141,11 +141,11 @@ const N = (o, t) => {
141
141
  exe: "exe",
142
142
  json: "json"
143
143
  };
144
- for (let i in s)
145
- if (typeof e == "string" && (e.includes(i) || e === i))
146
- return s[i];
144
+ for (let c in e)
145
+ if (typeof l == "string" && (l.includes(c) || l === c))
146
+ return e[c];
147
147
  return "unknown";
148
- }, Fe = {
148
+ }, $e = {
149
149
  ".doc": "word",
150
150
  ".docx": "word",
151
151
  ".docxf": "word",
@@ -230,13 +230,13 @@ const N = (o, t) => {
230
230
  ".vob": "video",
231
231
  ".txt": "txt",
232
232
  ".pdf": "pdf"
233
- }, Q = (o) => {
233
+ }, ne = (o) => {
234
234
  const t = o == null ? void 0 : o.toLocaleLowerCase(), n = t != null && t.startsWith(".") ? t : `.${t}`;
235
- return n && Fe[n] || "unknow";
236
- }, Se = (o) => {
237
- let t = "", n = ["doc", "docx"], e = ["xls", "xlsx"], s = ["ppt", "pptx"], c = ["pdf"];
238
- return n.includes(o) && (t = "word"), e.includes(o) && (t = "cell"), s.includes(o) && (t = "slide"), c.includes(o) && (t = "text-pdf"), t;
239
- }, be = {
235
+ return n && $e[n] || "unknow";
236
+ }, Ce = (o) => {
237
+ let t = "", n = ["doc", "docx"], l = ["xls", "xlsx"], e = ["ppt", "pptx"], a = ["pdf"];
238
+ return n.includes(o) && (t = "word"), l.includes(o) && (t = "cell"), e.includes(o) && (t = "slide"), a.includes(o) && (t = "text-pdf"), t;
239
+ }, Ie = {
240
240
  key: 0,
241
241
  t: "1686300059786",
242
242
  class: "icon",
@@ -246,7 +246,7 @@ const N = (o, t) => {
246
246
  "p-id": "7671",
247
247
  width: "200",
248
248
  height: "200"
249
- }, xe = /* @__PURE__ */ d(
249
+ }, Oe = /* @__PURE__ */ d(
250
250
  "path",
251
251
  {
252
252
  d: "M160 0h512l256 256v704c0 35.3472-28.6528 64-64 64H160c-35.3472 0-64-28.6528-64-64V64c0-35.3472 28.6528-64 64-64z",
@@ -256,7 +256,7 @@ const N = (o, t) => {
256
256
  null,
257
257
  -1
258
258
  /* HOISTED */
259
- ), ze = /* @__PURE__ */ d(
259
+ ), Te = /* @__PURE__ */ d(
260
260
  "path",
261
261
  {
262
262
  d: "M258.528 742.0672L351.8336 604.928a14.5024 14.5024 0 0 1 22.1696-2.1824l61.664 60.416 135.296-212.064a14.5024 14.5024 0 0 1 24.8064 0.5568l168.1024 291.328a14.5024 14.5024 0 0 1-12.5696 21.7664H270.528a14.5024 14.5024 0 0 1-12.0064-22.6816z",
@@ -266,7 +266,7 @@ const N = (o, t) => {
266
266
  null,
267
267
  -1
268
268
  /* HOISTED */
269
- ), $e = /* @__PURE__ */ d(
269
+ ), Be = /* @__PURE__ */ d(
270
270
  "path",
271
271
  {
272
272
  d: "M359.616 431.5456m-73.1456 0a73.1456 73.1456 0 1 0 146.2912 0 73.1456 73.1456 0 1 0-146.2912 0Z",
@@ -276,7 +276,7 @@ const N = (o, t) => {
276
276
  null,
277
277
  -1
278
278
  /* HOISTED */
279
- ), Ce = /* @__PURE__ */ d(
279
+ ), De = /* @__PURE__ */ d(
280
280
  "path",
281
281
  {
282
282
  d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
@@ -286,12 +286,12 @@ const N = (o, t) => {
286
286
  null,
287
287
  -1
288
288
  /* HOISTED */
289
- ), Ie = [
290
- xe,
291
- ze,
292
- $e,
293
- Ce
294
- ], Oe = {
289
+ ), Ee = [
290
+ Oe,
291
+ Te,
292
+ Be,
293
+ De
294
+ ], Re = {
295
295
  key: 1,
296
296
  t: "1686301531714",
297
297
  class: "icon",
@@ -301,7 +301,7 @@ const N = (o, t) => {
301
301
  "p-id": "9067",
302
302
  width: "200",
303
303
  height: "200"
304
- }, Te = /* @__PURE__ */ d(
304
+ }, Ae = /* @__PURE__ */ d(
305
305
  "path",
306
306
  {
307
307
  d: "M409.6 0v68.266667h-34.133333c-20.48 0-34.133333 13.653333-34.133334 34.133333s13.653333 34.133333 34.133334 34.133333H409.6v68.266667h-34.133333c-20.48 0-34.133333 13.653333-34.133334 34.133333s13.653333 34.133333 34.133334 34.133334H409.6v68.266666h-34.133333c-20.48 0-34.133333 13.653333-34.133334 34.133334s13.653333 34.133333 34.133334 34.133333H409.6v68.266667h-34.133333c-20.48 0-34.133333 13.653333-34.133334 34.133333s13.653333 34.133333 34.133334 34.133333h68.266666c20.48 0 34.133333-13.653333 34.133334-34.133333V477.866667h34.133333c20.48 0 34.133333-13.653333 34.133333-34.133334S532.48 409.6 512 409.6H477.866667V341.333333h34.133333c20.48 0 34.133333-13.653333 34.133333-34.133333S532.48 273.066667 512 273.066667H477.866667V204.8h34.133333c20.48 0 34.133333-13.653333 34.133333-34.133333S532.48 136.533333 512 136.533333H477.866667V0h204.8l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0h204.8z m0 682.666667h68.266667v68.266666H409.6v-68.266666z m-34.133333-68.266667c-20.48 0-34.133333 13.653333-34.133334 34.133333v136.533334c0 20.48 13.653333 34.133333 34.133334 34.133333h136.533333c20.48 0 34.133333-13.653333 34.133333-34.133333v-136.533334c0-20.48-13.653333-34.133333-34.133333-34.133333h-136.533333z",
@@ -311,7 +311,7 @@ const N = (o, t) => {
311
311
  null,
312
312
  -1
313
313
  /* HOISTED */
314
- ), Be = /* @__PURE__ */ d(
314
+ ), Ve = /* @__PURE__ */ d(
315
315
  "path",
316
316
  {
317
317
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -321,10 +321,10 @@ const N = (o, t) => {
321
321
  null,
322
322
  -1
323
323
  /* HOISTED */
324
- ), De = [
325
- Te,
326
- Be
327
- ], Ee = {
324
+ ), Me = [
325
+ Ae,
326
+ Ve
327
+ ], Pe = {
328
328
  key: 2,
329
329
  t: "1686300141125",
330
330
  class: "icon",
@@ -334,7 +334,7 @@ const N = (o, t) => {
334
334
  "p-id": "8137",
335
335
  width: "200",
336
336
  height: "200"
337
- }, Re = /* @__PURE__ */ d(
337
+ }, Ne = /* @__PURE__ */ d(
338
338
  "path",
339
339
  {
340
340
  d: "M204.8 0h477.866667l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0z m204.8 546.133333V443.733333h204.8v136.533334H409.6V546.133333z m0 102.4h204.8c40.96 0 68.266667-27.306667 68.266667-68.266666v-136.533334c0-40.96-27.306667-68.266667-68.266667-68.266666H409.6c-40.96 0-68.266667 27.306667-68.266667 68.266666V819.2c0 20.48 13.653333 34.133333 34.133334 34.133333s34.133333-13.653333 34.133333-34.133333V648.533333z",
@@ -344,7 +344,7 @@ const N = (o, t) => {
344
344
  null,
345
345
  -1
346
346
  /* HOISTED */
347
- ), Ae = /* @__PURE__ */ d(
347
+ ), Le = /* @__PURE__ */ d(
348
348
  "path",
349
349
  {
350
350
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -354,10 +354,10 @@ const N = (o, t) => {
354
354
  null,
355
355
  -1
356
356
  /* HOISTED */
357
- ), Ve = [
358
- Re,
359
- Ae
360
- ], Me = {
357
+ ), He = [
358
+ Ne,
359
+ Le
360
+ ], qe = {
361
361
  key: 3,
362
362
  t: "1686300157181",
363
363
  class: "icon",
@@ -367,7 +367,7 @@ const N = (o, t) => {
367
367
  "p-id": "8292",
368
368
  width: "200",
369
369
  height: "200"
370
- }, Pe = /* @__PURE__ */ d(
370
+ }, Ue = /* @__PURE__ */ d(
371
371
  "path",
372
372
  {
373
373
  d: "M204.8 0h477.866667l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0z m307.2 607.573333l68.266667 191.146667c13.653333 27.306667 54.613333 27.306667 61.44 0l102.4-273.066667c6.826667-20.48 0-34.133333-20.48-40.96s-34.133333 0-40.96 13.653334l-68.266667 191.146666-68.266667-191.146666c-13.653333-27.306667-54.613333-27.306667-68.266666 0l-68.266667 191.146666-68.266667-191.146666c-6.826667-13.653333-27.306667-27.306667-47.786666-20.48s-27.306667 27.306667-20.48 47.786666l102.4 273.066667c13.653333 27.306667 54.613333 27.306667 61.44 0l75.093333-191.146667z",
@@ -377,7 +377,7 @@ const N = (o, t) => {
377
377
  null,
378
378
  -1
379
379
  /* HOISTED */
380
- ), Ne = /* @__PURE__ */ d(
380
+ ), je = /* @__PURE__ */ d(
381
381
  "path",
382
382
  {
383
383
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -387,10 +387,10 @@ const N = (o, t) => {
387
387
  null,
388
388
  -1
389
389
  /* HOISTED */
390
- ), He = [
391
- Pe,
392
- Ne
393
- ], Le = {
390
+ ), We = [
391
+ Ue,
392
+ je
393
+ ], Ke = {
394
394
  key: 4,
395
395
  t: "1686300180947",
396
396
  class: "icon",
@@ -400,7 +400,7 @@ const N = (o, t) => {
400
400
  "p-id": "8447",
401
401
  width: "200",
402
402
  height: "200"
403
- }, qe = /* @__PURE__ */ d(
403
+ }, Ge = /* @__PURE__ */ d(
404
404
  "path",
405
405
  {
406
406
  d: "M204.8 0h477.866667l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0z m477.866667 730.453333c20.48 0 68.266667 0 68.266666-47.786666 0-20.48-6.826667-47.786667-68.266666-47.786667-27.306667 0-54.613333 6.826667-81.92 6.826667-34.133333-27.306667-68.266667-61.44-88.746667-102.4 20.48-75.093333 20.48-122.88 6.826667-150.186667-6.826667-6.826667-20.48-13.653333-34.133334-13.653333-20.48 0-34.133333 6.826667-40.96 20.48-20.48 40.96 13.653333 116.053333 27.306667 150.186666-20.48 54.613333-40.96 109.226667-68.266667 163.84C273.066667 764.586667 273.066667 798.72 273.066667 812.373333c0 13.653333 6.826667 27.306667 20.48 34.133334 6.826667 6.826667 13.653333 6.826667 20.48 6.826666 34.133333 0 68.266667-34.133333 116.053333-109.226666 54.613333-20.48 102.4-40.96 157.013333-47.786667 27.306667 20.48 61.44 34.133333 95.573334 34.133333zM491.52 416.426667c6.826667 20.48 6.826667 47.786667 0 68.266666-13.653333-20.48-13.653333-40.96-13.653333-68.266666h13.653333z m-177.493333 395.946666c13.653333-20.48 27.306667-27.306667 47.786666-40.96-13.653333 20.48-27.306667 34.133333-47.786666 40.96z m184.32-204.8c13.653333 20.48 34.133333 47.786667 54.613333 68.266667H546.133333c-27.306667 6.826667-61.44 13.653333-88.746666 27.306667 13.653333-34.133333 27.306667-61.44 40.96-95.573334z m177.493333 68.266667c27.306667 0 34.133333 6.826667 34.133333 13.653333-6.826667 0-20.48 6.826667-27.306666 0-13.653333 0-27.306667-6.826667-40.96-13.653333h34.133333z",
@@ -410,7 +410,7 @@ const N = (o, t) => {
410
410
  null,
411
411
  -1
412
412
  /* HOISTED */
413
- ), Ue = /* @__PURE__ */ d(
413
+ ), Ye = /* @__PURE__ */ d(
414
414
  "path",
415
415
  {
416
416
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -420,10 +420,10 @@ const N = (o, t) => {
420
420
  null,
421
421
  -1
422
422
  /* HOISTED */
423
- ), je = [
424
- qe,
425
- Ue
426
- ], We = {
423
+ ), Xe = [
424
+ Ge,
425
+ Ye
426
+ ], Je = {
427
427
  key: 5,
428
428
  t: "1686300195363",
429
429
  class: "icon",
@@ -433,7 +433,7 @@ const N = (o, t) => {
433
433
  "p-id": "8602",
434
434
  width: "200",
435
435
  height: "200"
436
- }, Ke = /* @__PURE__ */ d(
436
+ }, Ze = /* @__PURE__ */ d(
437
437
  "path",
438
438
  {
439
439
  d: "M204.8 0h477.866667l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0z m341.333333 512h136.533334c20.48 0 34.133333-13.653333 34.133333-34.133333s-13.653333-34.133333-34.133333-34.133334H341.333333c-20.48 0-34.133333 13.653333-34.133333 34.133334s13.653333 34.133333 34.133333 34.133333h136.533334V819.2c0 20.48 13.653333 34.133333 34.133333 34.133333s34.133333-13.653333 34.133333-34.133333V512z",
@@ -443,7 +443,7 @@ const N = (o, t) => {
443
443
  null,
444
444
  -1
445
445
  /* HOISTED */
446
- ), Ge = /* @__PURE__ */ d(
446
+ ), Qe = /* @__PURE__ */ d(
447
447
  "path",
448
448
  {
449
449
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -453,10 +453,10 @@ const N = (o, t) => {
453
453
  null,
454
454
  -1
455
455
  /* HOISTED */
456
- ), Ye = [
457
- Ke,
458
- Ge
459
- ], Xe = {
456
+ ), e3 = [
457
+ Ze,
458
+ Qe
459
+ ], t3 = {
460
460
  key: 6,
461
461
  t: "1686300209288",
462
462
  class: "icon",
@@ -466,7 +466,7 @@ const N = (o, t) => {
466
466
  "p-id": "8757",
467
467
  width: "200",
468
468
  height: "200"
469
- }, Je = /* @__PURE__ */ d(
469
+ }, o3 = /* @__PURE__ */ d(
470
470
  "path",
471
471
  {
472
472
  d: "M204.8 0h477.866667l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0z m464.213333 375.466667l-232.106666 61.44c-27.306667 13.653333-47.786667 34.133333-47.786667 61.44v218.453333s-20.48-13.653333-54.613333-6.826667c-47.786667 6.826667-95.573333 47.786667-95.573334 88.746667 0 40.96 47.786667 61.44 95.573334 54.613333 54.613333-6.826667 95.573333-40.96 95.573333-81.92V559.786667c0-13.653333 27.306667-27.306667 27.306667-27.306667L655.36 477.866667s20.48-6.826667 20.48 13.653333v170.666667s-20.48-13.653333-54.613333-6.826667c-54.613333 6.826667-95.573333 40.96-95.573334 81.92s47.786667 68.266667 95.573334 61.44 95.573333-40.96 95.573333-81.92V409.6c0-27.306667-27.306667-40.96-47.786667-34.133333z",
@@ -476,7 +476,7 @@ const N = (o, t) => {
476
476
  null,
477
477
  -1
478
478
  /* HOISTED */
479
- ), Ze = /* @__PURE__ */ d(
479
+ ), n3 = /* @__PURE__ */ d(
480
480
  "path",
481
481
  {
482
482
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -486,10 +486,10 @@ const N = (o, t) => {
486
486
  null,
487
487
  -1
488
488
  /* HOISTED */
489
- ), Qe = [
490
- Je,
491
- Ze
492
- ], e3 = {
489
+ ), s3 = [
490
+ o3,
491
+ n3
492
+ ], i3 = {
493
493
  key: 7,
494
494
  t: "1686300225262",
495
495
  class: "icon",
@@ -499,7 +499,7 @@ const N = (o, t) => {
499
499
  "p-id": "8912",
500
500
  width: "200",
501
501
  height: "200"
502
- }, t3 = /* @__PURE__ */ d(
502
+ }, l3 = /* @__PURE__ */ d(
503
503
  "path",
504
504
  {
505
505
  d: "M204.8 0h477.866667l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0z m307.2 853.333333c150.186667 0 273.066667-122.88 273.066667-273.066666s-122.88-273.066667-273.066667-273.066667-273.066667 122.88-273.066667 273.066667 122.88 273.066667 273.066667 273.066666z m0-68.266666c-116.053333 0-204.8-88.746667-204.8-204.8s88.746667-204.8 204.8-204.8 204.8 88.746667 204.8 204.8-88.746667 204.8-204.8 204.8zM614.4 600.746667l6.826667-6.826667c6.826667-13.653333 6.826667-27.306667-6.826667-34.133333L484.693333 471.04s-6.826667-6.826667-13.653333-6.826667c-13.653333 0-27.306667 13.653333-27.306667 27.306667v170.666667c0 6.826667 0 13.653333 6.826667 13.653333 6.826667 13.653333 27.306667 13.653333 40.96 6.826667L614.4 600.746667z",
@@ -509,7 +509,7 @@ const N = (o, t) => {
509
509
  null,
510
510
  -1
511
511
  /* HOISTED */
512
- ), o3 = /* @__PURE__ */ d(
512
+ ), a3 = /* @__PURE__ */ d(
513
513
  "path",
514
514
  {
515
515
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -519,10 +519,10 @@ const N = (o, t) => {
519
519
  null,
520
520
  -1
521
521
  /* HOISTED */
522
- ), n3 = [
523
- t3,
524
- o3
525
- ], s3 = {
522
+ ), r3 = [
523
+ l3,
524
+ a3
525
+ ], c3 = {
526
526
  key: 8,
527
527
  t: "1692251753690",
528
528
  class: "icon",
@@ -532,7 +532,7 @@ const N = (o, t) => {
532
532
  "p-id": "4336",
533
533
  width: "200",
534
534
  height: "200"
535
- }, i3 = /* @__PURE__ */ d(
535
+ }, d3 = /* @__PURE__ */ d(
536
536
  "path",
537
537
  {
538
538
  d: "M192 0h448.170667l319.829333 320V896a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V128A128 128 0 0 1 192 0z",
@@ -542,7 +542,7 @@ const N = (o, t) => {
542
542
  null,
543
543
  -1
544
544
  /* HOISTED */
545
- ), l3 = /* @__PURE__ */ d(
545
+ ), u3 = /* @__PURE__ */ d(
546
546
  "path",
547
547
  {
548
548
  d: "M388.5056 631.261867H307.541333v54.852266h95.095467v33.8944H265.3184v-204.765866h136.977067v34.167466H307.5072v48.810667h80.9984v33.041067z m112.093867-45.397334l38.4-70.621866h48.503466l-59.630933 101.546666 61.201067 103.2192h-49.117867l-39.355733-71.714133-39.389867 71.68h-49.0496l61.166933-103.185067-59.630933-101.546666h48.503467l38.4 70.587733z m266.922666 65.9456c-0.648533 9.898667-3.037867 19.592533-7.0656 28.672-3.7888 8.533333-9.352533 16.1792-16.315733 22.4256-6.929067 6.2464-15.36 11.127467-25.258667 14.6432-9.864533 3.4816-21.128533 5.256533-33.792 5.256534-13.1072 0-24.917333-2.286933-35.362133-6.826667a72.260267 72.260267 0 0 1-26.555733-19.626667 89.019733 89.019733 0 0 1-16.725334-30.993066 133.597867 133.597867 0 0 1-5.870933-40.8576v-13.482667c0-15.121067 2.048-28.740267 6.0416-40.925867 4.061867-12.1856 9.728-22.528 17.1008-31.061333 7.338667-8.533333 16.4864-15.2576 26.794667-19.694933 10.478933-4.608 22.186667-6.894933 35.157333-6.894934 12.731733 0 24.029867 1.809067 33.792 5.393067 9.8304 3.618133 18.1248 8.635733 24.9856 15.0528 6.826667 6.485333 12.288 14.267733 16.042667 22.9376 3.822933 8.874667 6.2464 18.466133 7.304533 28.8768h-42.1888a63.829333 63.829333 0 0 0-3.1744-16.145067 31.744 31.744 0 0 0-7.099733-11.810133 29.354667 29.354667 0 0 0-11.946667-7.2704 55.944533 55.944533 0 0 0-17.749333-2.4576c-14.2336 0-24.849067 5.188267-31.812267 15.5648-6.997333 10.3424-10.478933 26.385067-10.478933 48.128v13.789867c0 10.581333 0.750933 19.899733 2.321066 27.8528 1.536 7.953067 3.959467 14.609067 7.304534 19.968a32.221867 32.221867 0 0 0 12.970666 12.014933c5.256533 2.696533 11.639467 4.027733 19.182934 4.027733 6.656 0 12.3904-0.750933 17.2032-2.2528a30.549333 30.549333 0 0 0 12.0832-6.826666 30.685867 30.685867 0 0 0 7.509333-11.4688c1.809067-4.573867 2.935467-9.898667 3.413333-16.042667h42.154667z",
@@ -553,7 +553,7 @@ const N = (o, t) => {
553
553
  null,
554
554
  -1
555
555
  /* HOISTED */
556
- ), a3 = /* @__PURE__ */ d(
556
+ ), p3 = /* @__PURE__ */ d(
557
557
  "path",
558
558
  {
559
559
  d: "M640 0l320 320H768a128 128 0 0 1-128-128V0z",
@@ -563,11 +563,11 @@ const N = (o, t) => {
563
563
  null,
564
564
  -1
565
565
  /* HOISTED */
566
- ), r3 = [
567
- i3,
568
- l3,
569
- a3
570
- ], c3 = {
566
+ ), f3 = [
567
+ d3,
568
+ u3,
569
+ p3
570
+ ], h3 = {
571
571
  key: 9,
572
572
  t: "1692251753690",
573
573
  class: "icon",
@@ -577,7 +577,7 @@ const N = (o, t) => {
577
577
  "p-id": "4336",
578
578
  width: "200",
579
579
  height: "200"
580
- }, d3 = /* @__PURE__ */ d(
580
+ }, v3 = /* @__PURE__ */ d(
581
581
  "path",
582
582
  {
583
583
  d: "M145.6 0C100.8 0 64 36.8 64 81.6v860.8C64 987.2 100.8 1024 145.6 1024h732.8c44.8 0 81.6-36.8 81.6-81.6V324.8L657.6 0h-512z",
@@ -587,7 +587,7 @@ const N = (o, t) => {
587
587
  null,
588
588
  -1
589
589
  /* HOISTED */
590
- ), u3 = /* @__PURE__ */ d(
590
+ ), g3 = /* @__PURE__ */ d(
591
591
  "path",
592
592
  {
593
593
  d: "M960 326.4v16H755.2s-100.8-20.8-99.2-107.2c0 0 3.2 91.2 96 91.2h208z",
@@ -597,7 +597,7 @@ const N = (o, t) => {
597
597
  null,
598
598
  -1
599
599
  /* HOISTED */
600
- ), p3 = /* @__PURE__ */ d(
600
+ ), y3 = /* @__PURE__ */ d(
601
601
  "path",
602
602
  {
603
603
  d: "M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z",
@@ -608,7 +608,7 @@ const N = (o, t) => {
608
608
  null,
609
609
  -1
610
610
  /* HOISTED */
611
- ), f3 = /* @__PURE__ */ d(
611
+ ), _3 = /* @__PURE__ */ d(
612
612
  "path",
613
613
  {
614
614
  d: "M344 862.4h-100.8c-9.6 0-17.6-8-17.6-17.6V688c0-9.6 8-17.6 17.6-17.6h100.8c4.8 0 9.6 4.8 9.6 11.2 0 6.4-4.8 9.6-9.6 9.6h-94.4v62.4h91.2c6.4 0 11.2 4.8 11.2 11.2 0 6.4-4.8 9.6-11.2 9.6h-91.2v67.2h94.4c4.8 0 9.6 4.8 9.6 9.6 0 6.4-4.8 11.2-9.6 11.2z m193.6 1.6c-4.8 0-8 0-9.6-3.2l-59.2-80-60.8 80c-1.6 3.2-4.8 3.2-8 3.2-6.4 0-11.2-4.8-11.2-11.2 0-1.6 0-4.8 1.6-6.4l62.4-81.6-57.6-78.4c-1.6-1.6-3.2-3.2-3.2-6.4 0-4.8 4.8-11.2 12.8-11.2 3.2 0 6.4 1.6 8 4.8l56 73.6 54.4-73.6c1.6-3.2 4.8-4.8 9.6-4.8s11.2 4.8 11.2 11.2c0 3.2 0 4.8-1.6 6.4l-57.6 76.8 60.8 83.2c1.6 1.6 3.2 4.8 3.2 6.4 0 6.4-6.4 11.2-11.2 11.2z m171.2-1.6h-99.2c-9.6 0-17.6-8-17.6-17.6V688c0-9.6 8-17.6 17.6-17.6h99.2c6.4 0 11.2 4.8 11.2 11.2 0 6.4-4.8 9.6-11.2 9.6h-92.8v62.4h91.2c6.4 0 11.2 4.8 11.2 11.2 0 6.4-4.8 9.6-11.2 9.6h-91.2v67.2h92.8c6.4 0 11.2 4.8 11.2 9.6 0 6.4-4.8 11.2-11.2 11.2z",
@@ -618,12 +618,12 @@ const N = (o, t) => {
618
618
  null,
619
619
  -1
620
620
  /* HOISTED */
621
- ), h3 = [
622
- d3,
623
- u3,
624
- p3,
625
- f3
626
- ], v3 = {
621
+ ), m3 = [
622
+ v3,
623
+ g3,
624
+ y3,
625
+ _3
626
+ ], w3 = {
627
627
  key: 10,
628
628
  t: "1714099890925",
629
629
  class: "icon",
@@ -633,7 +633,7 @@ const N = (o, t) => {
633
633
  "p-id": "2271",
634
634
  width: "200",
635
635
  height: "200"
636
- }, g3 = /* @__PURE__ */ d(
636
+ }, k3 = /* @__PURE__ */ d(
637
637
  "path",
638
638
  {
639
639
  d: "M227.555556 28.444444h389.404444a19.911111 19.911111 0 0 1 14.734222 6.542223l271.132445 298.211555a28.444444 28.444444 0 0 1 7.395555 19.143111V938.666667a56.888889 56.888889 0 0 1-56.888889 56.888889H227.555556a56.888889 56.888889 0 0 1-56.888889-56.888889V85.333333a56.888889 56.888889 0 0 1 56.888889-56.888889z",
@@ -643,7 +643,7 @@ const N = (o, t) => {
643
643
  null,
644
644
  -1
645
645
  /* HOISTED */
646
- ), y3 = /* @__PURE__ */ d(
646
+ ), F3 = /* @__PURE__ */ d(
647
647
  "path",
648
648
  {
649
649
  d: "M625.777778 30.492444a19.911111 19.911111 0 0 1 5.916444 4.465778l271.132445 298.24a28.444444 28.444444 0 0 1 5.176889 8.135111H682.666667a56.888889 56.888889 0 0 1-56.888889-56.888889V30.492444z",
@@ -654,7 +654,7 @@ const N = (o, t) => {
654
654
  null,
655
655
  -1
656
656
  /* HOISTED */
657
- ), _3 = /* @__PURE__ */ d(
657
+ ), S3 = /* @__PURE__ */ d(
658
658
  "path",
659
659
  {
660
660
  d: "M396.288 645.176889c0 5.461333-0.796444 10.865778-2.389333 16.156444-1.592889 5.319111-4.266667 10.069333-7.964445 14.222223-3.697778 4.181333-8.647111 7.509333-14.791111 10.012444a60.871111 60.871111 0 0 1-22.869333 3.754667c-15.160889 0-26.851556-3.982222-35.043556-11.946667-8.192-7.964444-12.288-19.683556-12.288-35.157333v-10.012445h21.617778v6.826667c0 4.721778 0.369778 9.045333 1.137778 12.970667a28.074667 28.074667 0 0 0 3.982222 10.24 18.773333 18.773333 0 0 0 7.964444 6.712888c3.413333 1.592889 7.765333 2.389333 13.084445 2.389334 9.870222 0 16.64-2.645333 20.366222-7.964445 3.697778-5.290667 5.575111-12.430222 5.575111-21.390222v-118.784h21.617778v121.969778z m44.145778 3.413333c0.142222 4.266667 1.137778 7.850667 2.958222 10.808889a20.593778 20.593778 0 0 0 7.168 7.054222c2.958222 1.763556 6.286222 3.015111 10.012444 3.754667 3.697778 0.768 7.537778 1.137778 11.491556 1.137778 3.043556 0 6.229333-0.227556 9.557333-0.682667 3.328-0.455111 6.4-1.28 9.216-2.503111a17.294222 17.294222 0 0 0 6.940445-5.347556 14.250667 14.250667 0 0 0 2.730666-8.988444 12.885333 12.885333 0 0 0-5.688888-11.377778c-3.783111-2.56-8.533333-4.664889-14.222223-6.257778a232.561778 232.561778 0 0 0-18.545777-4.323555 96.227556 96.227556 0 0 1-18.545778-5.461333 38.4 38.4 0 0 1-14.222222-9.898667c-3.783111-4.266667-5.688889-10.154667-5.688889-17.749333a28.16 28.16 0 0 1 3.982222-15.246223c2.645333-4.266667 6.058667-7.68 10.24-10.353777 4.181333-2.645333 8.874667-4.608 14.108444-5.916445 5.233778-1.28 10.439111-1.934222 15.587556-1.934222 6.684444 0 12.8 0.568889 18.432 1.706667 5.603556 1.137778 10.581333 3.128889 14.904889 5.916444 4.323556 2.816 7.765333 6.599111 10.353778 11.377778 2.56 4.778667 4.096 10.752 4.551111 17.863111h-19.342223a19.569778 19.569778 0 0 0-2.958222-9.443556 19.370667 19.370667 0 0 0-6.371555-6.030222 28.956444 28.956444 0 0 0-8.533334-3.299555 43.918222 43.918222 0 0 0-9.443555-1.024c-2.872889 0-5.802667 0.227556-8.760889 0.682666a29.496889 29.496889 0 0 0-8.078222 2.389334 16.270222 16.270222 0 0 0-5.916445 4.551111 11.463111 11.463111 0 0 0-2.275555 7.395555c0 3.356444 1.166222 6.115556 3.527111 8.305778a28.16 28.16 0 0 0 8.988444 5.461333c3.640889 1.422222 7.736889 2.673778 12.288 3.640889 4.551111 0.995556 9.102222 1.991111 13.653334 3.072 4.835556 1.080889 9.585778 2.360889 14.222222 3.868445 4.636444 1.536 8.732444 3.527111 12.288 6.030222s6.456889 5.660444 8.647111 9.443555a27.733333 27.733333 0 0 1 3.299555 14.108445c0 7.111111-1.479111 13.056-4.437333 17.749333a34.702222 34.702222 0 0 1-11.605333 11.377778 48.497778 48.497778 0 0 1-16.156445 6.030222c-5.973333 1.137778-11.946667 1.706667-17.863111 1.706667a82.773333 82.773333 0 0 1-18.659555-2.048 45.795556 45.795556 0 0 1-15.701334-6.712889 34.218667 34.218667 0 0 1-10.922666-12.288 42.581333 42.581333 0 0 1-4.551111-18.545778h19.342222z m116.053333-21.617778c0 7.111111 0.938667 13.482667 2.844445 19.000889 1.905778 5.546667 4.522667 10.183111 7.850666 13.880889a34.076444 34.076444 0 0 0 25.941334 11.491556 34.076444 34.076444 0 0 0 25.941333-11.491556c3.328-3.697778 5.973333-8.334222 7.850667-13.880889 1.905778-5.518222 2.844444-11.861333 2.844444-19.000889 0-7.111111-0.938667-13.454222-2.844444-19.000888a41.016889 41.016889 0 0 0-7.850667-13.994667 33.422222 33.422222 0 0 0-11.719111-8.647111 34.872889 34.872889 0 0 0-14.222222-2.958222c-5.006222 0-9.756444 0.995556-14.222223 2.958222-4.465778 1.991111-8.391111 4.835556-11.719111 8.647111-3.328 3.811556-5.973333 8.476444-7.850666 13.994667-1.905778 5.546667-2.844444 11.889778-2.844445 19.000888z m-20.48 0c0-8.647111 1.223111-16.725333 3.640889-24.234666a54.897778 54.897778 0 0 1 10.922667-19.569778c4.835556-5.518222 10.837333-9.898667 17.976889-13.084444 7.111111-3.185778 15.331556-4.778667 24.576-4.778667 9.386667 0 17.635556 1.592889 24.689777 4.778667 7.054222 3.185778 12.999111 7.566222 17.863111 13.084444 4.835556 5.546667 8.504889 12.060444 10.922667 19.569778 2.417778 7.509333 3.640889 15.587556 3.640889 24.234666 0 8.647111-1.223111 16.696889-3.640889 24.120889-2.417778 7.452444-6.058667 13.937778-10.922667 19.456-4.835556 5.546667-10.808889 9.870222-17.863111 12.970667-7.054222 3.128889-15.274667 4.664889-24.689777 4.664889-9.244444 0-17.436444-1.536-24.576-4.664889a50.261333 50.261333 0 0 1-17.976889-12.970667 55.068444 55.068444 0 0 1-10.922667-19.456 77.283556 77.283556 0 0 1-3.640889-24.120889z m136.988445-58.936888h18.204444v18.659555h0.455111c8.049778-14.250667 20.764444-21.390222 38.229333-21.390222 7.736889 0 14.193778 1.080889 19.342223 3.185778 5.148444 2.133333 9.329778 5.091556 12.515555 8.874666 3.185778 3.811556 5.404444 8.305778 6.712889 13.539556 1.28 5.233778 1.934222 11.036444 1.934222 17.408v77.368889h-19.342222v-79.644445c0-7.281778-2.133333-13.027556-6.371555-17.294222-4.266667-4.266667-10.097778-6.371556-17.521778-6.371555-5.916444 0-11.036444 0.910222-15.36 2.730666a28.814222 28.814222 0 0 0-10.808889 7.736889 33.336889 33.336889 0 0 0-6.485333 11.719111c-1.422222 4.494222-2.161778 9.386667-2.161778 14.677334v66.446222h-19.342222V568.035556z",
@@ -664,11 +664,11 @@ const N = (o, t) => {
664
664
  null,
665
665
  -1
666
666
  /* HOISTED */
667
- ), m3 = [
668
- g3,
669
- y3,
670
- _3
671
- ], w3 = {
667
+ ), x3 = [
668
+ k3,
669
+ F3,
670
+ S3
671
+ ], b3 = {
672
672
  key: 11,
673
673
  t: "1686300037564",
674
674
  class: "icon",
@@ -678,7 +678,7 @@ const N = (o, t) => {
678
678
  "p-id": "7515",
679
679
  width: "200",
680
680
  height: "200"
681
- }, k3 = /* @__PURE__ */ d(
681
+ }, z3 = /* @__PURE__ */ d(
682
682
  "path",
683
683
  {
684
684
  d: "M160 0h512l256 256v704c0 35.3472-28.6528 64-64 64H160c-35.3472 0-64-28.6528-64-64V64c0-35.3472 28.6528-64 64-64z",
@@ -688,7 +688,7 @@ const N = (o, t) => {
688
688
  null,
689
689
  -1
690
690
  /* HOISTED */
691
- ), F3 = /* @__PURE__ */ d(
691
+ ), $3 = /* @__PURE__ */ d(
692
692
  "path",
693
693
  {
694
694
  d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
@@ -698,7 +698,7 @@ const N = (o, t) => {
698
698
  null,
699
699
  -1
700
700
  /* HOISTED */
701
- ), S3 = /* @__PURE__ */ d(
701
+ ), C3 = /* @__PURE__ */ d(
702
702
  "path",
703
703
  {
704
704
  d: "M384 499.2c0-25.6 5.12-46.08 10.24-58.88 5.12-12.8 15.36-25.6 28.16-35.84 12.8-12.8 25.6-20.48 43.52-25.6 15.36-5.12 30.72-7.68 48.64-7.68 35.84 0 64 10.24 89.6 30.72C627.2 422.4 640 448 640 481.28c0 15.36-5.12 28.16-10.24 40.96s-17.92 28.16-38.4 46.08-28.16 30.72-35.84 38.4c-7.68 7.68-10.24 17.92-15.36 28.16-5.12 10.24-2.56 17.92-2.56 43.52h-51.2c0-25.6 2.56-38.4 5.12-51.2s7.68-23.04 15.36-33.28 15.36-23.04 33.28-40.96c17.92-17.92 30.72-30.72 35.84-38.4 5.12-7.68 10.24-20.48 10.24-38.4s-7.68-30.72-20.48-43.52-30.72-20.48-53.76-20.48c-51.2 0-76.8 35.84-76.8 87.04h-51.2z m153.6 281.6h-51.2v-51.2h51.2v51.2z",
@@ -708,11 +708,11 @@ const N = (o, t) => {
708
708
  null,
709
709
  -1
710
710
  /* HOISTED */
711
- ), b3 = [
712
- k3,
713
- F3,
714
- S3
715
- ], x3 = /* @__PURE__ */ $({
711
+ ), I3 = [
712
+ z3,
713
+ $3,
714
+ C3
715
+ ], O3 = /* @__PURE__ */ B({
716
716
  __name: "FileIcon",
717
717
  props: {
718
718
  type: {
@@ -733,10 +733,19 @@ const N = (o, t) => {
733
733
  }
734
734
  },
735
735
  setup(o) {
736
- const t = o, n = E(() => t.file ? le(t.file, t.fields) : t.type);
737
- return (e, s) => n.value === "image" ? (a(), r("svg", be, Ie)) : n.value === "zip" ? (a(), r("svg", Oe, De)) : n.value === "ppt" ? (a(), r("svg", Ee, Ve)) : n.value === "word" ? (a(), r("svg", Me, He)) : n.value === "pdf" ? (a(), r("svg", Le, je)) : n.value === "txt" ? (a(), r("svg", We, Ye)) : n.value === "audio" ? (a(), r("svg", Xe, Qe)) : n.value === "video" ? (a(), r("svg", e3, n3)) : n.value === "excel" ? (a(), r("svg", s3, r3)) : n.value === "exe" ? (a(), r("svg", c3, h3)) : n.value === "json" ? (a(), r("svg", v3, m3)) : (a(), r("svg", w3, b3));
736
+ const t = o, n = b(() => t.file ? de(t.file, t.fields) : t.type);
737
+ return (l, e) => n.value === "image" ? (i(), r("svg", Ie, Ee)) : n.value === "zip" ? (i(), r("svg", Re, Me)) : n.value === "ppt" ? (i(), r("svg", Pe, He)) : n.value === "word" ? (i(), r("svg", qe, We)) : n.value === "pdf" ? (i(), r("svg", Ke, Xe)) : n.value === "txt" ? (i(), r("svg", Je, e3)) : n.value === "audio" ? (i(), r("svg", t3, s3)) : n.value === "video" ? (i(), r("svg", i3, r3)) : n.value === "excel" ? (i(), r("svg", c3, f3)) : n.value === "exe" ? (i(), r("svg", h3, m3)) : n.value === "json" ? (i(), r("svg", w3, x3)) : (i(), r("svg", b3, I3));
738
738
  }
739
- }), z3 = ["onClick"], $3 = { class: "text" }, C3 = { class: "fileName" }, I3 = { class: "size" }, O3 = /* @__PURE__ */ $({
739
+ }), ue = (o) => {
740
+ const t = H("loadUrl"), n = b(() => o.loadUrl || (t == null ? void 0 : t.value)), l = H("uploadUrl"), e = b(() => o.action || o.uploadUrl || (l == null ? void 0 : l.value)), a = H("token"), p = b(() => o.token || (a == null ? void 0 : a.value)), y = H("onlyofficeConfig"), w = b(() => o.onlyofficeConfig || (y == null ? void 0 : y.value)), c = H("userInfo"), f = b(() => o.userInfo || (c == null ? void 0 : c.value));
741
+ return {
742
+ cLoadUrl: n,
743
+ cUploadUrl: e,
744
+ cToken: p,
745
+ cOnlyofficeConfig: w,
746
+ cUserInfo: f
747
+ };
748
+ }, T3 = ["onClick"], B3 = { class: "text" }, D3 = { class: "fileName" }, E3 = { class: "size" }, R3 = /* @__PURE__ */ B({
740
749
  __name: "IkPreviewFile",
741
750
  props: {
742
751
  list: {
@@ -806,80 +815,80 @@ const N = (o, t) => {
806
815
  }
807
816
  },
808
817
  setup(o) {
809
- const t = o, n = E(() => ({
818
+ const t = o, { cLoadUrl: n, cOnlyofficeConfig: l } = ue(t), e = b(() => ({
810
819
  name: "name",
811
820
  url: "url",
812
821
  suffix: "suffix",
813
822
  size: "size",
814
823
  ...t.field
815
- })), e = M({}), s = M(!1), c = (i) => {
816
- var f, v;
817
- e.value = {
818
- ...i,
819
- name: i.name,
820
- url: L(
821
- t.loadUrl,
822
- i.url || ((v = (f = i == null ? void 0 : i.response) == null ? void 0 : f.data) == null ? void 0 : v.id) || (i == null ? void 0 : i.id)
824
+ })), a = M({}), p = M(!1), y = (u) => {
825
+ var _, v;
826
+ a.value = {
827
+ ...u,
828
+ name: u.name,
829
+ url: U(
830
+ n.value,
831
+ u.url || ((v = (_ = u == null ? void 0 : u.response) == null ? void 0 : _.data) == null ? void 0 : v.id) || (u == null ? void 0 : u.id)
823
832
  )
824
- }, s.value = !0;
825
- }, u = (i) => {
826
- ve.downloadFile(
827
- L(
828
- t.loadUrl,
829
- i[n.value.url] || i.attachmentId || i.id
833
+ }, p.value = !0;
834
+ }, w = (u) => {
835
+ we.downloadFile(
836
+ U(
837
+ n.value,
838
+ u[e.value.url] || u.attachmentId || u.id
830
839
  ),
831
- i[n.value.name] || i.attachmentName
840
+ u[e.value.name] || u.attachmentName
832
841
  );
833
- }, y = E(() => he.isNumber(t.width) ? `${t.width}px` : t.width), _ = E(() => t.list.map((i) => ({
834
- ...i,
835
- name: i[n.value.name] || i.attachmentName,
836
- size: i[n.value.size] || i.fileSize || i.attachmentSize,
837
- suffix: i[n.value.suffix] || i.attachmentSuffix
842
+ }, c = b(() => me.isNumber(t.width) ? `${t.width}px` : t.width), f = b(() => t.list.map((u) => ({
843
+ ...u,
844
+ name: u[e.value.name] || u.attachmentName,
845
+ size: u[e.value.size] || u.fileSize || u.attachmentSize,
846
+ suffix: u[e.value.suffix] || u.attachmentSuffix
838
847
  })));
839
- return (i, f) => {
840
- var v;
841
- return a(), r(
842
- b,
848
+ return (u, _) => {
849
+ var v, s, x;
850
+ return i(), r(
851
+ I,
843
852
  null,
844
853
  [
845
- (v = o.list) != null && v.length ? (a(!0), r(
846
- b,
854
+ (v = o.list) != null && v.length ? (i(!0), r(
855
+ I,
847
856
  { key: 0 },
848
- V(_.value, (h, l) => {
849
- var k;
850
- return a(), r(
857
+ V(f.value, (S, g) => {
858
+ var z;
859
+ return i(), r(
851
860
  "div",
852
861
  {
853
- class: x(["iking-privew-annex", { "is-bg": o.showBg }]),
854
- key: l,
855
- style: S({
856
- marginBottom: l == ((k = o.list) == null ? void 0 : k.length) - 1 ? "0" : "10px",
857
- width: y.value
862
+ class: O(["iking-privew-annex", { "is-bg": o.showBg }]),
863
+ key: g,
864
+ style: C({
865
+ marginBottom: g == ((z = o.list) == null ? void 0 : z.length) - 1 ? "0" : "10px",
866
+ width: c.value
858
867
  })
859
868
  },
860
869
  [
861
870
  d("div", {
862
871
  class: "file-card",
863
- onClick: (C) => c(h)
872
+ onClick: ($) => y(S)
864
873
  }, [
865
- z(x3, {
866
- file: h,
867
- style: S({ height: `${o.iconSize}px` }),
874
+ T(O3, {
875
+ file: S,
876
+ style: C({ height: `${o.iconSize}px` }),
868
877
  class: "ikui-w-auto",
869
- fields: n.value
878
+ fields: e.value
870
879
  }, null, 8, ["file", "style", "fields"]),
871
- d("div", $3, [
880
+ d("div", B3, [
872
881
  d(
873
882
  "div",
874
- C3,
875
- g(h.name),
883
+ D3,
884
+ m(S.name),
876
885
  1
877
886
  /* TEXT */
878
887
  ),
879
888
  d(
880
889
  "div",
881
- I3,
882
- g(F(ke)(h.size)),
890
+ E3,
891
+ m(F(ze)(S.size)),
883
892
  1
884
893
  /* TEXT */
885
894
  )
@@ -887,28 +896,28 @@ const N = (o, t) => {
887
896
  d(
888
897
  "div",
889
898
  {
890
- class: x(["flex flex-center", { "hover-show": o.iconHoverShow }])
899
+ class: O(["flex flex-center", { "hover-show": o.iconHoverShow }])
891
900
  },
892
901
  [
893
- z(F(q), {
902
+ T(F(j), {
894
903
  name: "iksvg_daochu",
895
- onClick: re((C) => u(h), ["stop"]),
904
+ onClick: fe(($) => w(S), ["stop"]),
896
905
  bg: o.showBg,
897
906
  size: o.showBg ? "default" : 20
898
907
  }, null, 8, ["onClick", "bg", "size"]),
899
- z(F(q), {
908
+ T(F(j), {
900
909
  name: "iksvg_yulan",
901
910
  bg: o.showBg,
902
911
  size: o.showBg ? "default" : 20
903
912
  }, null, 8, ["bg", "size"]),
904
- H(i.$slots, "operation", {
905
- data: { ...h, findex: l }
913
+ q(u.$slots, "operation", {
914
+ data: { ...S, findex: g }
906
915
  })
907
916
  ],
908
917
  2
909
918
  /* CLASS */
910
919
  )
911
- ], 8, z3)
920
+ ], 8, T3)
912
921
  ],
913
922
  6
914
923
  /* CLASS, STYLE */
@@ -916,15 +925,15 @@ const N = (o, t) => {
916
925
  }),
917
926
  128
918
927
  /* KEYED_FRAGMENT */
919
- )) : p("v-if", !0),
920
- z(F(D3), {
921
- show: s.value,
922
- "onUpdate:show": f[0] || (f[0] = (h) => s.value = h),
923
- loadUrl: o.loadUrl,
924
- file: e.value,
925
- onlyofficeServer: o.onlyofficeServer,
926
- onlyOfficeConfig: o.onlyOfficeConfig,
927
- onlyOfficeAccept: o.onlyOfficeAccept
928
+ )) : h("v-if", !0),
929
+ T(F(M3), {
930
+ show: p.value,
931
+ "onUpdate:show": _[0] || (_[0] = (S) => p.value = S),
932
+ loadUrl: F(n),
933
+ file: a.value,
934
+ onlyofficeServer: ((s = F(l)) == null ? void 0 : s.serverUrl) || o.onlyofficeServer,
935
+ onlyOfficeConfig: F(l),
936
+ onlyOfficeAccept: ((x = F(l)) == null ? void 0 : x.accept) || o.onlyOfficeAccept
928
937
  }, null, 8, ["show", "loadUrl", "file", "onlyofficeServer", "onlyOfficeConfig", "onlyOfficeAccept"])
929
938
  ],
930
939
  64
@@ -933,9 +942,9 @@ const N = (o, t) => {
933
942
  };
934
943
  }
935
944
  });
936
- const T3 = N(O3), B3 = /* @__PURE__ */ $({
945
+ const A3 = N(R3), V3 = /* @__PURE__ */ B({
937
946
  __name: "IkPreviewFileDialog",
938
- props: /* @__PURE__ */ te({
947
+ props: /* @__PURE__ */ ie({
939
948
  file: {
940
949
  type: Object,
941
950
  default: () => []
@@ -970,81 +979,81 @@ const T3 = N(O3), B3 = /* @__PURE__ */ $({
970
979
  }),
971
980
  emits: ["update:show"],
972
981
  setup(o) {
973
- const t = o, n = oe(o, "show"), e = E(() => ({
982
+ const t = o, n = le(o, "show"), l = b(() => ({
974
983
  name: "name",
975
984
  url: "url",
976
985
  suffix: "suffix",
977
986
  size: "fileSize",
978
987
  ...t.field
979
- })), s = M(null), c = M(null), u = ne({
988
+ })), e = M(null), a = M(null), p = ae({
980
989
  image: !1,
981
990
  office: !1,
982
991
  video: !1
983
- }), y = (i) => {
984
- var f, v, h, l, k, C, I;
992
+ }), y = (c) => {
993
+ var f, u, _, v, s, x, S;
985
994
  try {
986
- const m = ((f = i == null ? void 0 : i.response) == null ? void 0 : f.data) || i, O = m[e.value.url] || (m == null ? void 0 : m.id) || m.attachmentId, T = (v = m[e.value.suffix] || m.attachmentSuffix) == null ? void 0 : v.toLowerCase(), A = m[e.value.name] || (m == null ? void 0 : m.attachmentName) || (m == null ? void 0 : m.originName);
987
- if (c.value = {
988
- ...i,
989
- name: i[e.value.name],
990
- url: L(t.loadUrl, O)
991
- }, i && le(i, e.value) === "image") {
992
- u.image = !0;
995
+ const g = ((f = c == null ? void 0 : c.response) == null ? void 0 : f.data) || c, z = g[l.value.url] || (g == null ? void 0 : g.id) || g.attachmentId, $ = (u = g[l.value.suffix] || g.attachmentSuffix) == null ? void 0 : u.toLowerCase(), A = g[l.value.name] || (g == null ? void 0 : g.attachmentName) || (g == null ? void 0 : g.originName);
996
+ if (a.value = {
997
+ ...c,
998
+ name: c[l.value.name],
999
+ url: U(t.loadUrl, z)
1000
+ }, c && de(c, l.value) === "image") {
1001
+ p.image = !0;
993
1002
  return;
994
- } else if ((((h = t.onlyOfficeConfig) == null ? void 0 : h.accept) || t.onlyOfficeAccept).includes(T)) {
995
- u.office = !0, s.value = {
1003
+ } else if ((((_ = t.onlyOfficeConfig) == null ? void 0 : _.accept) || t.onlyOfficeAccept).includes($)) {
1004
+ p.office = !0, e.value = {
996
1005
  ...t.onlyOfficeConfig,
997
1006
  editorConfig: {
998
- ...((l = t.onlyOfficeConfig) == null ? void 0 : l.editorConfig) || {},
1007
+ ...((v = t.onlyOfficeConfig) == null ? void 0 : v.editorConfig) || {},
999
1008
  customization: {
1000
- ...((C = (k = t.onlyOfficeConfig) == null ? void 0 : k.editorConfig) == null ? void 0 : C.customization) || {},
1009
+ ...((x = (s = t.onlyOfficeConfig) == null ? void 0 : s.editorConfig) == null ? void 0 : x.customization) || {},
1001
1010
  review: {
1002
1011
  reviewDisplay: "final"
1003
1012
  }
1004
1013
  }
1005
1014
  },
1006
1015
  document: {
1007
- key: ge(),
1016
+ key: ke(),
1008
1017
  title: A,
1009
- url: L(t.loadUrl, O),
1010
- fileType: T,
1011
- ...((I = t.onlyOfficeConfig) == null ? void 0 : I.document) || {}
1018
+ url: U(t.loadUrl, z),
1019
+ fileType: $,
1020
+ ...((S = t.onlyOfficeConfig) == null ? void 0 : S.document) || {}
1012
1021
  },
1013
- documentType: Se(T)
1022
+ documentType: Ce($)
1014
1023
  };
1015
1024
  return;
1016
1025
  }
1017
- } catch (m) {
1018
- console.info("预览错误: ", m);
1026
+ } catch (g) {
1027
+ console.info("预览错误: ", g);
1019
1028
  }
1020
1029
  };
1021
- se([n, t.file], ([i, f]) => {
1022
- i && K(() => {
1030
+ re([n, t.file], ([c, f]) => {
1031
+ c && G(() => {
1023
1032
  y(t.file);
1024
1033
  });
1025
1034
  });
1026
- const _ = () => {
1027
- n.value = !1, u.office = !1, u.image = !1, u.video = !1;
1035
+ const w = () => {
1036
+ n.value = !1, p.office = !1, p.image = !1, p.video = !1;
1028
1037
  };
1029
- return (i, f) => {
1030
- var h, l;
1031
- const v = P("el-image-viewer");
1032
- return n.value ? (a(), r(
1033
- b,
1038
+ return (c, f) => {
1039
+ var _, v;
1040
+ const u = P("el-image-viewer");
1041
+ return n.value ? (i(), r(
1042
+ I,
1034
1043
  { key: 0 },
1035
1044
  [
1036
- (h = c.value) != null && h.url && u.image ? (a(), R(v, {
1045
+ (_ = a.value) != null && _.url && p.image ? (i(), R(u, {
1037
1046
  key: 0,
1038
- onClose: f[0] || (f[0] = (k) => {
1039
- c.value = null, u.image = !1;
1047
+ onClose: f[0] || (f[0] = (s) => {
1048
+ a.value = null, p.image = !1;
1040
1049
  }),
1041
1050
  ref: "previewImgRef",
1042
- "url-list": [(l = c.value) == null ? void 0 : l.url]
1043
- }, null, 8, ["url-list"])) : p("v-if", !0),
1044
- p(" 文档类 "),
1045
- z(F(G3), {
1046
- modelValue: u.office,
1047
- "onUpdate:modelValue": f[1] || (f[1] = (k) => u.office = k),
1051
+ "url-list": [(v = a.value) == null ? void 0 : v.url]
1052
+ }, null, 8, ["url-list"])) : h("v-if", !0),
1053
+ h(" 文档类 "),
1054
+ T(F(Q3), {
1055
+ modelValue: p.office,
1056
+ "onUpdate:modelValue": f[1] || (f[1] = (s) => p.office = s),
1048
1057
  draggable: "",
1049
1058
  "no-footer": "",
1050
1059
  "no-header": "",
@@ -1054,37 +1063,40 @@ const T3 = N(O3), B3 = /* @__PURE__ */ $({
1054
1063
  "close-on-click-modal": "",
1055
1064
  "close-on-press-escape": !1,
1056
1065
  "append-to-body": "",
1057
- onClose: _,
1066
+ onClose: w,
1058
1067
  "modal-class": "ik-only-preview-dialog"
1059
1068
  }, {
1060
- default: B(() => [
1061
- z(F(o6), {
1062
- "config-options": s.value,
1063
- "document-server-url": o.onlyOfficeConfig.serverUrl || o.onlyofficeServer
1064
- }, null, 8, ["config-options", "document-server-url"])
1065
- ]),
1069
+ default: D(() => {
1070
+ var s;
1071
+ return [
1072
+ T(F(a6), {
1073
+ "config-options": e.value,
1074
+ "document-server-url": ((s = o.onlyOfficeConfig) == null ? void 0 : s.serverUrl) || o.onlyofficeServer
1075
+ }, null, 8, ["config-options", "document-server-url"])
1076
+ ];
1077
+ }),
1066
1078
  _: 1
1067
1079
  /* STABLE */
1068
1080
  }, 8, ["modelValue"])
1069
1081
  ],
1070
1082
  64
1071
1083
  /* STABLE_FRAGMENT */
1072
- )) : p("v-if", !0);
1084
+ )) : h("v-if", !0);
1073
1085
  };
1074
1086
  }
1075
1087
  });
1076
- const D3 = N(B3), E3 = {
1088
+ const M3 = N(V3), P3 = {
1077
1089
  key: 0,
1078
1090
  class: "ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"
1079
- }, R3 = {
1091
+ }, N3 = {
1080
1092
  key: 1,
1081
1093
  class: "h-[1em] w-[1em]",
1082
1094
  "aria-hidden": "true"
1083
- }, A3 = ["xlink:href"], V3 = ["src"], M3 = {
1095
+ }, L3 = ["xlink:href"], H3 = ["src"], q3 = {
1084
1096
  key: 1,
1085
1097
  class: "h-[1em] w-[1em]",
1086
1098
  "aria-hidden": "true"
1087
- }, P3 = ["xlink:href"], N3 = ["src"], H3 = /* @__PURE__ */ $({
1099
+ }, U3 = ["xlink:href"], j3 = ["src"], W3 = /* @__PURE__ */ B({
1088
1100
  name: "IkSvgIcon",
1089
1101
  __name: "index",
1090
1102
  props: {
@@ -1111,84 +1123,84 @@ const D3 = N(B3), E3 = {
1111
1123
  tableIconType: { default: "icon" }
1112
1124
  },
1113
1125
  setup(o) {
1114
- const t = o, n = E(() => {
1115
- var s, c, u;
1116
- return /^http?:\/\//.test(t.name) ? "img" : /i-[^:]+:[^:]+/.test(t.name) ? "unocss" : (s = t.name) != null && s.startsWith("iksig") ? "iksig" : (c = t.name) != null && c.includes(":") ? "iconify" : (u = t.name) != null && u.startsWith("iksvg") ? "svg" : "i";
1117
- }), e = E(() => {
1118
- const s = [];
1126
+ const t = o, n = b(() => {
1127
+ var e, a, p;
1128
+ return /^http?:\/\//.test(t.name) ? "img" : /i-[^:]+:[^:]+/.test(t.name) ? "unocss" : (e = t.name) != null && e.startsWith("iksig") ? "iksig" : (a = t.name) != null && a.includes(":") ? "iconify" : (p = t.name) != null && p.startsWith("iksvg") ? "svg" : "i";
1129
+ }), l = b(() => {
1130
+ const e = [];
1119
1131
  if (t.flip)
1120
1132
  switch (t.flip) {
1121
1133
  case "horizontal":
1122
- s.push("rotateY(180deg)");
1134
+ e.push("rotateY(180deg)");
1123
1135
  break;
1124
1136
  case "vertical":
1125
- s.push("rotateX(180deg)");
1137
+ e.push("rotateX(180deg)");
1126
1138
  break;
1127
1139
  case "both":
1128
- s.push("rotateX(180deg)"), s.push("rotateY(180deg)");
1140
+ e.push("rotateX(180deg)"), e.push("rotateY(180deg)");
1129
1141
  break;
1130
1142
  }
1131
- t.rotate && s.push(`rotate(${t.rotate % 360}deg)`);
1132
- const c = {
1143
+ t.rotate && e.push(`rotate(${t.rotate % 360}deg)`);
1144
+ const a = {
1133
1145
  ...t.color && { color: t.color },
1134
1146
  ...t.size && { fontSize: typeof t.size == "number" ? `${t.size}px` : t.size },
1135
- ...s.length && { transform: s.join(" ") },
1147
+ ...e.length && { transform: e.join(" ") },
1136
1148
  padding: t.showBg || t.bg ? t.padding : 0,
1137
1149
  ...t.color && n.value !== "iksig" ? {
1138
1150
  "--ik-color-icon-dark": t.color,
1139
- "--ik-color-icon-light": t.colorLight || ye.setOpacity(t.color, t.opacity)
1151
+ "--ik-color-icon-light": t.colorLight || Fe.setOpacity(t.color, t.opacity)
1140
1152
  } : {}
1141
1153
  };
1142
- return t.width && (c.width = c.height = typeof t.width == "number" ? `${t.width}px` : t.width), c;
1154
+ return t.width && (a.width = a.height = typeof t.width == "number" ? `${t.width}px` : t.width), a;
1143
1155
  });
1144
- return (s, c) => {
1145
- const u = P("el-tooltip"), y = P("el-button");
1146
- return s.tableIconType === "icon" ? (a(), r("span", E3, [
1147
- s.notip || !s.title ? (a(), r(
1156
+ return (e, a) => {
1157
+ const p = P("el-tooltip"), y = P("el-button");
1158
+ return e.tableIconType === "icon" ? (i(), r("span", P3, [
1159
+ e.notip || !e.title ? (i(), r(
1148
1160
  "i",
1149
1161
  {
1150
1162
  key: 0,
1151
- class: x(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
1152
- [s.name]: n.value === "unocss",
1153
- "show-bg": s.showBg || s.bg,
1154
- default: s.size === "default",
1155
- small: s.size === "small",
1156
- big: s.size === "big",
1157
- warning: s.warning || t.type === "warning",
1158
- primary: s.primary || t.type === "primary",
1159
- success: s.success || t.type === "success",
1160
- error: s.error || t.type === "error",
1161
- active: s.active,
1162
- disabled: s.disabled
1163
+ class: O(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
1164
+ [e.name]: n.value === "unocss",
1165
+ "show-bg": e.showBg || e.bg,
1166
+ default: e.size === "default",
1167
+ small: e.size === "small",
1168
+ big: e.size === "big",
1169
+ warning: e.warning || t.type === "warning",
1170
+ primary: e.primary || t.type === "primary",
1171
+ success: e.success || t.type === "success",
1172
+ error: e.error || t.type === "error",
1173
+ active: e.active,
1174
+ disabled: e.disabled
1163
1175
  }]),
1164
- style: S(e.value)
1176
+ style: C(l.value)
1165
1177
  },
1166
1178
  [
1167
- p(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
1168
- n.value === "iksig" ? (a(), r(
1179
+ h(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
1180
+ n.value === "iksig" ? (i(), r(
1169
1181
  "i",
1170
1182
  {
1171
1183
  key: 0,
1172
- class: x(`iksig ${s.name}`),
1173
- style: S(e.value)
1184
+ class: O(`iksig ${e.name}`),
1185
+ style: C(l.value)
1174
1186
  },
1175
1187
  null,
1176
1188
  6
1177
1189
  /* CLASS, STYLE */
1178
- )) : n.value === "svg" ? (a(), r("svg", R3, [
1190
+ )) : n.value === "svg" ? (i(), r("svg", N3, [
1179
1191
  d("use", {
1180
- "xlink:href": `#${s.name}`
1181
- }, null, 8, A3)
1182
- ])) : n.value === "img" ? (a(), r("img", {
1192
+ "xlink:href": `#${e.name}`
1193
+ }, null, 8, L3)
1194
+ ])) : n.value === "img" ? (i(), r("img", {
1183
1195
  key: 2,
1184
- src: s.name,
1196
+ src: e.name,
1185
1197
  class: "h-[1em] w-[1em]"
1186
- }, null, 8, V3)) : (a(), r(
1198
+ }, null, 8, H3)) : (i(), r(
1187
1199
  "i",
1188
1200
  {
1189
1201
  key: 3,
1190
- class: x(s.name),
1191
- style: S(e.value)
1202
+ class: O(e.name),
1203
+ style: C(l.value)
1192
1204
  },
1193
1205
  null,
1194
1206
  6
@@ -1197,54 +1209,54 @@ const D3 = N(B3), E3 = {
1197
1209
  ],
1198
1210
  6
1199
1211
  /* CLASS, STYLE */
1200
- )) : (a(), R(u, {
1212
+ )) : (i(), R(p, {
1201
1213
  key: 1,
1202
- content: s.title,
1214
+ content: e.title,
1203
1215
  placement: "top"
1204
1216
  }, {
1205
- default: B(() => [
1217
+ default: D(() => [
1206
1218
  d(
1207
1219
  "i",
1208
1220
  {
1209
- class: x(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
1210
- [s.name]: n.value === "unocss",
1211
- "show-bg": s.showBg || s.bg,
1212
- default: s.size === "default",
1213
- small: s.size === "small",
1214
- big: s.size === "big",
1215
- warning: s.warning || t.type === "warning",
1216
- primary: s.primary || t.type === "primary",
1217
- success: s.success || t.type === "success",
1218
- error: s.error || t.type === "error",
1219
- active: s.active
1221
+ class: O(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
1222
+ [e.name]: n.value === "unocss",
1223
+ "show-bg": e.showBg || e.bg,
1224
+ default: e.size === "default",
1225
+ small: e.size === "small",
1226
+ big: e.size === "big",
1227
+ warning: e.warning || t.type === "warning",
1228
+ primary: e.primary || t.type === "primary",
1229
+ success: e.success || t.type === "success",
1230
+ error: e.error || t.type === "error",
1231
+ active: e.active
1220
1232
  }]),
1221
- style: S(e.value)
1233
+ style: C(l.value)
1222
1234
  },
1223
1235
  [
1224
- n.value === "iksig" ? (a(), r(
1236
+ n.value === "iksig" ? (i(), r(
1225
1237
  "i",
1226
1238
  {
1227
1239
  key: 0,
1228
- class: x(`iksig ${s.name}`),
1229
- style: S(e.value)
1240
+ class: O(`iksig ${e.name}`),
1241
+ style: C(l.value)
1230
1242
  },
1231
1243
  null,
1232
1244
  6
1233
1245
  /* CLASS, STYLE */
1234
- )) : n.value === "svg" ? (a(), r("svg", M3, [
1246
+ )) : n.value === "svg" ? (i(), r("svg", q3, [
1235
1247
  d("use", {
1236
- "xlink:href": `#${s.name}`
1237
- }, null, 8, P3)
1238
- ])) : n.value === "img" ? (a(), r("img", {
1248
+ "xlink:href": `#${e.name}`
1249
+ }, null, 8, U3)
1250
+ ])) : n.value === "img" ? (i(), r("img", {
1239
1251
  key: 2,
1240
- src: s.name,
1252
+ src: e.name,
1241
1253
  class: "h-[1em] w-[1em]"
1242
- }, null, 8, N3)) : (a(), r(
1254
+ }, null, 8, j3)) : (i(), r(
1243
1255
  "i",
1244
1256
  {
1245
1257
  key: 3,
1246
- class: x(s.name),
1247
- style: S(e.value)
1258
+ class: O(e.name),
1259
+ style: C(l.value)
1248
1260
  },
1249
1261
  null,
1250
1262
  6
@@ -1258,13 +1270,13 @@ const D3 = N(B3), E3 = {
1258
1270
  _: 1
1259
1271
  /* STABLE */
1260
1272
  }, 8, ["content"]))
1261
- ])) : (a(), R(y, {
1273
+ ])) : (i(), R(y, {
1262
1274
  key: 1,
1263
- type: ["warning", "error"].includes(s.type) ? "danger" : ""
1275
+ type: ["warning", "error"].includes(e.type) ? "danger" : ""
1264
1276
  }, {
1265
- default: B(() => [
1266
- D(
1267
- g(s.title),
1277
+ default: D(() => [
1278
+ E(
1279
+ m(e.title),
1268
1280
  1
1269
1281
  /* TEXT */
1270
1282
  )
@@ -1275,10 +1287,10 @@ const D3 = N(B3), E3 = {
1275
1287
  };
1276
1288
  }
1277
1289
  });
1278
- const L3 = /* @__PURE__ */ U(H3, [["__scopeId", "data-v-7d95dbf5"]]), q = N(L3), q3 = {
1290
+ const K3 = /* @__PURE__ */ W(W3, [["__scopeId", "data-v-7d95dbf5"]]), j = N(K3), G3 = {
1279
1291
  key: 0,
1280
1292
  class: "exit-main-page-maximize"
1281
- }, U3 = /* @__PURE__ */ $({
1293
+ }, Y3 = /* @__PURE__ */ B({
1282
1294
  __name: "CloseIcon",
1283
1295
  props: {
1284
1296
  showBg: {
@@ -1291,15 +1303,15 @@ const L3 = /* @__PURE__ */ U(H3, [["__scopeId", "data-v-7d95dbf5"]]), q = N(L3),
1291
1303
  }
1292
1304
  },
1293
1305
  setup(o) {
1294
- return (t, n) => (a(), r("div", null, [
1295
- o.showBg && o.fullscreen ? (a(), r("div", q3, [
1296
- z(F(q), {
1306
+ return (t, n) => (i(), r("div", null, [
1307
+ o.showBg && o.fullscreen ? (i(), r("div", G3, [
1308
+ T(F(j), {
1297
1309
  name: "iksvg_guanbidanchuang",
1298
1310
  title: "关闭",
1299
1311
  size: 20,
1300
1312
  error: ""
1301
1313
  })
1302
- ])) : (a(), R(F(q), {
1314
+ ])) : (i(), R(F(j), {
1303
1315
  key: 1,
1304
1316
  error: "",
1305
1317
  name: "iksvg_guanbidanchuang",
@@ -1309,9 +1321,9 @@ const L3 = /* @__PURE__ */ U(H3, [["__scopeId", "data-v-7d95dbf5"]]), q = N(L3),
1309
1321
  ]));
1310
1322
  }
1311
1323
  });
1312
- const j3 = /* @__PURE__ */ U(U3, [["__scopeId", "data-v-79f49df8"]]), W3 = { class: "base-header" }, K3 = /* @__PURE__ */ $({
1324
+ const X3 = /* @__PURE__ */ W(Y3, [["__scopeId", "data-v-79f49df8"]]), J3 = { class: "base-header" }, Z3 = /* @__PURE__ */ B({
1313
1325
  __name: "IkBaseDialog",
1314
- props: /* @__PURE__ */ te({
1326
+ props: /* @__PURE__ */ ie({
1315
1327
  title: { default: "" },
1316
1328
  cancelText: { default: "取消" },
1317
1329
  confirmText: { default: "确认" },
@@ -1330,64 +1342,64 @@ const j3 = /* @__PURE__ */ U(U3, [["__scopeId", "data-v-79f49df8"]]), W3 = { cla
1330
1342
  }),
1331
1343
  emits: ["update:modelValue"],
1332
1344
  setup(o) {
1333
- const t = o, n = oe(o, "modelValue"), e = M(t.fullscreen), s = () => {
1334
- e.value = !e.value;
1335
- }, c = $({
1345
+ const t = o, n = le(o, "modelValue"), l = M(t.fullscreen), e = () => {
1346
+ l.value = !l.value;
1347
+ }, a = B({
1336
1348
  setup() {
1337
- return () => ce(j3, {
1349
+ return () => he(X3, {
1338
1350
  showBg: t.showCloseBg,
1339
1351
  fullscreen: t.fullscreen
1340
1352
  });
1341
1353
  }
1342
1354
  });
1343
- return (u, y) => {
1344
- const _ = P("el-dialog");
1345
- return a(), R(_, ie({
1355
+ return (p, y) => {
1356
+ const w = P("el-dialog");
1357
+ return i(), R(w, ce({
1346
1358
  modelValue: n.value,
1347
- "onUpdate:modelValue": y[0] || (y[0] = (i) => n.value = i)
1348
- }, u.$attrs, {
1349
- "close-icon": F(c),
1350
- class: `ik-base-dialog ${u.noHeader ? "no-header" : ""} ${u.noFooter ? "no-footer" : ""}`,
1351
- fullscreen: e.value,
1359
+ "onUpdate:modelValue": y[0] || (y[0] = (c) => n.value = c)
1360
+ }, p.$attrs, {
1361
+ "close-icon": F(a),
1362
+ class: `ik-base-dialog ${p.noHeader ? "no-header" : ""} ${p.noFooter ? "no-footer" : ""}`,
1363
+ fullscreen: l.value,
1352
1364
  "modal-class": "baseDialog"
1353
- }), de({
1354
- icon: B(() => [
1355
- H(u.$slots, "title", {}, () => [
1356
- D(
1357
- g(u.title),
1365
+ }), ve({
1366
+ icon: D(() => [
1367
+ q(p.$slots, "title", {}, () => [
1368
+ E(
1369
+ m(p.title),
1358
1370
  1
1359
1371
  /* TEXT */
1360
1372
  )
1361
1373
  ])
1362
1374
  ]),
1363
- header: B(() => [
1364
- d("div", W3, [
1365
- H(u.$slots, "header", {}, () => [
1366
- D(
1367
- g(u.title),
1375
+ header: D(() => [
1376
+ d("div", J3, [
1377
+ q(p.$slots, "header", {}, () => [
1378
+ E(
1379
+ m(p.title),
1368
1380
  1
1369
1381
  /* TEXT */
1370
1382
  )
1371
1383
  ])
1372
1384
  ]),
1373
- u.$attrs.showClose ? (a(), R(F(q), {
1385
+ p.$attrs.showClose ? (i(), R(F(j), {
1374
1386
  key: 0,
1375
- onClick: s,
1376
- name: e.value ? "iksvg_tuichuquanping" : "iksvg_quanping-daohang",
1387
+ onClick: e,
1388
+ name: l.value ? "iksvg_tuichuquanping" : "iksvg_quanping-daohang",
1377
1389
  class: "absolute! top-[18px] right-[50px] icon-dialog-full",
1378
- title: e.value ? "退出全屏" : "全屏"
1379
- }, null, 8, ["name", "title"])) : p("v-if", !0)
1390
+ title: l.value ? "退出全屏" : "全屏"
1391
+ }, null, 8, ["name", "title"])) : h("v-if", !0)
1380
1392
  ]),
1381
- default: B(() => [
1382
- H(u.$slots, "default")
1393
+ default: D(() => [
1394
+ q(p.$slots, "default")
1383
1395
  ]),
1384
1396
  _: 2
1385
1397
  /* DYNAMIC */
1386
1398
  }, [
1387
- u.$slots.footer ? {
1399
+ p.$slots.footer ? {
1388
1400
  name: "footer",
1389
- fn: B(() => [
1390
- H(u.$slots, "footer")
1401
+ fn: D(() => [
1402
+ q(p.$slots, "footer")
1391
1403
  ]),
1392
1404
  key: "0"
1393
1405
  } : void 0
@@ -1395,135 +1407,135 @@ const j3 = /* @__PURE__ */ U(U3, [["__scopeId", "data-v-79f49df8"]]), W3 = { cla
1395
1407
  };
1396
1408
  }
1397
1409
  });
1398
- const G3 = N(K3);
1399
- function Y3(o, t, n, e) {
1400
- function s(c) {
1401
- return c instanceof n ? c : new n(function(u) {
1402
- u(c);
1410
+ const Q3 = N(Z3);
1411
+ function e6(o, t, n, l) {
1412
+ function e(a) {
1413
+ return a instanceof n ? a : new n(function(p) {
1414
+ p(a);
1403
1415
  });
1404
1416
  }
1405
- return new (n || (n = Promise))(function(c, u) {
1417
+ return new (n || (n = Promise))(function(a, p) {
1406
1418
  function y(f) {
1407
1419
  try {
1408
- i(e.next(f));
1409
- } catch (v) {
1410
- u(v);
1420
+ c(l.next(f));
1421
+ } catch (u) {
1422
+ p(u);
1411
1423
  }
1412
1424
  }
1413
- function _(f) {
1425
+ function w(f) {
1414
1426
  try {
1415
- i(e.throw(f));
1416
- } catch (v) {
1417
- u(v);
1427
+ c(l.throw(f));
1428
+ } catch (u) {
1429
+ p(u);
1418
1430
  }
1419
1431
  }
1420
- function i(f) {
1421
- f.done ? c(f.value) : s(f.value).then(y, _);
1432
+ function c(f) {
1433
+ f.done ? a(f.value) : e(f.value).then(y, w);
1422
1434
  }
1423
- i((e = e.apply(o, t || [])).next());
1435
+ c((l = l.apply(o, t || [])).next());
1424
1436
  });
1425
1437
  }
1426
- function X3(o, t) {
1438
+ function t6(o, t) {
1427
1439
  var n = { label: 0, sent: function() {
1428
- if (c[0] & 1)
1429
- throw c[1];
1430
- return c[1];
1431
- }, trys: [], ops: [] }, e, s, c, u;
1432
- return u = { next: y(0), throw: y(1), return: y(2) }, typeof Symbol == "function" && (u[Symbol.iterator] = function() {
1440
+ if (a[0] & 1)
1441
+ throw a[1];
1442
+ return a[1];
1443
+ }, trys: [], ops: [] }, l, e, a, p;
1444
+ return p = { next: y(0), throw: y(1), return: y(2) }, typeof Symbol == "function" && (p[Symbol.iterator] = function() {
1433
1445
  return this;
1434
- }), u;
1435
- function y(i) {
1446
+ }), p;
1447
+ function y(c) {
1436
1448
  return function(f) {
1437
- return _([i, f]);
1449
+ return w([c, f]);
1438
1450
  };
1439
1451
  }
1440
- function _(i) {
1441
- if (e)
1452
+ function w(c) {
1453
+ if (l)
1442
1454
  throw new TypeError("Generator is already executing.");
1443
- for (; u && (u = 0, i[0] && (n = 0)), n; )
1455
+ for (; p && (p = 0, c[0] && (n = 0)), n; )
1444
1456
  try {
1445
- if (e = 1, s && (c = i[0] & 2 ? s.return : i[0] ? s.throw || ((c = s.return) && c.call(s), 0) : s.next) && !(c = c.call(s, i[1])).done)
1446
- return c;
1447
- switch (s = 0, c && (i = [i[0] & 2, c.value]), i[0]) {
1457
+ if (l = 1, e && (a = c[0] & 2 ? e.return : c[0] ? e.throw || ((a = e.return) && a.call(e), 0) : e.next) && !(a = a.call(e, c[1])).done)
1458
+ return a;
1459
+ switch (e = 0, a && (c = [c[0] & 2, a.value]), c[0]) {
1448
1460
  case 0:
1449
1461
  case 1:
1450
- c = i;
1462
+ a = c;
1451
1463
  break;
1452
1464
  case 4:
1453
- return n.label++, { value: i[1], done: !1 };
1465
+ return n.label++, { value: c[1], done: !1 };
1454
1466
  case 5:
1455
- n.label++, s = i[1], i = [0];
1467
+ n.label++, e = c[1], c = [0];
1456
1468
  continue;
1457
1469
  case 7:
1458
- i = n.ops.pop(), n.trys.pop();
1470
+ c = n.ops.pop(), n.trys.pop();
1459
1471
  continue;
1460
1472
  default:
1461
- if (c = n.trys, !(c = c.length > 0 && c[c.length - 1]) && (i[0] === 6 || i[0] === 2)) {
1473
+ if (a = n.trys, !(a = a.length > 0 && a[a.length - 1]) && (c[0] === 6 || c[0] === 2)) {
1462
1474
  n = 0;
1463
1475
  continue;
1464
1476
  }
1465
- if (i[0] === 3 && (!c || i[1] > c[0] && i[1] < c[3])) {
1466
- n.label = i[1];
1477
+ if (c[0] === 3 && (!a || c[1] > a[0] && c[1] < a[3])) {
1478
+ n.label = c[1];
1467
1479
  break;
1468
1480
  }
1469
- if (i[0] === 6 && n.label < c[1]) {
1470
- n.label = c[1], c = i;
1481
+ if (c[0] === 6 && n.label < a[1]) {
1482
+ n.label = a[1], a = c;
1471
1483
  break;
1472
1484
  }
1473
- if (c && n.label < c[2]) {
1474
- n.label = c[2], n.ops.push(i);
1485
+ if (a && n.label < a[2]) {
1486
+ n.label = a[2], n.ops.push(c);
1475
1487
  break;
1476
1488
  }
1477
- c[2] && n.ops.pop(), n.trys.pop();
1489
+ a[2] && n.ops.pop(), n.trys.pop();
1478
1490
  continue;
1479
1491
  }
1480
- i = t.call(o, n);
1492
+ c = t.call(o, n);
1481
1493
  } catch (f) {
1482
- i = [6, f], s = 0;
1494
+ c = [6, f], e = 0;
1483
1495
  } finally {
1484
- e = c = 0;
1496
+ l = a = 0;
1485
1497
  }
1486
- if (i[0] & 5)
1487
- throw i[1];
1488
- return { value: i[0] ? i[1] : void 0, done: !0 };
1498
+ if (c[0] & 5)
1499
+ throw c[1];
1500
+ return { value: c[0] ? c[1] : void 0, done: !0 };
1489
1501
  }
1490
1502
  }
1491
- var J3 = function(o, t) {
1492
- return Y3(void 0, void 0, void 0, function() {
1493
- return X3(this, function(n) {
1494
- return [2, new Promise(function(e, s) {
1503
+ var o6 = function(o, t) {
1504
+ return e6(void 0, void 0, void 0, function() {
1505
+ return t6(this, function(n) {
1506
+ return [2, new Promise(function(l, e) {
1495
1507
  try {
1496
1508
  if (window.DocsAPI)
1497
- return e(null);
1498
- var c = document.getElementById(t);
1499
- if (c)
1500
- var u = setInterval(function() {
1501
- var _ = c.getAttribute("loading");
1502
- if (!_) {
1503
- if (clearInterval(u), window.DocsAPI)
1504
- return e(null);
1505
- var i = ee(t, o, e, s);
1506
- c.remove(), document.body.appendChild(i);
1509
+ return l(null);
1510
+ var a = document.getElementById(t);
1511
+ if (a)
1512
+ var p = setInterval(function() {
1513
+ var w = a.getAttribute("loading");
1514
+ if (!w) {
1515
+ if (clearInterval(p), window.DocsAPI)
1516
+ return l(null);
1517
+ var c = se(t, o, l, e);
1518
+ a.remove(), document.body.appendChild(c);
1507
1519
  }
1508
1520
  }, 500);
1509
1521
  else {
1510
- var y = ee(t, o, e, s);
1522
+ var y = se(t, o, l, e);
1511
1523
  document.body.appendChild(y);
1512
1524
  }
1513
- } catch (_) {
1514
- console.error(_);
1525
+ } catch (w) {
1526
+ console.error(w);
1515
1527
  }
1516
1528
  })];
1517
1529
  });
1518
1530
  });
1519
- }, ee = function(o, t, n, e) {
1520
- var s = document.createElement("script");
1521
- return s.id = o, s.type = "text/javascript", s.src = t, s.async = !0, s.onload = function() {
1522
- s.removeAttribute("loading"), n(null);
1523
- }, s.onerror = function(c) {
1524
- s.removeAttribute("loading"), e(c);
1525
- }, s.setAttribute("loading", ""), s;
1526
- }, G = $({
1531
+ }, se = function(o, t, n, l) {
1532
+ var e = document.createElement("script");
1533
+ return e.id = o, e.type = "text/javascript", e.src = t, e.async = !0, e.onload = function() {
1534
+ e.removeAttribute("loading"), n(null);
1535
+ }, e.onerror = function(a) {
1536
+ e.removeAttribute("loading"), l(a);
1537
+ }, e.setAttribute("loading", ""), e;
1538
+ }, Y = B({
1527
1539
  name: "DocumentEditor",
1528
1540
  props: {
1529
1541
  id: {
@@ -1578,7 +1590,7 @@ var J3 = function(o, t) {
1578
1590
  var o = this, t = this.documentServerUrl;
1579
1591
  t.endsWith("/") || (t += "/");
1580
1592
  var n = "".concat(t, "web-apps/apps/api/documents/api.js");
1581
- J3(n, "onlyoffice-api-script").then(function() {
1593
+ o6(n, "onlyoffice-api-script").then(function() {
1582
1594
  return o.onLoad();
1583
1595
  }).catch(function() {
1584
1596
  o.onError(-2);
@@ -1627,7 +1639,7 @@ var J3 = function(o, t) {
1627
1639
  return;
1628
1640
  }
1629
1641
  !((t = window == null ? void 0 : window.DocEditor) === null || t === void 0) && t.instances || (window.DocEditor = { instances: {} });
1630
- var e = Object.assign({
1642
+ var l = Object.assign({
1631
1643
  document: {
1632
1644
  fileType: this.document_fileType,
1633
1645
  title: this.document_title
@@ -1662,10 +1674,10 @@ var J3 = function(o, t) {
1662
1674
  height: this.height,
1663
1675
  type: this.type,
1664
1676
  width: this.width
1665
- }, this.config || {}), s = window.DocsAPI.DocEditor(n, e);
1666
- window.DocEditor.instances[n] = s;
1667
- } catch (c) {
1668
- console.error(c), this.onError(-1);
1677
+ }, this.config || {}), e = window.DocsAPI.DocEditor(n, l);
1678
+ window.DocEditor.instances[n] = e;
1679
+ } catch (a) {
1680
+ console.error(a), this.onError(-1);
1669
1681
  }
1670
1682
  },
1671
1683
  onError: function(o) {
@@ -1692,13 +1704,13 @@ var J3 = function(o, t) {
1692
1704
  }
1693
1705
  }
1694
1706
  });
1695
- const Z3 = ["id"];
1696
- function Q3(o, t, n, e, s, c) {
1697
- return a(), r("div", { id: o.id }, null, 8, Z3);
1707
+ const n6 = ["id"];
1708
+ function s6(o, t, n, l, e, a) {
1709
+ return i(), r("div", { id: o.id }, null, 8, n6);
1698
1710
  }
1699
- G.render = Q3;
1700
- G.__file = "src/components/DocumentEditor.vue";
1701
- const e6 = /* @__PURE__ */ $({
1711
+ Y.render = s6;
1712
+ Y.__file = "src/components/DocumentEditor.vue";
1713
+ const i6 = /* @__PURE__ */ B({
1702
1714
  __name: "IkOnlyOffice",
1703
1715
  props: {
1704
1716
  // 文件服务器的服务的地址
@@ -1724,21 +1736,21 @@ const e6 = /* @__PURE__ */ $({
1724
1736
  height: "100%",
1725
1737
  ...t.configOptions || {},
1726
1738
  ...t.configOptions
1727
- }), e = () => {
1739
+ }), l = () => {
1728
1740
  console.info("文档加载完成", t.configOptions);
1729
1741
  };
1730
- return (s, c) => (a(), r(
1742
+ return (e, a) => (i(), r(
1731
1743
  "div",
1732
1744
  {
1733
- style: S({ height: t.officeHeight })
1745
+ style: C({ height: t.officeHeight })
1734
1746
  },
1735
1747
  [
1736
- z(F(G), {
1748
+ T(F(Y), {
1737
1749
  id: `${(/* @__PURE__ */ new Date()).getTime()}`,
1738
1750
  ref: "editorRef",
1739
1751
  "document-server-url": o.documentServerUrl,
1740
1752
  config: n.value,
1741
- events_onDocumentReady: e
1753
+ events_onDocumentReady: l
1742
1754
  }, null, 8, ["id", "document-server-url", "config"])
1743
1755
  ],
1744
1756
  4
@@ -1746,13 +1758,13 @@ const e6 = /* @__PURE__ */ $({
1746
1758
  ));
1747
1759
  }
1748
1760
  });
1749
- const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6), Y = (o) => (pe("data-v-fbe9e6ef"), o = o(), fe(), o), n6 = {
1761
+ const l6 = /* @__PURE__ */ W(i6, [["__scopeId", "data-v-98d51ef9"]]), a6 = N(l6), X = (o) => (ye("data-v-f00f4785"), o = o(), _e(), o), r6 = {
1750
1762
  class: "approveProcess",
1751
1763
  id: "approveProcess"
1752
- }, s6 = ["id"], i6 = { class: "topBlock" }, l6 = { class: "left" }, a6 = { class: "nodeBg" }, r6 = ["src"], c6 = { class: "right" }, d6 = { class: "topInfo" }, u6 = { key: 0 }, p6 = {
1764
+ }, c6 = ["id"], d6 = { class: "topBlock" }, u6 = { class: "left" }, p6 = { class: "nodeBg" }, f6 = ["src"], h6 = { class: "right" }, v6 = { class: "topInfo" }, g6 = { key: 0 }, y6 = {
1753
1765
  key: 0,
1754
1766
  class: "main-text"
1755
- }, f6 = { class: "name" }, h6 = { key: 0 }, v6 = { key: 0 }, g6 = { key: 1 }, y6 = /* @__PURE__ */ Y(() => /* @__PURE__ */ d(
1767
+ }, _6 = { class: "name" }, m6 = { key: 0 }, w6 = { key: 0 }, k6 = { key: 1 }, F6 = /* @__PURE__ */ X(() => /* @__PURE__ */ d(
1756
1768
  "span",
1757
1769
  {
1758
1770
  class: "red",
@@ -1761,52 +1773,52 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
1761
1773
  "退回至",
1762
1774
  -1
1763
1775
  /* HOISTED */
1764
- )), _6 = { key: 0 }, m6 = { key: 0 }, w6 = { key: 1 }, k6 = { key: 1 }, F6 = /* @__PURE__ */ Y(() => /* @__PURE__ */ d(
1776
+ )), S6 = { key: 0 }, x6 = { key: 0 }, b6 = { key: 1 }, z6 = { key: 1 }, $6 = /* @__PURE__ */ X(() => /* @__PURE__ */ d(
1765
1777
  "div",
1766
1778
  { class: "main-text" },
1767
1779
  "抄送人员",
1768
1780
  -1
1769
1781
  /* HOISTED */
1770
- )), S6 = { class: "name" }, b6 = { key: 0 }, x6 = { style: { color: "#000" } }, z6 = {
1782
+ )), C6 = { class: "name" }, I6 = { key: 0 }, O6 = { style: { color: "#000" } }, T6 = {
1771
1783
  class: "blue",
1772
1784
  style: { "margin-left": "5px", "font-size": "12px" }
1773
- }, $6 = { key: 1 }, C6 = {
1785
+ }, B6 = { key: 1 }, D6 = {
1774
1786
  key: 0,
1775
1787
  class: "blue",
1776
1788
  style: { "font-size": "12px" }
1777
- }, I6 = { key: 1 }, O6 = {
1789
+ }, E6 = { key: 1 }, R6 = {
1778
1790
  key: 0,
1779
1791
  class: "blue",
1780
1792
  style: { "font-size": "12px" }
1781
- }, T6 = {
1793
+ }, A6 = {
1782
1794
  key: 1,
1783
1795
  class: "blue",
1784
1796
  style: { "font-size": "12px" }
1785
- }, B6 = { class: "time" }, D6 = { key: 0 }, E6 = { key: 1 }, R6 = ["onClick"], A6 = ["onClick"], V6 = {
1797
+ }, V6 = { class: "time" }, M6 = { key: 0 }, P6 = { key: 1 }, N6 = ["onClick"], L6 = ["onClick"], H6 = {
1786
1798
  key: 0,
1787
1799
  class: "opinion"
1788
- }, M6 = { key: 0 }, P6 = { key: 1 }, N6 = /* @__PURE__ */ Y(() => /* @__PURE__ */ d(
1800
+ }, q6 = { key: 0 }, U6 = { key: 1 }, j6 = /* @__PURE__ */ X(() => /* @__PURE__ */ d(
1789
1801
  "span",
1790
1802
  { class: "ik-text-primary" },
1791
1803
  "添加审批人",
1792
1804
  -1
1793
1805
  /* HOISTED */
1794
- )), H6 = { style: { color: "var(--el-text-color-primary)", "margin-left": "8px" } }, L6 = {
1806
+ )), W6 = { style: { color: "var(--el-text-color-primary)", "margin-left": "8px" } }, K6 = {
1795
1807
  key: 2,
1796
1808
  class: "annexImage"
1797
- }, q6 = {
1809
+ }, G6 = {
1798
1810
  key: 3,
1799
1811
  class: "approveList"
1800
- }, U6 = { class: "nodeBg-list" }, j6 = ["src"], W6 = { key: 1 }, K6 = {
1812
+ }, Y6 = { class: "nodeBg-list" }, X6 = ["src"], J6 = { key: 1 }, Z6 = {
1801
1813
  key: 2,
1802
1814
  class: "ikapprove ikapprove-duihao2 green read"
1803
- }, G6 = ["title"], Y6 = {
1815
+ }, Q6 = ["title"], et = {
1804
1816
  key: 0,
1805
1817
  class: "branch"
1806
- }, X6 = { class: "branch-card" }, J6 = { class: "branch-name" }, Z6 = {
1818
+ }, tt = { class: "branch-card" }, ot = { class: "branch-name" }, nt = {
1807
1819
  name: "IkingApprovalProcessDetail"
1808
- }, Q6 = /* @__PURE__ */ $({
1809
- ...Z6,
1820
+ }, st = /* @__PURE__ */ B({
1821
+ ...nt,
1810
1822
  props: {
1811
1823
  // 是否本地打开
1812
1824
  local: {
@@ -1865,115 +1877,115 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
1865
1877
  },
1866
1878
  emits: ["preview"],
1867
1879
  setup(o, { emit: t }) {
1868
- const n = o, e = ne(me(n));
1869
- se(
1880
+ const n = o, { cOnlyofficeConfig: l } = ue(n), e = ae(xe(n));
1881
+ re(
1870
1882
  () => n.dataList,
1871
- (i) => {
1872
- i && (K(() => {
1873
- e.listData = i;
1883
+ (f) => {
1884
+ f && (G(() => {
1885
+ e.listData = f;
1874
1886
  }), setTimeout(() => {
1875
- n.returnNode.length && s();
1887
+ n.returnNode.length && a();
1876
1888
  }, 500));
1877
1889
  },
1878
1890
  { deep: !0 }
1879
- ), ue(() => {
1891
+ ), ge(() => {
1880
1892
  n.dataList.length && (e.listData = n.dataList, setTimeout(() => {
1881
- n.returnNode.length && s();
1893
+ n.returnNode.length && a();
1882
1894
  }, 500));
1883
1895
  });
1884
- const s = () => {
1885
- let i = null;
1896
+ const a = () => {
1897
+ let f = null;
1886
1898
  if (n != null && n.returnNode)
1887
- for (i of n == null ? void 0 : n.returnNode) {
1888
- if (isNaN(i[1]))
1899
+ for (f of n == null ? void 0 : n.returnNode) {
1900
+ if (isNaN(f[1]))
1889
1901
  return;
1890
- let f = Array.from(new Array(i[1] + 1).keys()).slice(i[0]);
1891
- K(() => {
1892
- c(f);
1902
+ let u = Array.from(new Array(f[1] + 1).keys()).slice(f[0]);
1903
+ G(() => {
1904
+ p(u);
1893
1905
  });
1894
1906
  }
1895
- }, c = (i) => {
1896
- var I, m, O;
1897
- let f = document.createElement("div"), v = document.getElementById("approveProcess"), h = 0, l = (I = document.getElementById(`${i[0]}`)) == null ? void 0 : I.offsetWidth, k = (m = document.getElementById(`${i[0]}`)) == null ? void 0 : m.offsetLeft, C = (O = document.getElementById(`${i[0]}`)) == null ? void 0 : O.offsetTop;
1898
- i.forEach((T) => {
1899
- let A = document.getElementById(`${T}`);
1900
- h += A.offsetHeight;
1907
+ }, p = (f) => {
1908
+ var g, z, $;
1909
+ let u = document.createElement("div"), _ = document.getElementById("approveProcess"), v = 0, s = (g = document.getElementById(`${f[0]}`)) == null ? void 0 : g.offsetWidth, x = (z = document.getElementById(`${f[0]}`)) == null ? void 0 : z.offsetLeft, S = ($ = document.getElementById(`${f[0]}`)) == null ? void 0 : $.offsetTop;
1910
+ f.forEach((A) => {
1911
+ let L = document.getElementById(`${A}`);
1912
+ v += L.offsetHeight;
1901
1913
  }), setTimeout(() => {
1902
- f.style.width = l + 32 + "px", f.style.height = h + "px", f.style.background = "#f9f9f9", f.style.position = "absolute", f.style.top = C - 16 + "px", f.style.left = k - 16 + "px", f.style.zIndex = -1, v == null || v.appendChild(f);
1914
+ u.style.width = s + 32 + "px", u.style.height = v + "px", u.style.background = "#f9f9f9", u.style.position = "absolute", u.style.top = S - 16 + "px", u.style.left = x - 16 + "px", u.style.zIndex = -1, _ == null || _.appendChild(u);
1903
1915
  });
1904
- }, u = (i, f) => {
1905
- var l;
1906
- let v = (l = e.listData) == null ? void 0 : l.findIndex((k) => k.lineType == "dashed"), h = "";
1907
- switch (i) {
1916
+ }, y = (f, u) => {
1917
+ var s;
1918
+ let _ = (s = e.listData) == null ? void 0 : s.findIndex((x) => x.lineType == "dashed"), v = "";
1919
+ switch (f) {
1908
1920
  case e.statusOption.发起:
1909
- h = "ikapprove-duihao2 green";
1921
+ v = "ikapprove-duihao2 green";
1910
1922
  break;
1911
1923
  case e.statusOption.等待:
1912
- h = v == f ? "ikapprove-dengdai orange" : "";
1924
+ v = _ == u ? "ikapprove-dengdai orange" : "";
1913
1925
  break;
1914
1926
  case e.statusOption.同意:
1915
- h = "ikapprove-duihao2 green";
1927
+ v = "ikapprove-duihao2 green";
1916
1928
  break;
1917
1929
  case e.statusOption.拒绝:
1918
- h = "ikapprove-jujue red";
1930
+ v = "ikapprove-jujue red";
1919
1931
  break;
1920
1932
  case e.statusOption.转交:
1921
- h = "ikapprove-zhuanjiao blue";
1933
+ v = "ikapprove-zhuanjiao blue";
1922
1934
  break;
1923
1935
  case e.statusOption.加签:
1924
- h = "ikapprove-tianjia blue";
1936
+ v = "ikapprove-tianjia blue";
1925
1937
  break;
1926
1938
  case e.statusOption.退回:
1927
- h = "ikapprove-s_fanhui2 red";
1939
+ v = "ikapprove-s_fanhui2 red";
1928
1940
  break;
1929
1941
  case e.statusOption.评论:
1930
- h = "ikapprove-pinglun1 blue";
1942
+ v = "ikapprove-pinglun1 blue";
1931
1943
  break;
1932
1944
  }
1933
- return `ikapprove ${h}`;
1934
- }, y = (i, f) => {
1935
- i.show = !i.show;
1936
- let v = document.getElementById(`${i[e.defaultFile.nodeId]}`), h = Array.from(v == null ? void 0 : v.getElementsByClassName("approveList"));
1937
- for (let l of h)
1938
- l.style.display = f;
1939
- }, _ = (i) => L(n.fileUrl, i);
1940
- return (i, f) => {
1941
- const v = P("el-image"), h = P("IkingApprovalProcessDetail");
1942
- return a(), r("div", n6, [
1943
- (a(!0), r(
1944
- b,
1945
+ return `ikapprove ${v}`;
1946
+ }, w = (f, u) => {
1947
+ f.show = !f.show;
1948
+ let _ = document.getElementById(`${f[e.defaultFile.nodeId]}`), v = Array.from(_ == null ? void 0 : _.getElementsByClassName("approveList"));
1949
+ for (let s of v)
1950
+ s.style.display = u;
1951
+ }, c = (f) => U(n.fileUrl, f);
1952
+ return (f, u) => {
1953
+ const _ = P("el-image"), v = P("IkingApprovalProcessDetail");
1954
+ return i(), r("div", r6, [
1955
+ (i(!0), r(
1956
+ I,
1945
1957
  null,
1946
- V(e.listData, (l, k) => {
1947
- var C, I, m, O, T, A, j, X, J, Z;
1948
- return a(), r("div", {
1958
+ V(e.listData, (s, x) => {
1959
+ var S, g, z, $, A, L, J, Z, Q, ee, te, oe;
1960
+ return i(), r("div", {
1949
1961
  class: "approveBlock",
1950
- id: l[e.defaultFile.nodeId],
1951
- key: l[e.defaultFile.nodeId]
1962
+ id: s[e.defaultFile.nodeId],
1963
+ key: s[e.defaultFile.nodeId]
1952
1964
  }, [
1953
- d("div", i6, [
1954
- d("div", l6, [
1955
- d("span", a6, [
1956
- p(' 用户列表长度等于1, :src="formatUrl(it)"并且存在头像 '),
1957
- ((C = l[e.defaultFile.approvePersonList]) == null ? void 0 : C.length) == 1 && l[e.defaultFile.approvePersonList][0].userAvatar ? (a(), r("img", {
1965
+ d("div", d6, [
1966
+ d("div", u6, [
1967
+ d("span", p6, [
1968
+ h(' 用户列表长度等于1, :src="formatUrl(it)"并且存在头像 '),
1969
+ ((S = s[e.defaultFile.approvePersonList]) == null ? void 0 : S.length) == 1 && s[e.defaultFile.approvePersonList][0].userAvatar ? (i(), r("img", {
1958
1970
  key: 0,
1959
1971
  style: { width: "100%", height: "100%", "border-radius": "50%" },
1960
- src: _(
1961
- l[e.defaultFile.approvePersonList][0].userAvatar
1972
+ src: c(
1973
+ s[e.defaultFile.approvePersonList][0].userAvatar
1962
1974
  ),
1963
1975
  alt: ""
1964
- }, null, 8, r6)) : (a(), r(
1965
- b,
1976
+ }, null, 8, f6)) : (i(), r(
1977
+ I,
1966
1978
  { key: 1 },
1967
1979
  [
1968
- p(" 否则显示对应节点 "),
1980
+ h(" 否则显示对应节点 "),
1969
1981
  d(
1970
1982
  "i",
1971
1983
  {
1972
- class: x(
1973
- F(we)(
1984
+ class: O(
1985
+ F(be)(
1974
1986
  e,
1975
- l[e.defaultFile.nodeType],
1976
- l[e.defaultFile.approvePersonList]
1987
+ s[e.defaultFile.nodeType],
1988
+ s[e.defaultFile.approvePersonList]
1977
1989
  )
1978
1990
  )
1979
1991
  },
@@ -1985,12 +1997,12 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
1985
1997
  2112
1986
1998
  /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
1987
1999
  )),
1988
- p(" 审批状态图标 "),
2000
+ h(" 审批状态图标 "),
1989
2001
  d(
1990
2002
  "i",
1991
2003
  {
1992
- class: x(
1993
- u(l[e.defaultFile.approveStatus], k)
2004
+ class: O(
2005
+ y(s[e.defaultFile.approveStatus], x)
1994
2006
  )
1995
2007
  },
1996
2008
  null,
@@ -1999,151 +2011,151 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
1999
2011
  )
2000
2012
  ])
2001
2013
  ]),
2002
- d("div", c6, [
2003
- d("div", d6, [
2014
+ d("div", h6, [
2015
+ d("div", v6, [
2004
2016
  d("div", null, [
2005
- p(" 不是抄送节点 "),
2006
- l[e.defaultFile.nodeType] != e.nodeType.抄送节点 ? (a(), r("div", u6, [
2007
- p(" 撤销,评论不显示节点名称 "),
2008
- l[e.defaultFile.approveStatus] != e.statusOption.撤销 && l[e.defaultFile.approveStatus] != e.statusOption.评论 ? (a(), r(
2017
+ h(" 不是抄送节点 "),
2018
+ s[e.defaultFile.nodeType] != e.nodeType.抄送节点 ? (i(), r("div", g6, [
2019
+ h(" 撤销,评论不显示节点名称 "),
2020
+ s[e.defaultFile.approveStatus] != e.statusOption.撤销 && s[e.defaultFile.approveStatus] != e.statusOption.评论 ? (i(), r(
2009
2021
  "div",
2010
- p6,
2011
- g(l[e.defaultFile.nodeTypeName]),
2022
+ y6,
2023
+ m(s[e.defaultFile.nodeTypeName]),
2012
2024
  1
2013
2025
  /* TEXT */
2014
- )) : p("v-if", !0),
2015
- p(" 名字+审批状态 "),
2016
- d("div", f6, [
2017
- p(" 已审批节点文本 "),
2018
- l[e.defaultFile.lineType] == "solid" ? (a(), r("div", h6, [
2026
+ )) : h("v-if", !0),
2027
+ h(" 名字+审批状态 "),
2028
+ d("div", _6, [
2029
+ h(" 已审批节点文本 "),
2030
+ s[e.defaultFile.lineType] == "solid" ? (i(), r("div", m6, [
2019
2031
  d(
2020
2032
  "span",
2021
2033
  {
2022
- style: S({
2023
- color: l[e.defaultFile.approveStatus] == e.statusOption.评论 ? "#000" : ""
2034
+ style: C({
2035
+ color: s[e.defaultFile.approveStatus] == e.statusOption.评论 ? "#000" : ""
2024
2036
  })
2025
2037
  },
2026
- g(l[e.defaultFile.originator]),
2038
+ m(s[e.defaultFile.originator]),
2027
2039
  5
2028
2040
  /* TEXT, STYLE */
2029
2041
  ),
2030
- p(" 发起,退回不显示状态 "),
2031
- l[e.defaultFile.approveStatusName] && l[e.defaultFile.approveStatus] != e.statusOption.发起 && l[e.defaultFile.approveStatus] != e.statusOption.退回 ? (a(), r(
2042
+ h(" 发起,退回不显示状态 "),
2043
+ s[e.defaultFile.approveStatusName] && s[e.defaultFile.approveStatus] != e.statusOption.发起 && s[e.defaultFile.approveStatus] != e.statusOption.退回 ? (i(), r(
2032
2044
  "span",
2033
- v6,
2034
- g(l[e.defaultFile.approveStatus] == e.statusOption.评论 ? " 添加了评论" : "(" + l[e.defaultFile.approveStatusName] + ")"),
2045
+ w6,
2046
+ m(s[e.defaultFile.approveStatus] == e.statusOption.评论 ? " 添加了评论" : "(" + s[e.defaultFile.approveStatusName] + ")"),
2035
2047
  1
2036
2048
  /* TEXT */
2037
- )) : p("v-if", !0),
2038
- p(" 退回状态显示 "),
2039
- l[e.defaultFile.approveStatus] == e.statusOption.退回 ? (a(), r("span", g6, [
2040
- y6,
2041
- D(
2042
- g(l[e.defaultFile.backToRecordNodeName]),
2049
+ )) : h("v-if", !0),
2050
+ h(" 退回状态显示 "),
2051
+ s[e.defaultFile.approveStatus] == e.statusOption.退回 ? (i(), r("span", k6, [
2052
+ F6,
2053
+ E(
2054
+ m(s[e.defaultFile.backToRecordNodeName]),
2043
2055
  1
2044
2056
  /* TEXT */
2045
2057
  )
2046
- ])) : p("v-if", !0)
2047
- ])) : (a(), r(
2048
- b,
2058
+ ])) : h("v-if", !0)
2059
+ ])) : (i(), r(
2060
+ I,
2049
2061
  { key: 1 },
2050
2062
  [
2051
- p(" 待审批节点 "),
2063
+ h(" 待审批节点 "),
2052
2064
  d("div", null, [
2053
- ((I = l[e.defaultFile.approvePersonList]) == null ? void 0 : I.length) == 1 ? (a(), r("span", _6, [
2054
- D(
2055
- g(l[e.defaultFile.originator]) + " ",
2065
+ ((g = s[e.defaultFile.approvePersonList]) == null ? void 0 : g.length) == 1 ? (i(), r("span", S6, [
2066
+ E(
2067
+ m(s[e.defaultFile.originator]) + " ",
2056
2068
  1
2057
2069
  /* TEXT */
2058
2070
  ),
2059
- l[e.defaultFile.approveStatus] == e.statusOption.等待 ? (a(), r(
2071
+ s[e.defaultFile.approveStatus] == e.statusOption.等待 ? (i(), r(
2060
2072
  "span",
2061
- m6,
2062
- g(`(${l[e.defaultFile.approveStatusName]})`),
2073
+ x6,
2074
+ m(`(${s[e.defaultFile.approveStatusName]})`),
2063
2075
  1
2064
2076
  /* TEXT */
2065
- )) : p("v-if", !0)
2066
- ])) : l[e.defaultFile.approvePersonList] ? (a(), r(
2077
+ )) : h("v-if", !0)
2078
+ ])) : s[e.defaultFile.approvePersonList] ? (i(), r(
2067
2079
  "span",
2068
- w6,
2069
- g(`${(m = l[e.defaultFile.approvePersonList]) == null ? void 0 : m.length}人${l[e.defaultFile.approveTypeName]}`),
2080
+ b6,
2081
+ m(`${(z = s[e.defaultFile.approvePersonList]) == null ? void 0 : z.length}人${s[e.defaultFile.approveTypeName]}`),
2070
2082
  1
2071
2083
  /* TEXT */
2072
- )) : p("v-if", !0)
2084
+ )) : h("v-if", !0)
2073
2085
  ])
2074
2086
  ],
2075
2087
  2112
2076
2088
  /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
2077
2089
  ))
2078
2090
  ])
2079
- ])) : (a(), r("div", k6, [
2080
- F6,
2081
- d("div", S6, [
2082
- p(" 抄送一人时 "),
2083
- ((O = l[e.defaultFile.approvePersonList]) == null ? void 0 : O.length) == 1 ? (a(), r("span", b6, [
2091
+ ])) : (i(), r("div", z6, [
2092
+ $6,
2093
+ d("div", C6, [
2094
+ h(" 抄送一人时 "),
2095
+ (($ = s[e.defaultFile.approvePersonList]) == null ? void 0 : $.length) == 1 ? (i(), r("span", I6, [
2084
2096
  d("span", null, [
2085
- D("已抄送给 "),
2097
+ E("已抄送给 "),
2086
2098
  d(
2087
2099
  "span",
2088
- x6,
2089
- g(l[e.defaultFile.approvePersonList][0].userName),
2100
+ O6,
2101
+ m(s[e.defaultFile.approvePersonList][0].userName),
2090
2102
  1
2091
2103
  /* TEXT */
2092
2104
  )
2093
2105
  ]),
2094
2106
  d(
2095
2107
  "span",
2096
- z6,
2097
- g(l[e.defaultFile.approvePersonList][0].status === "END" ? "已读" : "未读"),
2108
+ T6,
2109
+ m(s[e.defaultFile.approvePersonList][0].status === "END" ? "已读" : "未读"),
2098
2110
  1
2099
2111
  /* TEXT */
2100
2112
  )
2101
- ])) : p("v-if", !0),
2102
- p(" 抄送多人时 "),
2103
- ((T = l[e.defaultFile.approvePersonList]) == null ? void 0 : T.length) > 1 ? (a(), r("span", $6, [
2104
- D(
2105
- g(`已抄送${(A = l[e.defaultFile.approvePersonList]) == null ? void 0 : A.length}人`) + " ",
2113
+ ])) : h("v-if", !0),
2114
+ h(" 抄送多人时 "),
2115
+ ((A = s[e.defaultFile.approvePersonList]) == null ? void 0 : A.length) > 1 ? (i(), r("span", B6, [
2116
+ E(
2117
+ m(`已抄送${(L = s[e.defaultFile.approvePersonList]) == null ? void 0 : L.length}人`) + " ",
2106
2118
  1
2107
2119
  /* TEXT */
2108
2120
  ),
2109
- l[e.defaultFile.allRead] ? (a(), r("span", C6, " 全部已读 ")) : (a(), r("span", I6, [
2110
- l[e.defaultFile.read] ? p("v-if", !0) : (a(), r("span", O6, " 全部未读 ")),
2111
- l[e.defaultFile.read] ? (a(), r(
2121
+ s[e.defaultFile.allRead] ? (i(), r("span", D6, " 全部已读 ")) : (i(), r("span", E6, [
2122
+ s[e.defaultFile.read] ? h("v-if", !0) : (i(), r("span", R6, " 全部未读 ")),
2123
+ s[e.defaultFile.read] ? (i(), r(
2112
2124
  "span",
2113
- T6,
2114
- g(l[e.defaultFile.read]) + "人已读 ",
2125
+ A6,
2126
+ m(s[e.defaultFile.read]) + "人已读 ",
2115
2127
  1
2116
2128
  /* TEXT */
2117
- )) : p("v-if", !0)
2129
+ )) : h("v-if", !0)
2118
2130
  ]))
2119
- ])) : p("v-if", !0)
2131
+ ])) : h("v-if", !0)
2120
2132
  ])
2121
2133
  ]))
2122
2134
  ]),
2123
- d("div", B6, [
2124
- p(" 不是抄送节点,展示时间 "),
2125
- l[e.defaultFile.nodeType] != e.nodeType.抄送节点 && l[e.defaultFile.approveStatus] !== e.statusOption.等待 ? (a(), r(
2135
+ d("div", V6, [
2136
+ h(" 不是抄送节点,展示时间 "),
2137
+ s[e.defaultFile.nodeType] != e.nodeType.抄送节点 && s[e.defaultFile.approveStatus] !== e.statusOption.等待 ? (i(), r(
2126
2138
  "span",
2127
- D6,
2128
- g(F(_e).toDateTime(
2129
- l[e.defaultFile.operationTime],
2139
+ M6,
2140
+ m(F(Se).toDateTime(
2141
+ s[e.defaultFile.operationTime],
2130
2142
  "MM/DD HH:mm"
2131
2143
  )),
2132
2144
  1
2133
2145
  /* TEXT */
2134
- )) : p("v-if", !0),
2135
- p(" 是抄送节点,并且抄送人员大于1时,展示图标 "),
2136
- l[e.defaultFile.nodeType] == e.nodeType.抄送节点 && ((j = l[e.defaultFile.approvePersonList]) == null ? void 0 : j.length) > 1 ? (a(), r("span", E6, [
2137
- l != null && l.show ? (a(), r("i", {
2146
+ )) : h("v-if", !0),
2147
+ h(" 是抄送节点,并且抄送人员大于1时,展示图标 "),
2148
+ s[e.defaultFile.nodeType] == e.nodeType.抄送节点 && ((J = s[e.defaultFile.approvePersonList]) == null ? void 0 : J.length) > 1 ? (i(), r("span", P6, [
2149
+ s != null && s.show ? (i(), r("i", {
2138
2150
  key: 0,
2139
2151
  class: "ikapprove ikapprove-a-putongjiantouzhankai",
2140
- onClick: (w) => y(l, "grid")
2141
- }, null, 8, R6)) : (a(), r("i", {
2152
+ onClick: (k) => w(s, "grid")
2153
+ }, null, 8, N6)) : (i(), r("i", {
2142
2154
  key: 1,
2143
- onClick: (w) => y(l, "none"),
2155
+ onClick: (k) => w(s, "none"),
2144
2156
  class: "ikapprove ikapprove-a-putongjiantoushouqi"
2145
- }, null, 8, A6))
2146
- ])) : p("v-if", !0)
2157
+ }, null, 8, L6))
2158
+ ])) : h("v-if", !0)
2147
2159
  ])
2148
2160
  ])
2149
2161
  ])
@@ -2152,127 +2164,127 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
2152
2164
  "div",
2153
2165
  {
2154
2166
  class: "bottomBlock",
2155
- style: S({
2156
- borderLeft: k == e.listData.length - 1 ? "" : `2px ${l[e.defaultFile.lineType] || "dashed"} var(--el-border-color)`
2167
+ style: C({
2168
+ borderLeft: x == e.listData.length - 1 ? "" : `2px ${s[e.defaultFile.lineType] || "dashed"} var(--el-border-color)`
2157
2169
  })
2158
2170
  },
2159
2171
  [
2160
- p(" 审批意见 "),
2161
- l[e.defaultFile.approveOpinion] || l[e.defaultFile.approveStatus] == e.statusOption.加签 ? (a(), r("div", V6, [
2162
- l[e.defaultFile.approveOpinion] ? (a(), r(
2172
+ h(" 审批意见 "),
2173
+ s[e.defaultFile.approveOpinion] || s[e.defaultFile.approveStatus] == e.statusOption.加签 ? (i(), r("div", H6, [
2174
+ s[e.defaultFile.approveOpinion] ? (i(), r(
2163
2175
  "span",
2164
- M6,
2165
- g(l[e.defaultFile.approveOpinion]),
2176
+ q6,
2177
+ m(s[e.defaultFile.approveOpinion]),
2166
2178
  1
2167
2179
  /* TEXT */
2168
- )) : p("v-if", !0),
2169
- l[e.defaultFile.approveStatus] == e.statusOption.加签 ? (a(), r("span", P6, [
2170
- N6,
2171
- (a(!0), r(
2172
- b,
2180
+ )) : h("v-if", !0),
2181
+ s[e.defaultFile.approveStatus] == e.statusOption.加签 ? (i(), r("span", U6, [
2182
+ j6,
2183
+ (i(!0), r(
2184
+ I,
2173
2185
  null,
2174
- V(l[e.defaultFile.countersignPer], (w, W) => (a(), r(
2186
+ V(s[e.defaultFile.countersignPer], (k, K) => (i(), r(
2175
2187
  "span",
2176
- H6,
2177
- g(w == null ? void 0 : w.userName) + g(W < l[e.defaultFile.countersignPer].length - 1 ? "、" : ""),
2188
+ W6,
2189
+ m(k == null ? void 0 : k.userName) + m(K < s[e.defaultFile.countersignPer].length - 1 ? "、" : ""),
2178
2190
  1
2179
2191
  /* TEXT */
2180
2192
  ))),
2181
2193
  256
2182
2194
  /* UNKEYED_FRAGMENT */
2183
2195
  ))
2184
- ])) : p("v-if", !0)
2185
- ])) : p("v-if", !0),
2186
- p(" 附件 "),
2187
- (X = l[e.defaultFile.attachment]) != null && X.length ? (a(), R(F(T3), {
2196
+ ])) : h("v-if", !0)
2197
+ ])) : h("v-if", !0),
2198
+ h(" 附件 "),
2199
+ (Z = s[e.defaultFile.attachment]) != null && Z.length ? (i(), R(F(A3), {
2188
2200
  key: 1,
2189
2201
  "kk-url": o.kkUrl,
2190
2202
  "load-url": o.fileUrl,
2191
- list: l[e.defaultFile.attachment],
2203
+ list: s[e.defaultFile.attachment],
2192
2204
  "is-only-office-preview": o.isOnlyOfficePreview,
2193
- "only-office-accept": o.onlyOfficeAccept,
2194
- "onlyoffice-server": o.onlyofficeServer
2195
- }, null, 8, ["kk-url", "load-url", "list", "is-only-office-preview", "only-office-accept", "onlyoffice-server"])) : p("v-if", !0),
2196
- p(" 附件图片 "),
2197
- (J = l[e.defaultFile.attachmentImg]) != null && J.length ? (a(), r("div", L6, [
2198
- (a(!0), r(
2199
- b,
2205
+ "only-office-accept": ((Q = F(l)) == null ? void 0 : Q.accept) || o.onlyOfficeAccept,
2206
+ "onlyoffice-server": ((ee = F(l)) == null ? void 0 : ee.serverUrl) || o.onlyofficeServer
2207
+ }, null, 8, ["kk-url", "load-url", "list", "is-only-office-preview", "only-office-accept", "onlyoffice-server"])) : h("v-if", !0),
2208
+ h(" 附件图片 "),
2209
+ (te = s[e.defaultFile.attachmentImg]) != null && te.length ? (i(), r("div", K6, [
2210
+ (i(!0), r(
2211
+ I,
2200
2212
  null,
2201
- V(l[e.defaultFile.attachmentImg], (w, W) => (a(), r("div", {
2213
+ V(s[e.defaultFile.attachmentImg], (k, K) => (i(), r("div", {
2202
2214
  class: "image",
2203
- key: W
2215
+ key: K
2204
2216
  }, [
2205
- z(v, {
2206
- src: _(w),
2207
- "preview-src-list": l[e.defaultFile.attachmentImg].map((ae) => _(ae)),
2217
+ T(_, {
2218
+ src: c(k),
2219
+ "preview-src-list": s[e.defaultFile.attachmentImg].map((pe) => c(pe)),
2208
2220
  fit: "cover",
2209
2221
  "z-index": "9999",
2210
2222
  "zoom-rate": 1.2,
2211
- alt: _(w)
2223
+ alt: c(k)
2212
2224
  }, null, 8, ["src", "preview-src-list", "alt"])
2213
2225
  ]))),
2214
2226
  128
2215
2227
  /* KEYED_FRAGMENT */
2216
2228
  ))
2217
- ])) : p("v-if", !0),
2218
- p(" 抄送节点或是等待审批状态并且列表长度大于1 "),
2219
- (l[e.defaultFile.nodeType] == e.nodeType.抄送节点 || l[e.defaultFile.approveStatus] == e.statusOption.等待) && ((Z = l[e.defaultFile.approvePersonList]) == null ? void 0 : Z.length) > 1 ? (a(), r("div", q6, [
2220
- (a(!0), r(
2221
- b,
2229
+ ])) : h("v-if", !0),
2230
+ h(" 抄送节点或是等待审批状态并且列表长度大于1 "),
2231
+ (s[e.defaultFile.nodeType] == e.nodeType.抄送节点 || s[e.defaultFile.approveStatus] == e.statusOption.等待) && ((oe = s[e.defaultFile.approvePersonList]) == null ? void 0 : oe.length) > 1 ? (i(), r("div", G6, [
2232
+ (i(!0), r(
2233
+ I,
2222
2234
  null,
2223
- V(l[e.defaultFile.approvePersonList], (w) => (a(), r("div", {
2235
+ V(s[e.defaultFile.approvePersonList], (k) => (i(), r("div", {
2224
2236
  class: "perBlock",
2225
- key: w.userName
2237
+ key: k.userName
2226
2238
  }, [
2227
- d("span", U6, [
2228
- w.userAvatar ? (a(), r("img", {
2239
+ d("span", Y6, [
2240
+ k.userAvatar ? (i(), r("img", {
2229
2241
  key: 0,
2230
2242
  style: { width: "100%", height: "100%", "border-radius": "50%" },
2231
- src: _(w.userAvatar),
2243
+ src: c(k.userAvatar),
2232
2244
  alt: ""
2233
- }, null, 8, j6)) : (a(), r(
2245
+ }, null, 8, X6)) : (i(), r(
2234
2246
  "span",
2235
- W6,
2236
- g(w.userName.slice(-2)),
2247
+ J6,
2248
+ m(k.userName.slice(-2)),
2237
2249
  1
2238
2250
  /* TEXT */
2239
2251
  )),
2240
- w.status === "END" ? (a(), r("i", K6)) : p("v-if", !0)
2252
+ k.status === "END" ? (i(), r("i", Z6)) : h("v-if", !0)
2241
2253
  ]),
2242
2254
  d("div", {
2243
2255
  class: "main-text",
2244
- title: w.userName
2245
- }, g(w.userName), 9, G6)
2256
+ title: k.userName
2257
+ }, m(k.userName), 9, Q6)
2246
2258
  ]))),
2247
2259
  128
2248
2260
  /* KEYED_FRAGMENT */
2249
2261
  ))
2250
- ])) : p("v-if", !0)
2262
+ ])) : h("v-if", !0)
2251
2263
  ],
2252
2264
  4
2253
2265
  /* STYLE */
2254
2266
  ),
2255
- l[e.defaultFile.nodeType] === e.nodeType.并行分支 ? (a(), r("div", Y6, [
2256
- (a(!0), r(
2257
- b,
2267
+ s[e.defaultFile.nodeType] === e.nodeType.并行分支 ? (i(), r("div", et, [
2268
+ (i(!0), r(
2269
+ I,
2258
2270
  null,
2259
- V(l[e.defaultFile.parallelInstances], (w) => (a(), r("div", X6, [
2271
+ V(s[e.defaultFile.parallelInstances], (k) => (i(), r("div", tt, [
2260
2272
  d(
2261
2273
  "div",
2262
- J6,
2263
- g(w.name),
2274
+ ot,
2275
+ m(k.name),
2264
2276
  1
2265
2277
  /* TEXT */
2266
2278
  ),
2267
- z(h, ie({ ref_for: !0 }, n, {
2268
- "data-list": (w == null ? void 0 : w.processInstanceNodes) || []
2279
+ T(v, ce({ ref_for: !0 }, n, {
2280
+ "data-list": (k == null ? void 0 : k.processInstanceNodes) || []
2269
2281
  }), null, 16, ["data-list"])
2270
2282
  ]))),
2271
2283
  256
2272
2284
  /* UNKEYED_FRAGMENT */
2273
2285
  ))
2274
- ])) : p("v-if", !0)
2275
- ], 8, s6);
2286
+ ])) : h("v-if", !0)
2287
+ ], 8, c6);
2276
2288
  }),
2277
2289
  128
2278
2290
  /* KEYED_FRAGMENT */
@@ -2281,8 +2293,8 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
2281
2293
  };
2282
2294
  }
2283
2295
  });
2284
- const et = /* @__PURE__ */ U(Q6, [["__scopeId", "data-v-fbe9e6ef"]]), nt = N(et);
2296
+ const it = /* @__PURE__ */ W(st, [["__scopeId", "data-v-f00f4785"]]), rt = N(it);
2285
2297
  export {
2286
- nt as IKApprovalProcessDetail,
2287
- nt as default
2298
+ rt as IKApprovalProcessDetail,
2299
+ rt as default
2288
2300
  };