iking-web-ui-pro 0.2.3 → 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 (51) hide show
  1. package/dist/IKDetailPreviewFiles/ik.index.es.js +522 -510
  2. package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
  3. package/dist/IKPreviewFile/ik.index.es.js +410 -398
  4. package/dist/IKPreviewFile/ik.index.umd.js +1 -1
  5. package/dist/IkApprovalProcess/ik.index.es.js +1 -0
  6. package/dist/IkApprovalProcess/ik.index.umd.js +1 -1
  7. package/dist/IkApprovalProcess/style.css +1 -1
  8. package/dist/IkApprovalProcessDetail/ik.index.es.js +685 -672
  9. package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
  10. package/dist/IkApprovalProcessDetail/style.css +1 -1
  11. package/dist/IkDescription/ik.index.es.js +417 -405
  12. package/dist/IkDescription/ik.index.umd.js +1 -1
  13. package/dist/IkDescription/style.css +1 -1
  14. package/dist/IkOnlyOffice/ik.index.es.js +59 -58
  15. package/dist/IkOnlyOffice/ik.index.umd.js +1 -1
  16. package/dist/IkPreviewFileDialog/ik.index.es.js +85 -82
  17. package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
  18. package/dist/IkTemplateOfficeConfig/ik.index.es.js +12 -11
  19. package/dist/IkTemplateOfficeConfig/ik.index.umd.js +1 -1
  20. package/dist/IkUploadFile/ik.index.es.js +868 -853
  21. package/dist/IkUploadFile/ik.index.umd.js +1 -1
  22. package/dist/IkUploadFile/style.css +1 -1
  23. package/dist/IkUploadImage/ik.index.es.js +284 -275
  24. package/dist/IkUploadImage/ik.index.umd.js +1 -1
  25. package/dist/IkUploadImage/style.css +1 -1
  26. package/dist/Provider/ik.index.es.js +1607 -0
  27. package/dist/Provider/ik.index.umd.js +17 -0
  28. package/dist/index.es.js +39185 -37575
  29. package/dist/index.umd.js +95 -79
  30. package/dist/src/components/IKDetailPreviewFiles/index.d.ts +1 -1
  31. package/dist/src/components/IKDetailPreviewFiles/src/IKDetailPreviewFiles.vue.d.ts +1 -1
  32. package/dist/src/components/IKPreviewFile/index.d.ts +3 -3
  33. package/dist/src/components/IKPreviewFile/src/IkPreviewFile.vue.d.ts +1 -1
  34. package/dist/src/components/IkApprovalProcess/index.d.ts +1 -1
  35. package/dist/src/components/IkApprovalProcess/src/IKApprovalProcess.vue.d.ts +1 -1
  36. package/dist/src/components/IkDescription/index.d.ts +3 -3
  37. package/dist/src/components/IkDescription/src/IkDescription.vue.d.ts +1 -1
  38. package/dist/src/components/IkPreviewFileDialog/index.d.ts +1 -1
  39. package/dist/src/components/IkPreviewFileDialog/src/IkPreviewFileDialog.vue.d.ts +1 -1
  40. package/dist/src/components/IkTinymce/index.d.ts +1 -1
  41. package/dist/src/components/IkTinymce/src/index.vue.d.ts +1 -1
  42. package/dist/src/components/IkUploadFile/index.d.ts +3 -3
  43. package/dist/src/components/IkUploadFile/src/index.vue.d.ts +1 -1
  44. package/dist/src/components/IkUploadImage/index.d.ts +3 -3
  45. package/dist/src/components/IkUploadImage/src/index.vue.d.ts +1 -1
  46. package/dist/src/components/Provider/ProviderConfig.vue.d.ts +57 -0
  47. package/dist/src/components/Provider/index.d.ts +120 -0
  48. package/dist/src/components/index.d.ts +1 -0
  49. package/dist/src/utils/use-provider.d.ts +8 -0
  50. package/dist/style.css +1 -1
  51. package/package.json +1 -1
@@ -1,29 +1,38 @@
1
- import { defineComponent as _, mergeModels as N, useModel as W, computed as x, ref as C, reactive as X, watch as Y, nextTick as Z, resolveComponent as $, openBlock as r, createElementBlock as d, Fragment as O, createBlock as V, createCommentVNode as S, createVNode as F, unref as m, withCtx as b, createElementVNode as c, normalizeClass as k, normalizeStyle as y, createTextVNode as E, toDisplayString as B, h as J, mergeProps as Q, createSlots as e3, renderSlot as R, renderList as t3, withModifiers as n3 } from "vue";
2
- import { buildUUID as o3, ikColor as i3, paramType as s3, ikFile as l3 } from "iking-utils-pro";
3
- const I = (t, e) => {
1
+ import { inject as D, computed as m, defineComponent as F, mergeModels as W, useModel as G, ref as V, reactive as Y, watch as Z, nextTick as J, resolveComponent as E, openBlock as r, createElementBlock as u, Fragment as T, createBlock as R, createCommentVNode as C, createVNode as x, unref as g, withCtx as S, createElementVNode as c, normalizeClass as b, normalizeStyle as z, createTextVNode as P, toDisplayString as q, h as Q, mergeProps as e3, createSlots as t3, renderSlot as $, renderList as n3, withModifiers as o3 } from "vue";
2
+ import { buildUUID as i3, ikColor as s3, paramType as l3, ikFile as a3 } from "iking-utils-pro";
3
+ const O = (t, e) => {
4
4
  if (t.install = (o) => {
5
- for (const l of [t, ...Object.values(e ?? {})])
6
- o.component(l.name, l);
5
+ for (const s of [t, ...Object.values(e ?? {})])
6
+ o.component(s.name, s);
7
7
  }, e)
8
- for (const [o, l] of Object.entries(e))
9
- t[o] = l;
8
+ for (const [o, s] of Object.entries(e))
9
+ t[o] = s;
10
10
  return t;
11
- }, A = (t, e) => {
11
+ }, U = (t, e) => {
12
12
  const o = t.__vccOpts || t;
13
- for (const [l, n] of e)
14
- o[l] = n;
13
+ for (const [s, n] of e)
14
+ o[s] = n;
15
15
  return o;
16
- }, a3 = (t, e = 2) => {
16
+ }, c3 = (t, e = 2) => {
17
17
  if (t === void 0)
18
18
  return "";
19
19
  if (t === 0)
20
20
  return "0 B";
21
- const o = ["B", "KB", "MB", "GB", "TB"], l = Math.floor(Math.log(t) / Math.log(1024));
22
- let n = t / Math.pow(1024, l);
23
- return (n % 1 === 0 ? n.toFixed(e || 0) : n.toFixed(e)) + " " + o[l];
24
- }, q = (t, e) => e ? e.startsWith("http") ? e : `${t || location.origin}${e}` : "", G = (t, e) => {
25
- var s, a, h, p;
26
- const o = (s = t == null ? void 0 : t.response) != null && s.data ? P((h = (a = t == null ? void 0 : t.response) == null ? void 0 : a.data) == null ? void 0 : h.suffix) : ((p = t.raw) == null ? void 0 : p.type) || P(t[e.suffix]), l = o == null ? void 0 : o.toLowerCase(), n = {
21
+ const o = ["B", "KB", "MB", "GB", "TB"], s = Math.floor(Math.log(t) / Math.log(1024));
22
+ let n = t / Math.pow(1024, s);
23
+ return (n % 1 === 0 ? n.toFixed(e || 0) : n.toFixed(e)) + " " + o[s];
24
+ }, A = (t, e) => e ? e.startsWith("http") ? e : `${t || location.origin}${e}` : "", r3 = (t) => {
25
+ const e = D("loadUrl"), o = m(() => t.loadUrl || (e == null ? void 0 : e.value)), s = D("uploadUrl"), n = m(() => t.action || t.uploadUrl || (s == null ? void 0 : s.value)), i = D("token"), a = m(() => t.token || (i == null ? void 0 : i.value)), p = D("onlyofficeConfig"), v = m(() => t.onlyofficeConfig || (p == null ? void 0 : p.value)), l = D("userInfo"), h = m(() => t.userInfo || (l == null ? void 0 : l.value));
26
+ return {
27
+ cLoadUrl: o,
28
+ cUploadUrl: n,
29
+ cToken: a,
30
+ cOnlyofficeConfig: v,
31
+ cUserInfo: h
32
+ };
33
+ }, d3 = r3, K = (t, e) => {
34
+ var i, a, p, v;
35
+ const o = (i = t == null ? void 0 : t.response) != null && i.data ? L((p = (a = t == null ? void 0 : t.response) == null ? void 0 : a.data) == null ? void 0 : p.suffix) : ((v = t.raw) == null ? void 0 : v.type) || L(t[e.suffix]), s = o == null ? void 0 : o.toLowerCase(), n = {
27
36
  sheet: "excel",
28
37
  excel: "excel",
29
38
  zip: "zip",
@@ -39,11 +48,11 @@ const I = (t, e) => {
39
48
  exe: "exe",
40
49
  json: "json"
41
50
  };
42
- for (let i in n)
43
- if (typeof l == "string" && (l.includes(i) || l === i))
44
- return n[i];
51
+ for (let l in n)
52
+ if (typeof s == "string" && (s.includes(l) || s === l))
53
+ return n[l];
45
54
  return "unknown";
46
- }, c3 = {
55
+ }, u3 = {
47
56
  ".doc": "word",
48
57
  ".docx": "word",
49
58
  ".docxf": "word",
@@ -128,15 +137,15 @@ const I = (t, e) => {
128
137
  ".vob": "video",
129
138
  ".txt": "txt",
130
139
  ".pdf": "pdf"
131
- }, P = (t) => {
140
+ }, L = (t) => {
132
141
  const e = t == null ? void 0 : t.toLocaleLowerCase(), o = e != null && e.startsWith(".") ? e : `.${e}`;
133
- return o && c3[o] || "unknow";
134
- }, r3 = (t) => {
135
- let e = "", o = ["doc", "docx"], l = ["xls", "xlsx"], n = ["ppt", "pptx"], s = ["pdf"];
136
- return o.includes(t) && (e = "word"), l.includes(t) && (e = "cell"), n.includes(t) && (e = "slide"), s.includes(t) && (e = "text-pdf"), e;
137
- }, d3 = /* @__PURE__ */ _({
142
+ return o && u3[o] || "unknow";
143
+ }, h3 = (t) => {
144
+ let e = "", o = ["doc", "docx"], s = ["xls", "xlsx"], n = ["ppt", "pptx"], i = ["pdf"];
145
+ return o.includes(t) && (e = "word"), s.includes(t) && (e = "cell"), n.includes(t) && (e = "slide"), i.includes(t) && (e = "text-pdf"), e;
146
+ }, p3 = /* @__PURE__ */ F({
138
147
  __name: "IkPreviewFileDialog",
139
- props: /* @__PURE__ */ N({
148
+ props: /* @__PURE__ */ W({
140
149
  file: {
141
150
  type: Object,
142
151
  default: () => []
@@ -171,81 +180,81 @@ const I = (t, e) => {
171
180
  }),
172
181
  emits: ["update:show"],
173
182
  setup(t) {
174
- const e = t, o = W(t, "show"), l = x(() => ({
183
+ const e = t, o = G(t, "show"), s = m(() => ({
175
184
  name: "name",
176
185
  url: "url",
177
186
  suffix: "suffix",
178
187
  size: "fileSize",
179
188
  ...e.field
180
- })), n = C(null), s = C(null), a = X({
189
+ })), n = V(null), i = V(null), a = Y({
181
190
  image: !1,
182
191
  office: !1,
183
192
  video: !1
184
- }), h = (i) => {
185
- var u, f, v, w, z, D, j;
193
+ }), p = (l) => {
194
+ var h, d, w, y, _, B, k;
186
195
  try {
187
- const g = ((u = i == null ? void 0 : i.response) == null ? void 0 : u.data) || i, L = g[l.value.url] || (g == null ? void 0 : g.id) || g.attachmentId, H = (f = g[l.value.suffix] || g.attachmentSuffix) == null ? void 0 : f.toLowerCase(), K = g[l.value.name] || (g == null ? void 0 : g.attachmentName);
188
- if (s.value = {
189
- ...i,
190
- name: i[l.value.name],
191
- url: q(e.loadUrl, L)
192
- }, i && G(i, l.value) === "image") {
196
+ const f = ((h = l == null ? void 0 : l.response) == null ? void 0 : h.data) || l, I = f[s.value.url] || (f == null ? void 0 : f.id) || f.attachmentId, M = (d = f[s.value.suffix] || f.attachmentSuffix) == null ? void 0 : d.toLowerCase(), X = f[s.value.name] || (f == null ? void 0 : f.attachmentName) || (f == null ? void 0 : f.originName);
197
+ if (i.value = {
198
+ ...l,
199
+ name: l[s.value.name],
200
+ url: A(e.loadUrl, I)
201
+ }, l && K(l, s.value) === "image") {
193
202
  a.image = !0;
194
203
  return;
195
- } else if ((((v = e.onlyOfficeConfig) == null ? void 0 : v.accept) || e.onlyOfficeAccept).includes(H)) {
204
+ } else if ((((w = e.onlyOfficeConfig) == null ? void 0 : w.accept) || e.onlyOfficeAccept).includes(M)) {
196
205
  a.office = !0, n.value = {
197
206
  ...e.onlyOfficeConfig,
198
207
  editorConfig: {
199
- ...((w = e.onlyOfficeConfig) == null ? void 0 : w.editorConfig) || {},
208
+ ...((y = e.onlyOfficeConfig) == null ? void 0 : y.editorConfig) || {},
200
209
  customization: {
201
- ...((D = (z = e.onlyOfficeConfig) == null ? void 0 : z.editorConfig) == null ? void 0 : D.customization) || {},
210
+ ...((B = (_ = e.onlyOfficeConfig) == null ? void 0 : _.editorConfig) == null ? void 0 : B.customization) || {},
202
211
  review: {
203
212
  reviewDisplay: "final"
204
213
  }
205
214
  }
206
215
  },
207
216
  document: {
208
- key: o3(),
209
- title: K,
210
- url: q(e.loadUrl, L),
211
- fileType: H,
212
- ...((j = e.onlyOfficeConfig) == null ? void 0 : j.document) || {}
217
+ key: i3(),
218
+ title: X,
219
+ url: A(e.loadUrl, I),
220
+ fileType: M,
221
+ ...((k = e.onlyOfficeConfig) == null ? void 0 : k.document) || {}
213
222
  },
214
- documentType: r3(H)
223
+ documentType: h3(M)
215
224
  };
216
225
  return;
217
226
  }
218
- } catch (g) {
219
- console.info("预览错误: ", g);
227
+ } catch (f) {
228
+ console.info("预览错误: ", f);
220
229
  }
221
230
  };
222
- Y([o, e.file], ([i, u]) => {
223
- i && Z(() => {
224
- h(e.file);
231
+ Z([o, e.file], ([l, h]) => {
232
+ l && J(() => {
233
+ p(e.file);
225
234
  });
226
235
  });
227
- const p = () => {
236
+ const v = () => {
228
237
  o.value = !1, a.office = !1, a.image = !1, a.video = !1;
229
238
  };
230
- return (i, u) => {
231
- var v, w;
232
- const f = $("el-image-viewer");
233
- return o.value ? (r(), d(
234
- O,
239
+ return (l, h) => {
240
+ var w, y;
241
+ const d = E("el-image-viewer");
242
+ return o.value ? (r(), u(
243
+ T,
235
244
  { key: 0 },
236
245
  [
237
- (v = s.value) != null && v.url && a.image ? (r(), V(f, {
246
+ (w = i.value) != null && w.url && a.image ? (r(), R(d, {
238
247
  key: 0,
239
- onClose: u[0] || (u[0] = (z) => {
240
- s.value = null, a.image = !1;
248
+ onClose: h[0] || (h[0] = (_) => {
249
+ i.value = null, a.image = !1;
241
250
  }),
242
251
  ref: "previewImgRef",
243
- "url-list": [(w = s.value) == null ? void 0 : w.url]
244
- }, null, 8, ["url-list"])) : S("v-if", !0),
245
- S(" 文档类 "),
246
- F(m(V6), {
252
+ "url-list": [(y = i.value) == null ? void 0 : y.url]
253
+ }, null, 8, ["url-list"])) : C("v-if", !0),
254
+ C(" 文档类 "),
255
+ x(g(I6), {
247
256
  modelValue: a.office,
248
- "onUpdate:modelValue": u[1] || (u[1] = (z) => a.office = z),
257
+ "onUpdate:modelValue": h[1] || (h[1] = (_) => a.office = _),
249
258
  draggable: "",
250
259
  "no-footer": "",
251
260
  "no-header": "",
@@ -255,27 +264,29 @@ const I = (t, e) => {
255
264
  "close-on-click-modal": "",
256
265
  "close-on-press-escape": !1,
257
266
  "append-to-body": "",
258
- onClose: p,
267
+ onClose: v,
259
268
  "modal-class": "ik-only-preview-dialog"
260
269
  }, {
261
- default: b(() => [
262
- F(m(H6), {
263
- "config-options": n.value,
264
- "document-server-url": t.onlyOfficeConfig.serverUrl || t.onlyofficeServer,
265
- mode: "view"
266
- }, null, 8, ["config-options", "document-server-url"])
267
- ]),
270
+ default: S(() => {
271
+ var _;
272
+ return [
273
+ x(g(A6), {
274
+ "config-options": n.value,
275
+ "document-server-url": ((_ = t.onlyOfficeConfig) == null ? void 0 : _.serverUrl) || t.onlyofficeServer
276
+ }, null, 8, ["config-options", "document-server-url"])
277
+ ];
278
+ }),
268
279
  _: 1
269
280
  /* STABLE */
270
281
  }, 8, ["modelValue"])
271
282
  ],
272
283
  64
273
284
  /* STABLE_FRAGMENT */
274
- )) : S("v-if", !0);
285
+ )) : C("v-if", !0);
275
286
  };
276
287
  }
277
288
  });
278
- const u3 = I(d3), h3 = {
289
+ const f3 = O(p3), v3 = {
279
290
  key: 0,
280
291
  t: "1686300059786",
281
292
  class: "icon",
@@ -285,7 +296,7 @@ const u3 = I(d3), h3 = {
285
296
  "p-id": "7671",
286
297
  width: "200",
287
298
  height: "200"
288
- }, p3 = /* @__PURE__ */ c(
299
+ }, g3 = /* @__PURE__ */ c(
289
300
  "path",
290
301
  {
291
302
  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",
@@ -295,7 +306,7 @@ const u3 = I(d3), h3 = {
295
306
  null,
296
307
  -1
297
308
  /* HOISTED */
298
- ), f3 = /* @__PURE__ */ c(
309
+ ), m3 = /* @__PURE__ */ c(
299
310
  "path",
300
311
  {
301
312
  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",
@@ -305,7 +316,7 @@ const u3 = I(d3), h3 = {
305
316
  null,
306
317
  -1
307
318
  /* HOISTED */
308
- ), v3 = /* @__PURE__ */ c(
319
+ ), w3 = /* @__PURE__ */ c(
309
320
  "path",
310
321
  {
311
322
  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",
@@ -315,7 +326,7 @@ const u3 = I(d3), h3 = {
315
326
  null,
316
327
  -1
317
328
  /* HOISTED */
318
- ), g3 = /* @__PURE__ */ c(
329
+ ), y3 = /* @__PURE__ */ c(
319
330
  "path",
320
331
  {
321
332
  d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
@@ -325,12 +336,12 @@ const u3 = I(d3), h3 = {
325
336
  null,
326
337
  -1
327
338
  /* HOISTED */
328
- ), m3 = [
329
- p3,
330
- f3,
331
- v3,
332
- g3
333
- ], w3 = {
339
+ ), _3 = [
340
+ g3,
341
+ m3,
342
+ w3,
343
+ y3
344
+ ], k3 = {
334
345
  key: 1,
335
346
  t: "1686301531714",
336
347
  class: "icon",
@@ -340,7 +351,7 @@ const u3 = I(d3), h3 = {
340
351
  "p-id": "9067",
341
352
  width: "200",
342
353
  height: "200"
343
- }, y3 = /* @__PURE__ */ c(
354
+ }, z3 = /* @__PURE__ */ c(
344
355
  "path",
345
356
  {
346
357
  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",
@@ -350,7 +361,7 @@ const u3 = I(d3), h3 = {
350
361
  null,
351
362
  -1
352
363
  /* HOISTED */
353
- ), _3 = /* @__PURE__ */ c(
364
+ ), F3 = /* @__PURE__ */ c(
354
365
  "path",
355
366
  {
356
367
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -360,10 +371,10 @@ const u3 = I(d3), h3 = {
360
371
  null,
361
372
  -1
362
373
  /* HOISTED */
363
- ), z3 = [
364
- y3,
365
- _3
366
- ], k3 = {
374
+ ), b3 = [
375
+ z3,
376
+ F3
377
+ ], x3 = {
367
378
  key: 2,
368
379
  t: "1686300141125",
369
380
  class: "icon",
@@ -373,7 +384,7 @@ const u3 = I(d3), h3 = {
373
384
  "p-id": "8137",
374
385
  width: "200",
375
386
  height: "200"
376
- }, F3 = /* @__PURE__ */ c(
387
+ }, S3 = /* @__PURE__ */ c(
377
388
  "path",
378
389
  {
379
390
  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",
@@ -383,7 +394,7 @@ const u3 = I(d3), h3 = {
383
394
  null,
384
395
  -1
385
396
  /* HOISTED */
386
- ), b3 = /* @__PURE__ */ c(
397
+ ), C3 = /* @__PURE__ */ c(
387
398
  "path",
388
399
  {
389
400
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -393,10 +404,10 @@ const u3 = I(d3), h3 = {
393
404
  null,
394
405
  -1
395
406
  /* HOISTED */
396
- ), x3 = [
397
- F3,
398
- b3
399
- ], S3 = {
407
+ ), V3 = [
408
+ S3,
409
+ C3
410
+ ], R3 = {
400
411
  key: 3,
401
412
  t: "1686300157181",
402
413
  class: "icon",
@@ -406,7 +417,7 @@ const u3 = I(d3), h3 = {
406
417
  "p-id": "8292",
407
418
  width: "200",
408
419
  height: "200"
409
- }, C3 = /* @__PURE__ */ c(
420
+ }, B3 = /* @__PURE__ */ c(
410
421
  "path",
411
422
  {
412
423
  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",
@@ -416,7 +427,7 @@ const u3 = I(d3), h3 = {
416
427
  null,
417
428
  -1
418
429
  /* HOISTED */
419
- ), V3 = /* @__PURE__ */ c(
430
+ ), I3 = /* @__PURE__ */ c(
420
431
  "path",
421
432
  {
422
433
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -426,10 +437,10 @@ const u3 = I(d3), h3 = {
426
437
  null,
427
438
  -1
428
439
  /* HOISTED */
429
- ), R3 = [
430
- C3,
431
- V3
432
- ], B3 = {
440
+ ), M3 = [
441
+ B3,
442
+ I3
443
+ ], D3 = {
433
444
  key: 4,
434
445
  t: "1686300180947",
435
446
  class: "icon",
@@ -439,7 +450,7 @@ const u3 = I(d3), h3 = {
439
450
  "p-id": "8447",
440
451
  width: "200",
441
452
  height: "200"
442
- }, M3 = /* @__PURE__ */ c(
453
+ }, $3 = /* @__PURE__ */ c(
443
454
  "path",
444
455
  {
445
456
  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",
@@ -449,7 +460,7 @@ const u3 = I(d3), h3 = {
449
460
  null,
450
461
  -1
451
462
  /* HOISTED */
452
- ), I3 = /* @__PURE__ */ c(
463
+ ), q3 = /* @__PURE__ */ c(
453
464
  "path",
454
465
  {
455
466
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -459,10 +470,10 @@ const u3 = I(d3), h3 = {
459
470
  null,
460
471
  -1
461
472
  /* HOISTED */
462
- ), D3 = [
463
- M3,
464
- I3
465
- ], $3 = {
473
+ ), H3 = [
474
+ $3,
475
+ q3
476
+ ], O3 = {
466
477
  key: 5,
467
478
  t: "1686300195363",
468
479
  class: "icon",
@@ -472,7 +483,7 @@ const u3 = I(d3), h3 = {
472
483
  "p-id": "8602",
473
484
  width: "200",
474
485
  height: "200"
475
- }, q3 = /* @__PURE__ */ c(
486
+ }, E3 = /* @__PURE__ */ c(
476
487
  "path",
477
488
  {
478
489
  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",
@@ -482,7 +493,7 @@ const u3 = I(d3), h3 = {
482
493
  null,
483
494
  -1
484
495
  /* HOISTED */
485
- ), H3 = /* @__PURE__ */ c(
496
+ ), A3 = /* @__PURE__ */ c(
486
497
  "path",
487
498
  {
488
499
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -492,10 +503,10 @@ const u3 = I(d3), h3 = {
492
503
  null,
493
504
  -1
494
505
  /* HOISTED */
495
- ), O3 = [
496
- q3,
497
- H3
498
- ], E3 = {
506
+ ), T3 = [
507
+ E3,
508
+ A3
509
+ ], P3 = {
499
510
  key: 6,
500
511
  t: "1686300209288",
501
512
  class: "icon",
@@ -505,7 +516,7 @@ const u3 = I(d3), h3 = {
505
516
  "p-id": "8757",
506
517
  width: "200",
507
518
  height: "200"
508
- }, A3 = /* @__PURE__ */ c(
519
+ }, U3 = /* @__PURE__ */ c(
509
520
  "path",
510
521
  {
511
522
  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",
@@ -515,7 +526,7 @@ const u3 = I(d3), h3 = {
515
526
  null,
516
527
  -1
517
528
  /* HOISTED */
518
- ), T3 = /* @__PURE__ */ c(
529
+ ), j3 = /* @__PURE__ */ c(
519
530
  "path",
520
531
  {
521
532
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -525,10 +536,10 @@ const u3 = I(d3), h3 = {
525
536
  null,
526
537
  -1
527
538
  /* HOISTED */
528
- ), j3 = [
529
- A3,
530
- T3
531
- ], L3 = {
539
+ ), L3 = [
540
+ U3,
541
+ j3
542
+ ], N3 = {
532
543
  key: 7,
533
544
  t: "1686300225262",
534
545
  class: "icon",
@@ -538,7 +549,7 @@ const u3 = I(d3), h3 = {
538
549
  "p-id": "8912",
539
550
  width: "200",
540
551
  height: "200"
541
- }, P3 = /* @__PURE__ */ c(
552
+ }, W3 = /* @__PURE__ */ c(
542
553
  "path",
543
554
  {
544
555
  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",
@@ -548,7 +559,7 @@ const u3 = I(d3), h3 = {
548
559
  null,
549
560
  -1
550
561
  /* HOISTED */
551
- ), U3 = /* @__PURE__ */ c(
562
+ ), G3 = /* @__PURE__ */ c(
552
563
  "path",
553
564
  {
554
565
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -558,10 +569,10 @@ const u3 = I(d3), h3 = {
558
569
  null,
559
570
  -1
560
571
  /* HOISTED */
561
- ), N3 = [
562
- P3,
563
- U3
564
- ], W3 = {
572
+ ), K3 = [
573
+ W3,
574
+ G3
575
+ ], X3 = {
565
576
  key: 8,
566
577
  t: "1692251753690",
567
578
  class: "icon",
@@ -571,7 +582,7 @@ const u3 = I(d3), h3 = {
571
582
  "p-id": "4336",
572
583
  width: "200",
573
584
  height: "200"
574
- }, G3 = /* @__PURE__ */ c(
585
+ }, Y3 = /* @__PURE__ */ c(
575
586
  "path",
576
587
  {
577
588
  d: "M192 0h448.170667l319.829333 320V896a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V128A128 128 0 0 1 192 0z",
@@ -581,7 +592,7 @@ const u3 = I(d3), h3 = {
581
592
  null,
582
593
  -1
583
594
  /* HOISTED */
584
- ), K3 = /* @__PURE__ */ c(
595
+ ), Z3 = /* @__PURE__ */ c(
585
596
  "path",
586
597
  {
587
598
  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",
@@ -592,7 +603,7 @@ const u3 = I(d3), h3 = {
592
603
  null,
593
604
  -1
594
605
  /* HOISTED */
595
- ), X3 = /* @__PURE__ */ c(
606
+ ), J3 = /* @__PURE__ */ c(
596
607
  "path",
597
608
  {
598
609
  d: "M640 0l320 320H768a128 128 0 0 1-128-128V0z",
@@ -602,11 +613,11 @@ const u3 = I(d3), h3 = {
602
613
  null,
603
614
  -1
604
615
  /* HOISTED */
605
- ), Y3 = [
606
- G3,
607
- K3,
608
- X3
609
- ], Z3 = {
616
+ ), Q3 = [
617
+ Y3,
618
+ Z3,
619
+ J3
620
+ ], e6 = {
610
621
  key: 9,
611
622
  t: "1692251753690",
612
623
  class: "icon",
@@ -616,7 +627,7 @@ const u3 = I(d3), h3 = {
616
627
  "p-id": "4336",
617
628
  width: "200",
618
629
  height: "200"
619
- }, J3 = /* @__PURE__ */ c(
630
+ }, t6 = /* @__PURE__ */ c(
620
631
  "path",
621
632
  {
622
633
  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",
@@ -626,7 +637,7 @@ const u3 = I(d3), h3 = {
626
637
  null,
627
638
  -1
628
639
  /* HOISTED */
629
- ), Q3 = /* @__PURE__ */ c(
640
+ ), n6 = /* @__PURE__ */ c(
630
641
  "path",
631
642
  {
632
643
  d: "M960 326.4v16H755.2s-100.8-20.8-99.2-107.2c0 0 3.2 91.2 96 91.2h208z",
@@ -636,7 +647,7 @@ const u3 = I(d3), h3 = {
636
647
  null,
637
648
  -1
638
649
  /* HOISTED */
639
- ), e6 = /* @__PURE__ */ c(
650
+ ), o6 = /* @__PURE__ */ c(
640
651
  "path",
641
652
  {
642
653
  d: "M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z",
@@ -647,7 +658,7 @@ const u3 = I(d3), h3 = {
647
658
  null,
648
659
  -1
649
660
  /* HOISTED */
650
- ), t6 = /* @__PURE__ */ c(
661
+ ), i6 = /* @__PURE__ */ c(
651
662
  "path",
652
663
  {
653
664
  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",
@@ -657,12 +668,12 @@ const u3 = I(d3), h3 = {
657
668
  null,
658
669
  -1
659
670
  /* HOISTED */
660
- ), n6 = [
661
- J3,
662
- Q3,
663
- e6,
664
- t6
665
- ], o6 = {
671
+ ), s6 = [
672
+ t6,
673
+ n6,
674
+ o6,
675
+ i6
676
+ ], l6 = {
666
677
  key: 10,
667
678
  t: "1714099890925",
668
679
  class: "icon",
@@ -672,7 +683,7 @@ const u3 = I(d3), h3 = {
672
683
  "p-id": "2271",
673
684
  width: "200",
674
685
  height: "200"
675
- }, i6 = /* @__PURE__ */ c(
686
+ }, a6 = /* @__PURE__ */ c(
676
687
  "path",
677
688
  {
678
689
  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",
@@ -682,7 +693,7 @@ const u3 = I(d3), h3 = {
682
693
  null,
683
694
  -1
684
695
  /* HOISTED */
685
- ), s6 = /* @__PURE__ */ c(
696
+ ), c6 = /* @__PURE__ */ c(
686
697
  "path",
687
698
  {
688
699
  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",
@@ -693,7 +704,7 @@ const u3 = I(d3), h3 = {
693
704
  null,
694
705
  -1
695
706
  /* HOISTED */
696
- ), l6 = /* @__PURE__ */ c(
707
+ ), r6 = /* @__PURE__ */ c(
697
708
  "path",
698
709
  {
699
710
  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",
@@ -703,11 +714,11 @@ const u3 = I(d3), h3 = {
703
714
  null,
704
715
  -1
705
716
  /* HOISTED */
706
- ), a6 = [
707
- i6,
708
- s6,
709
- l6
710
- ], c6 = {
717
+ ), d6 = [
718
+ a6,
719
+ c6,
720
+ r6
721
+ ], u6 = {
711
722
  key: 11,
712
723
  t: "1686300037564",
713
724
  class: "icon",
@@ -717,7 +728,7 @@ const u3 = I(d3), h3 = {
717
728
  "p-id": "7515",
718
729
  width: "200",
719
730
  height: "200"
720
- }, r6 = /* @__PURE__ */ c(
731
+ }, h6 = /* @__PURE__ */ c(
721
732
  "path",
722
733
  {
723
734
  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",
@@ -727,7 +738,7 @@ const u3 = I(d3), h3 = {
727
738
  null,
728
739
  -1
729
740
  /* HOISTED */
730
- ), d6 = /* @__PURE__ */ c(
741
+ ), p6 = /* @__PURE__ */ c(
731
742
  "path",
732
743
  {
733
744
  d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
@@ -737,7 +748,7 @@ const u3 = I(d3), h3 = {
737
748
  null,
738
749
  -1
739
750
  /* HOISTED */
740
- ), u6 = /* @__PURE__ */ c(
751
+ ), f6 = /* @__PURE__ */ c(
741
752
  "path",
742
753
  {
743
754
  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",
@@ -747,11 +758,11 @@ const u3 = I(d3), h3 = {
747
758
  null,
748
759
  -1
749
760
  /* HOISTED */
750
- ), h6 = [
751
- r6,
752
- d6,
753
- u6
754
- ], p6 = /* @__PURE__ */ _({
761
+ ), v6 = [
762
+ h6,
763
+ p6,
764
+ f6
765
+ ], g6 = /* @__PURE__ */ F({
755
766
  __name: "FileIcon",
756
767
  props: {
757
768
  type: {
@@ -772,21 +783,21 @@ const u3 = I(d3), h3 = {
772
783
  }
773
784
  },
774
785
  setup(t) {
775
- const e = t, o = x(() => e.file ? G(e.file, e.fields) : e.type);
776
- return (l, n) => o.value === "image" ? (r(), d("svg", h3, m3)) : o.value === "zip" ? (r(), d("svg", w3, z3)) : o.value === "ppt" ? (r(), d("svg", k3, x3)) : o.value === "word" ? (r(), d("svg", S3, R3)) : o.value === "pdf" ? (r(), d("svg", B3, D3)) : o.value === "txt" ? (r(), d("svg", $3, O3)) : o.value === "audio" ? (r(), d("svg", E3, j3)) : o.value === "video" ? (r(), d("svg", L3, N3)) : o.value === "excel" ? (r(), d("svg", W3, Y3)) : o.value === "exe" ? (r(), d("svg", Z3, n6)) : o.value === "json" ? (r(), d("svg", o6, a6)) : (r(), d("svg", c6, h6));
786
+ const e = t, o = m(() => e.file ? K(e.file, e.fields) : e.type);
787
+ return (s, n) => o.value === "image" ? (r(), u("svg", v3, _3)) : o.value === "zip" ? (r(), u("svg", k3, b3)) : o.value === "ppt" ? (r(), u("svg", x3, V3)) : o.value === "word" ? (r(), u("svg", R3, M3)) : o.value === "pdf" ? (r(), u("svg", D3, H3)) : o.value === "txt" ? (r(), u("svg", O3, T3)) : o.value === "audio" ? (r(), u("svg", P3, L3)) : o.value === "video" ? (r(), u("svg", N3, K3)) : o.value === "excel" ? (r(), u("svg", X3, Q3)) : o.value === "exe" ? (r(), u("svg", e6, s6)) : o.value === "json" ? (r(), u("svg", l6, d6)) : (r(), u("svg", u6, v6));
777
788
  }
778
- }), f6 = {
789
+ }), m6 = {
779
790
  key: 0,
780
791
  class: "ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"
781
- }, v6 = {
792
+ }, w6 = {
782
793
  key: 1,
783
794
  class: "h-[1em] w-[1em]",
784
795
  "aria-hidden": "true"
785
- }, g6 = ["xlink:href"], m6 = ["src"], w6 = {
796
+ }, y6 = ["xlink:href"], _6 = ["src"], k6 = {
786
797
  key: 1,
787
798
  class: "h-[1em] w-[1em]",
788
799
  "aria-hidden": "true"
789
- }, y6 = ["xlink:href"], _6 = ["src"], z6 = /* @__PURE__ */ _({
800
+ }, z6 = ["xlink:href"], F6 = ["src"], b6 = /* @__PURE__ */ F({
790
801
  name: "IkSvgIcon",
791
802
  __name: "index",
792
803
  props: {
@@ -813,10 +824,10 @@ const u3 = I(d3), h3 = {
813
824
  tableIconType: { default: "icon" }
814
825
  },
815
826
  setup(t) {
816
- const e = t, o = x(() => {
817
- var n, s, a;
818
- return /^http?:\/\//.test(e.name) ? "img" : /i-[^:]+:[^:]+/.test(e.name) ? "unocss" : (n = e.name) != null && n.startsWith("iksig") ? "iksig" : (s = e.name) != null && s.includes(":") ? "iconify" : (a = e.name) != null && a.startsWith("iksvg") ? "svg" : "i";
819
- }), l = x(() => {
827
+ const e = t, o = m(() => {
828
+ var n, i, a;
829
+ return /^http?:\/\//.test(e.name) ? "img" : /i-[^:]+:[^:]+/.test(e.name) ? "unocss" : (n = e.name) != null && n.startsWith("iksig") ? "iksig" : (i = e.name) != null && i.includes(":") ? "iconify" : (a = e.name) != null && a.startsWith("iksvg") ? "svg" : "i";
830
+ }), s = m(() => {
820
831
  const n = [];
821
832
  if (e.flip)
822
833
  switch (e.flip) {
@@ -831,26 +842,26 @@ const u3 = I(d3), h3 = {
831
842
  break;
832
843
  }
833
844
  e.rotate && n.push(`rotate(${e.rotate % 360}deg)`);
834
- const s = {
845
+ const i = {
835
846
  ...e.color && { color: e.color },
836
847
  ...e.size && { fontSize: typeof e.size == "number" ? `${e.size}px` : e.size },
837
848
  ...n.length && { transform: n.join(" ") },
838
849
  padding: e.showBg || e.bg ? e.padding : 0,
839
850
  ...e.color && o.value !== "iksig" ? {
840
851
  "--ik-color-icon-dark": e.color,
841
- "--ik-color-icon-light": e.colorLight || i3.setOpacity(e.color, e.opacity)
852
+ "--ik-color-icon-light": e.colorLight || s3.setOpacity(e.color, e.opacity)
842
853
  } : {}
843
854
  };
844
- return e.width && (s.width = s.height = typeof e.width == "number" ? `${e.width}px` : e.width), s;
855
+ return e.width && (i.width = i.height = typeof e.width == "number" ? `${e.width}px` : e.width), i;
845
856
  });
846
- return (n, s) => {
847
- const a = $("el-tooltip"), h = $("el-button");
848
- return n.tableIconType === "icon" ? (r(), d("span", f6, [
849
- n.notip || !n.title ? (r(), d(
857
+ return (n, i) => {
858
+ const a = E("el-tooltip"), p = E("el-button");
859
+ return n.tableIconType === "icon" ? (r(), u("span", m6, [
860
+ n.notip || !n.title ? (r(), u(
850
861
  "i",
851
862
  {
852
863
  key: 0,
853
- class: k(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
864
+ class: b(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
854
865
  [n.name]: o.value === "unocss",
855
866
  "show-bg": n.showBg || n.bg,
856
867
  default: n.size === "default",
@@ -863,34 +874,34 @@ const u3 = I(d3), h3 = {
863
874
  active: n.active,
864
875
  disabled: n.disabled
865
876
  }]),
866
- style: y(l.value)
877
+ style: z(s.value)
867
878
  },
868
879
  [
869
- S(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
870
- o.value === "iksig" ? (r(), d(
880
+ C(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
881
+ o.value === "iksig" ? (r(), u(
871
882
  "i",
872
883
  {
873
884
  key: 0,
874
- class: k(`iksig ${n.name}`),
875
- style: y(l.value)
885
+ class: b(`iksig ${n.name}`),
886
+ style: z(s.value)
876
887
  },
877
888
  null,
878
889
  6
879
890
  /* CLASS, STYLE */
880
- )) : o.value === "svg" ? (r(), d("svg", v6, [
891
+ )) : o.value === "svg" ? (r(), u("svg", w6, [
881
892
  c("use", {
882
893
  "xlink:href": `#${n.name}`
883
- }, null, 8, g6)
884
- ])) : o.value === "img" ? (r(), d("img", {
894
+ }, null, 8, y6)
895
+ ])) : o.value === "img" ? (r(), u("img", {
885
896
  key: 2,
886
897
  src: n.name,
887
898
  class: "h-[1em] w-[1em]"
888
- }, null, 8, m6)) : (r(), d(
899
+ }, null, 8, _6)) : (r(), u(
889
900
  "i",
890
901
  {
891
902
  key: 3,
892
- class: k(n.name),
893
- style: y(l.value)
903
+ class: b(n.name),
904
+ style: z(s.value)
894
905
  },
895
906
  null,
896
907
  6
@@ -899,16 +910,16 @@ const u3 = I(d3), h3 = {
899
910
  ],
900
911
  6
901
912
  /* CLASS, STYLE */
902
- )) : (r(), V(a, {
913
+ )) : (r(), R(a, {
903
914
  key: 1,
904
915
  content: n.title,
905
916
  placement: "top"
906
917
  }, {
907
- default: b(() => [
918
+ default: S(() => [
908
919
  c(
909
920
  "i",
910
921
  {
911
- class: k(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
922
+ class: b(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
912
923
  [n.name]: o.value === "unocss",
913
924
  "show-bg": n.showBg || n.bg,
914
925
  default: n.size === "default",
@@ -920,33 +931,33 @@ const u3 = I(d3), h3 = {
920
931
  error: n.error || e.type === "error",
921
932
  active: n.active
922
933
  }]),
923
- style: y(l.value)
934
+ style: z(s.value)
924
935
  },
925
936
  [
926
- o.value === "iksig" ? (r(), d(
937
+ o.value === "iksig" ? (r(), u(
927
938
  "i",
928
939
  {
929
940
  key: 0,
930
- class: k(`iksig ${n.name}`),
931
- style: y(l.value)
941
+ class: b(`iksig ${n.name}`),
942
+ style: z(s.value)
932
943
  },
933
944
  null,
934
945
  6
935
946
  /* CLASS, STYLE */
936
- )) : o.value === "svg" ? (r(), d("svg", w6, [
947
+ )) : o.value === "svg" ? (r(), u("svg", k6, [
937
948
  c("use", {
938
949
  "xlink:href": `#${n.name}`
939
- }, null, 8, y6)
940
- ])) : o.value === "img" ? (r(), d("img", {
950
+ }, null, 8, z6)
951
+ ])) : o.value === "img" ? (r(), u("img", {
941
952
  key: 2,
942
953
  src: n.name,
943
954
  class: "h-[1em] w-[1em]"
944
- }, null, 8, _6)) : (r(), d(
955
+ }, null, 8, F6)) : (r(), u(
945
956
  "i",
946
957
  {
947
958
  key: 3,
948
- class: k(n.name),
949
- style: y(l.value)
959
+ class: b(n.name),
960
+ style: z(s.value)
950
961
  },
951
962
  null,
952
963
  6
@@ -960,13 +971,13 @@ const u3 = I(d3), h3 = {
960
971
  _: 1
961
972
  /* STABLE */
962
973
  }, 8, ["content"]))
963
- ])) : (r(), V(h, {
974
+ ])) : (r(), R(p, {
964
975
  key: 1,
965
976
  type: ["warning", "error"].includes(n.type) ? "danger" : ""
966
977
  }, {
967
- default: b(() => [
968
- E(
969
- B(n.title),
978
+ default: S(() => [
979
+ P(
980
+ q(n.title),
970
981
  1
971
982
  /* TEXT */
972
983
  )
@@ -977,10 +988,10 @@ const u3 = I(d3), h3 = {
977
988
  };
978
989
  }
979
990
  });
980
- const k6 = /* @__PURE__ */ A(z6, [["__scopeId", "data-v-7d95dbf5"]]), M = I(k6), F6 = {
991
+ const x6 = /* @__PURE__ */ U(b6, [["__scopeId", "data-v-7d95dbf5"]]), H = O(x6), S6 = {
981
992
  key: 0,
982
993
  class: "exit-main-page-maximize"
983
- }, b6 = /* @__PURE__ */ _({
994
+ }, C6 = /* @__PURE__ */ F({
984
995
  __name: "CloseIcon",
985
996
  props: {
986
997
  showBg: {
@@ -993,15 +1004,15 @@ const k6 = /* @__PURE__ */ A(z6, [["__scopeId", "data-v-7d95dbf5"]]), M = I(k6),
993
1004
  }
994
1005
  },
995
1006
  setup(t) {
996
- return (e, o) => (r(), d("div", null, [
997
- t.showBg && t.fullscreen ? (r(), d("div", F6, [
998
- F(m(M), {
1007
+ return (e, o) => (r(), u("div", null, [
1008
+ t.showBg && t.fullscreen ? (r(), u("div", S6, [
1009
+ x(g(H), {
999
1010
  name: "iksvg_guanbidanchuang",
1000
1011
  title: "关闭",
1001
1012
  size: 20,
1002
1013
  error: ""
1003
1014
  })
1004
- ])) : (r(), V(m(M), {
1015
+ ])) : (r(), R(g(H), {
1005
1016
  key: 1,
1006
1017
  error: "",
1007
1018
  name: "iksvg_guanbidanchuang",
@@ -1011,9 +1022,9 @@ const k6 = /* @__PURE__ */ A(z6, [["__scopeId", "data-v-7d95dbf5"]]), M = I(k6),
1011
1022
  ]));
1012
1023
  }
1013
1024
  });
1014
- const x6 = /* @__PURE__ */ A(b6, [["__scopeId", "data-v-79f49df8"]]), S6 = { class: "base-header" }, C6 = /* @__PURE__ */ _({
1025
+ const V6 = /* @__PURE__ */ U(C6, [["__scopeId", "data-v-79f49df8"]]), R6 = { class: "base-header" }, B6 = /* @__PURE__ */ F({
1015
1026
  __name: "IkBaseDialog",
1016
- props: /* @__PURE__ */ N({
1027
+ props: /* @__PURE__ */ W({
1017
1028
  title: { default: "" },
1018
1029
  cancelText: { default: "取消" },
1019
1030
  confirmText: { default: "确认" },
@@ -1032,64 +1043,64 @@ const x6 = /* @__PURE__ */ A(b6, [["__scopeId", "data-v-79f49df8"]]), S6 = { cla
1032
1043
  }),
1033
1044
  emits: ["update:modelValue"],
1034
1045
  setup(t) {
1035
- const e = t, o = W(t, "modelValue"), l = C(e.fullscreen), n = () => {
1036
- l.value = !l.value;
1037
- }, s = _({
1046
+ const e = t, o = G(t, "modelValue"), s = V(e.fullscreen), n = () => {
1047
+ s.value = !s.value;
1048
+ }, i = F({
1038
1049
  setup() {
1039
- return () => J(x6, {
1050
+ return () => Q(V6, {
1040
1051
  showBg: e.showCloseBg,
1041
1052
  fullscreen: e.fullscreen
1042
1053
  });
1043
1054
  }
1044
1055
  });
1045
- return (a, h) => {
1046
- const p = $("el-dialog");
1047
- return r(), V(p, Q({
1056
+ return (a, p) => {
1057
+ const v = E("el-dialog");
1058
+ return r(), R(v, e3({
1048
1059
  modelValue: o.value,
1049
- "onUpdate:modelValue": h[0] || (h[0] = (i) => o.value = i)
1060
+ "onUpdate:modelValue": p[0] || (p[0] = (l) => o.value = l)
1050
1061
  }, a.$attrs, {
1051
- "close-icon": m(s),
1062
+ "close-icon": g(i),
1052
1063
  class: `ik-base-dialog ${a.noHeader ? "no-header" : ""} ${a.noFooter ? "no-footer" : ""}`,
1053
- fullscreen: l.value,
1064
+ fullscreen: s.value,
1054
1065
  "modal-class": "baseDialog"
1055
- }), e3({
1056
- icon: b(() => [
1057
- R(a.$slots, "title", {}, () => [
1058
- E(
1059
- B(a.title),
1066
+ }), t3({
1067
+ icon: S(() => [
1068
+ $(a.$slots, "title", {}, () => [
1069
+ P(
1070
+ q(a.title),
1060
1071
  1
1061
1072
  /* TEXT */
1062
1073
  )
1063
1074
  ])
1064
1075
  ]),
1065
- header: b(() => [
1066
- c("div", S6, [
1067
- R(a.$slots, "header", {}, () => [
1068
- E(
1069
- B(a.title),
1076
+ header: S(() => [
1077
+ c("div", R6, [
1078
+ $(a.$slots, "header", {}, () => [
1079
+ P(
1080
+ q(a.title),
1070
1081
  1
1071
1082
  /* TEXT */
1072
1083
  )
1073
1084
  ])
1074
1085
  ]),
1075
- a.$attrs.showClose ? (r(), V(m(M), {
1086
+ a.$attrs.showClose ? (r(), R(g(H), {
1076
1087
  key: 0,
1077
1088
  onClick: n,
1078
- name: l.value ? "iksvg_tuichuquanping" : "iksvg_quanping-daohang",
1089
+ name: s.value ? "iksvg_tuichuquanping" : "iksvg_quanping-daohang",
1079
1090
  class: "absolute! top-[18px] right-[50px] icon-dialog-full",
1080
- title: l.value ? "退出全屏" : "全屏"
1081
- }, null, 8, ["name", "title"])) : S("v-if", !0)
1091
+ title: s.value ? "退出全屏" : "全屏"
1092
+ }, null, 8, ["name", "title"])) : C("v-if", !0)
1082
1093
  ]),
1083
- default: b(() => [
1084
- R(a.$slots, "default")
1094
+ default: S(() => [
1095
+ $(a.$slots, "default")
1085
1096
  ]),
1086
1097
  _: 2
1087
1098
  /* DYNAMIC */
1088
1099
  }, [
1089
1100
  a.$slots.footer ? {
1090
1101
  name: "footer",
1091
- fn: b(() => [
1092
- R(a.$slots, "footer")
1102
+ fn: S(() => [
1103
+ $(a.$slots, "footer")
1093
1104
  ]),
1094
1105
  key: "0"
1095
1106
  } : void 0
@@ -1097,135 +1108,135 @@ const x6 = /* @__PURE__ */ A(b6, [["__scopeId", "data-v-79f49df8"]]), S6 = { cla
1097
1108
  };
1098
1109
  }
1099
1110
  });
1100
- const V6 = I(C6);
1101
- function R6(t, e, o, l) {
1102
- function n(s) {
1103
- return s instanceof o ? s : new o(function(a) {
1104
- a(s);
1111
+ const I6 = O(B6);
1112
+ function M6(t, e, o, s) {
1113
+ function n(i) {
1114
+ return i instanceof o ? i : new o(function(a) {
1115
+ a(i);
1105
1116
  });
1106
1117
  }
1107
- return new (o || (o = Promise))(function(s, a) {
1108
- function h(u) {
1118
+ return new (o || (o = Promise))(function(i, a) {
1119
+ function p(h) {
1109
1120
  try {
1110
- i(l.next(u));
1111
- } catch (f) {
1112
- a(f);
1121
+ l(s.next(h));
1122
+ } catch (d) {
1123
+ a(d);
1113
1124
  }
1114
1125
  }
1115
- function p(u) {
1126
+ function v(h) {
1116
1127
  try {
1117
- i(l.throw(u));
1118
- } catch (f) {
1119
- a(f);
1128
+ l(s.throw(h));
1129
+ } catch (d) {
1130
+ a(d);
1120
1131
  }
1121
1132
  }
1122
- function i(u) {
1123
- u.done ? s(u.value) : n(u.value).then(h, p);
1133
+ function l(h) {
1134
+ h.done ? i(h.value) : n(h.value).then(p, v);
1124
1135
  }
1125
- i((l = l.apply(t, e || [])).next());
1136
+ l((s = s.apply(t, e || [])).next());
1126
1137
  });
1127
1138
  }
1128
- function B6(t, e) {
1139
+ function D6(t, e) {
1129
1140
  var o = { label: 0, sent: function() {
1130
- if (s[0] & 1)
1131
- throw s[1];
1132
- return s[1];
1133
- }, trys: [], ops: [] }, l, n, s, a;
1134
- return a = { next: h(0), throw: h(1), return: h(2) }, typeof Symbol == "function" && (a[Symbol.iterator] = function() {
1141
+ if (i[0] & 1)
1142
+ throw i[1];
1143
+ return i[1];
1144
+ }, trys: [], ops: [] }, s, n, i, a;
1145
+ return a = { next: p(0), throw: p(1), return: p(2) }, typeof Symbol == "function" && (a[Symbol.iterator] = function() {
1135
1146
  return this;
1136
1147
  }), a;
1137
- function h(i) {
1138
- return function(u) {
1139
- return p([i, u]);
1148
+ function p(l) {
1149
+ return function(h) {
1150
+ return v([l, h]);
1140
1151
  };
1141
1152
  }
1142
- function p(i) {
1143
- if (l)
1153
+ function v(l) {
1154
+ if (s)
1144
1155
  throw new TypeError("Generator is already executing.");
1145
- for (; a && (a = 0, i[0] && (o = 0)), o; )
1156
+ for (; a && (a = 0, l[0] && (o = 0)), o; )
1146
1157
  try {
1147
- if (l = 1, n && (s = i[0] & 2 ? n.return : i[0] ? n.throw || ((s = n.return) && s.call(n), 0) : n.next) && !(s = s.call(n, i[1])).done)
1148
- return s;
1149
- switch (n = 0, s && (i = [i[0] & 2, s.value]), i[0]) {
1158
+ if (s = 1, n && (i = l[0] & 2 ? n.return : l[0] ? n.throw || ((i = n.return) && i.call(n), 0) : n.next) && !(i = i.call(n, l[1])).done)
1159
+ return i;
1160
+ switch (n = 0, i && (l = [l[0] & 2, i.value]), l[0]) {
1150
1161
  case 0:
1151
1162
  case 1:
1152
- s = i;
1163
+ i = l;
1153
1164
  break;
1154
1165
  case 4:
1155
- return o.label++, { value: i[1], done: !1 };
1166
+ return o.label++, { value: l[1], done: !1 };
1156
1167
  case 5:
1157
- o.label++, n = i[1], i = [0];
1168
+ o.label++, n = l[1], l = [0];
1158
1169
  continue;
1159
1170
  case 7:
1160
- i = o.ops.pop(), o.trys.pop();
1171
+ l = o.ops.pop(), o.trys.pop();
1161
1172
  continue;
1162
1173
  default:
1163
- if (s = o.trys, !(s = s.length > 0 && s[s.length - 1]) && (i[0] === 6 || i[0] === 2)) {
1174
+ if (i = o.trys, !(i = i.length > 0 && i[i.length - 1]) && (l[0] === 6 || l[0] === 2)) {
1164
1175
  o = 0;
1165
1176
  continue;
1166
1177
  }
1167
- if (i[0] === 3 && (!s || i[1] > s[0] && i[1] < s[3])) {
1168
- o.label = i[1];
1178
+ if (l[0] === 3 && (!i || l[1] > i[0] && l[1] < i[3])) {
1179
+ o.label = l[1];
1169
1180
  break;
1170
1181
  }
1171
- if (i[0] === 6 && o.label < s[1]) {
1172
- o.label = s[1], s = i;
1182
+ if (l[0] === 6 && o.label < i[1]) {
1183
+ o.label = i[1], i = l;
1173
1184
  break;
1174
1185
  }
1175
- if (s && o.label < s[2]) {
1176
- o.label = s[2], o.ops.push(i);
1186
+ if (i && o.label < i[2]) {
1187
+ o.label = i[2], o.ops.push(l);
1177
1188
  break;
1178
1189
  }
1179
- s[2] && o.ops.pop(), o.trys.pop();
1190
+ i[2] && o.ops.pop(), o.trys.pop();
1180
1191
  continue;
1181
1192
  }
1182
- i = e.call(t, o);
1183
- } catch (u) {
1184
- i = [6, u], n = 0;
1193
+ l = e.call(t, o);
1194
+ } catch (h) {
1195
+ l = [6, h], n = 0;
1185
1196
  } finally {
1186
- l = s = 0;
1197
+ s = i = 0;
1187
1198
  }
1188
- if (i[0] & 5)
1189
- throw i[1];
1190
- return { value: i[0] ? i[1] : void 0, done: !0 };
1199
+ if (l[0] & 5)
1200
+ throw l[1];
1201
+ return { value: l[0] ? l[1] : void 0, done: !0 };
1191
1202
  }
1192
1203
  }
1193
- var M6 = function(t, e) {
1194
- return R6(void 0, void 0, void 0, function() {
1195
- return B6(this, function(o) {
1196
- return [2, new Promise(function(l, n) {
1204
+ var $6 = function(t, e) {
1205
+ return M6(void 0, void 0, void 0, function() {
1206
+ return D6(this, function(o) {
1207
+ return [2, new Promise(function(s, n) {
1197
1208
  try {
1198
1209
  if (window.DocsAPI)
1199
- return l(null);
1200
- var s = document.getElementById(e);
1201
- if (s)
1210
+ return s(null);
1211
+ var i = document.getElementById(e);
1212
+ if (i)
1202
1213
  var a = setInterval(function() {
1203
- var p = s.getAttribute("loading");
1204
- if (!p) {
1214
+ var v = i.getAttribute("loading");
1215
+ if (!v) {
1205
1216
  if (clearInterval(a), window.DocsAPI)
1206
- return l(null);
1207
- var i = U(e, t, l, n);
1208
- s.remove(), document.body.appendChild(i);
1217
+ return s(null);
1218
+ var l = N(e, t, s, n);
1219
+ i.remove(), document.body.appendChild(l);
1209
1220
  }
1210
1221
  }, 500);
1211
1222
  else {
1212
- var h = U(e, t, l, n);
1213
- document.body.appendChild(h);
1223
+ var p = N(e, t, s, n);
1224
+ document.body.appendChild(p);
1214
1225
  }
1215
- } catch (p) {
1216
- console.error(p);
1226
+ } catch (v) {
1227
+ console.error(v);
1217
1228
  }
1218
1229
  })];
1219
1230
  });
1220
1231
  });
1221
- }, U = function(t, e, o, l) {
1232
+ }, N = function(t, e, o, s) {
1222
1233
  var n = document.createElement("script");
1223
1234
  return n.id = t, n.type = "text/javascript", n.src = e, n.async = !0, n.onload = function() {
1224
1235
  n.removeAttribute("loading"), o(null);
1225
- }, n.onerror = function(s) {
1226
- n.removeAttribute("loading"), l(s);
1236
+ }, n.onerror = function(i) {
1237
+ n.removeAttribute("loading"), s(i);
1227
1238
  }, n.setAttribute("loading", ""), n;
1228
- }, T = _({
1239
+ }, j = F({
1229
1240
  name: "DocumentEditor",
1230
1241
  props: {
1231
1242
  id: {
@@ -1280,7 +1291,7 @@ var M6 = function(t, e) {
1280
1291
  var t = this, e = this.documentServerUrl;
1281
1292
  e.endsWith("/") || (e += "/");
1282
1293
  var o = "".concat(e, "web-apps/apps/api/documents/api.js");
1283
- M6(o, "onlyoffice-api-script").then(function() {
1294
+ $6(o, "onlyoffice-api-script").then(function() {
1284
1295
  return t.onLoad();
1285
1296
  }).catch(function() {
1286
1297
  t.onError(-2);
@@ -1329,7 +1340,7 @@ var M6 = function(t, e) {
1329
1340
  return;
1330
1341
  }
1331
1342
  !((e = window == null ? void 0 : window.DocEditor) === null || e === void 0) && e.instances || (window.DocEditor = { instances: {} });
1332
- var l = Object.assign({
1343
+ var s = Object.assign({
1333
1344
  document: {
1334
1345
  fileType: this.document_fileType,
1335
1346
  title: this.document_title
@@ -1364,10 +1375,10 @@ var M6 = function(t, e) {
1364
1375
  height: this.height,
1365
1376
  type: this.type,
1366
1377
  width: this.width
1367
- }, this.config || {}), n = window.DocsAPI.DocEditor(o, l);
1378
+ }, this.config || {}), n = window.DocsAPI.DocEditor(o, s);
1368
1379
  window.DocEditor.instances[o] = n;
1369
- } catch (s) {
1370
- console.error(s), this.onError(-1);
1380
+ } catch (i) {
1381
+ console.error(i), this.onError(-1);
1371
1382
  }
1372
1383
  },
1373
1384
  onError: function(t) {
@@ -1394,13 +1405,13 @@ var M6 = function(t, e) {
1394
1405
  }
1395
1406
  }
1396
1407
  });
1397
- const I6 = ["id"];
1398
- function D6(t, e, o, l, n, s) {
1399
- return r(), d("div", { id: t.id }, null, 8, I6);
1408
+ const q6 = ["id"];
1409
+ function H6(t, e, o, s, n, i) {
1410
+ return r(), u("div", { id: t.id }, null, 8, q6);
1400
1411
  }
1401
- T.render = D6;
1402
- T.__file = "src/components/DocumentEditor.vue";
1403
- const $6 = /* @__PURE__ */ _({
1412
+ j.render = H6;
1413
+ j.__file = "src/components/DocumentEditor.vue";
1414
+ const O6 = /* @__PURE__ */ F({
1404
1415
  __name: "IkOnlyOffice",
1405
1416
  props: {
1406
1417
  // 文件服务器的服务的地址
@@ -1421,25 +1432,26 @@ const $6 = /* @__PURE__ */ _({
1421
1432
  }
1422
1433
  },
1423
1434
  setup(t) {
1424
- const e = t, o = C({
1435
+ const e = t, o = V({
1425
1436
  width: "100%",
1426
1437
  height: "100%",
1427
- ...e.configOptions || {}
1428
- }), l = () => {
1438
+ ...e.configOptions || {},
1439
+ ...e.configOptions
1440
+ }), s = () => {
1429
1441
  console.info("文档加载完成", e.configOptions);
1430
1442
  };
1431
- return (n, s) => (r(), d(
1443
+ return (n, i) => (r(), u(
1432
1444
  "div",
1433
1445
  {
1434
- style: y({ height: e.officeHeight })
1446
+ style: z({ height: e.officeHeight })
1435
1447
  },
1436
1448
  [
1437
- F(m(T), {
1449
+ x(g(j), {
1438
1450
  id: `${(/* @__PURE__ */ new Date()).getTime()}`,
1439
1451
  ref: "editorRef",
1440
1452
  "document-server-url": t.documentServerUrl,
1441
1453
  config: o.value,
1442
- events_onDocumentReady: l
1454
+ events_onDocumentReady: s
1443
1455
  }, null, 8, ["id", "document-server-url", "config"])
1444
1456
  ],
1445
1457
  4
@@ -1447,7 +1459,7 @@ const $6 = /* @__PURE__ */ _({
1447
1459
  ));
1448
1460
  }
1449
1461
  });
1450
- const q6 = /* @__PURE__ */ A($6, [["__scopeId", "data-v-fe959cd8"]]), H6 = I(q6), O6 = ["onClick"], E6 = { class: "text" }, A6 = { class: "fileName" }, T6 = { class: "size" }, j6 = /* @__PURE__ */ _({
1462
+ const E6 = /* @__PURE__ */ U(O6, [["__scopeId", "data-v-98d51ef9"]]), A6 = O(E6), T6 = ["onClick"], P6 = { class: "text" }, U6 = { class: "fileName" }, j6 = { class: "size" }, L6 = /* @__PURE__ */ F({
1451
1463
  __name: "IkPreviewFile",
1452
1464
  props: {
1453
1465
  list: {
@@ -1517,80 +1529,80 @@ const q6 = /* @__PURE__ */ A($6, [["__scopeId", "data-v-fe959cd8"]]), H6 = I(q6)
1517
1529
  }
1518
1530
  },
1519
1531
  setup(t) {
1520
- const e = t, o = x(() => ({
1532
+ const e = t, { cLoadUrl: o, cOnlyofficeConfig: s } = d3(e), n = m(() => ({
1521
1533
  name: "name",
1522
1534
  url: "url",
1523
1535
  suffix: "suffix",
1524
1536
  size: "size",
1525
1537
  ...e.field
1526
- })), l = C({}), n = C(!1), s = (i) => {
1527
- var u, f;
1528
- l.value = {
1529
- ...i,
1530
- name: i.name,
1531
- url: q(
1532
- e.loadUrl,
1533
- i.url || ((f = (u = i == null ? void 0 : i.response) == null ? void 0 : u.data) == null ? void 0 : f.id) || (i == null ? void 0 : i.id)
1538
+ })), i = V({}), a = V(!1), p = (d) => {
1539
+ var w, y;
1540
+ i.value = {
1541
+ ...d,
1542
+ name: d.name,
1543
+ url: A(
1544
+ o.value,
1545
+ d.url || ((y = (w = d == null ? void 0 : d.response) == null ? void 0 : w.data) == null ? void 0 : y.id) || (d == null ? void 0 : d.id)
1534
1546
  )
1535
- }, n.value = !0;
1536
- }, a = (i) => {
1537
- l3.downloadFile(
1538
- q(
1539
- e.loadUrl,
1540
- i[o.value.url] || i.attachmentId || i.id
1547
+ }, a.value = !0;
1548
+ }, v = (d) => {
1549
+ a3.downloadFile(
1550
+ A(
1551
+ o.value,
1552
+ d[n.value.url] || d.attachmentId || d.id
1541
1553
  ),
1542
- i[o.value.name] || i.attachmentName
1554
+ d[n.value.name] || d.attachmentName
1543
1555
  );
1544
- }, h = x(() => s3.isNumber(e.width) ? `${e.width}px` : e.width), p = x(() => e.list.map((i) => ({
1545
- ...i,
1546
- name: i[o.value.name] || i.attachmentName,
1547
- size: i[o.value.size] || i.fileSize || i.attachmentSize,
1548
- suffix: i[o.value.suffix] || i.attachmentSuffix
1556
+ }, l = m(() => l3.isNumber(e.width) ? `${e.width}px` : e.width), h = m(() => e.list.map((d) => ({
1557
+ ...d,
1558
+ name: d[n.value.name] || d.attachmentName,
1559
+ size: d[n.value.size] || d.fileSize || d.attachmentSize,
1560
+ suffix: d[n.value.suffix] || d.attachmentSuffix
1549
1561
  })));
1550
- return (i, u) => {
1551
- var f;
1552
- return r(), d(
1553
- O,
1562
+ return (d, w) => {
1563
+ var y, _, B;
1564
+ return r(), u(
1565
+ T,
1554
1566
  null,
1555
1567
  [
1556
- (f = t.list) != null && f.length ? (r(!0), d(
1557
- O,
1568
+ (y = t.list) != null && y.length ? (r(!0), u(
1569
+ T,
1558
1570
  { key: 0 },
1559
- t3(p.value, (v, w) => {
1560
- var z;
1561
- return r(), d(
1571
+ n3(h.value, (k, f) => {
1572
+ var I;
1573
+ return r(), u(
1562
1574
  "div",
1563
1575
  {
1564
- class: k(["iking-privew-annex", { "is-bg": t.showBg }]),
1565
- key: w,
1566
- style: y({
1567
- marginBottom: w == ((z = t.list) == null ? void 0 : z.length) - 1 ? "0" : "10px",
1568
- width: h.value
1576
+ class: b(["iking-privew-annex", { "is-bg": t.showBg }]),
1577
+ key: f,
1578
+ style: z({
1579
+ marginBottom: f == ((I = t.list) == null ? void 0 : I.length) - 1 ? "0" : "10px",
1580
+ width: l.value
1569
1581
  })
1570
1582
  },
1571
1583
  [
1572
1584
  c("div", {
1573
1585
  class: "file-card",
1574
- onClick: (D) => s(v)
1586
+ onClick: (M) => p(k)
1575
1587
  }, [
1576
- F(p6, {
1577
- file: v,
1578
- style: y({ height: `${t.iconSize}px` }),
1588
+ x(g6, {
1589
+ file: k,
1590
+ style: z({ height: `${t.iconSize}px` }),
1579
1591
  class: "ikui-w-auto",
1580
- fields: o.value
1592
+ fields: n.value
1581
1593
  }, null, 8, ["file", "style", "fields"]),
1582
- c("div", E6, [
1594
+ c("div", P6, [
1583
1595
  c(
1584
1596
  "div",
1585
- A6,
1586
- B(v.name),
1597
+ U6,
1598
+ q(k.name),
1587
1599
  1
1588
1600
  /* TEXT */
1589
1601
  ),
1590
1602
  c(
1591
1603
  "div",
1592
- T6,
1593
- B(m(a3)(v.size)),
1604
+ j6,
1605
+ q(g(c3)(k.size)),
1594
1606
  1
1595
1607
  /* TEXT */
1596
1608
  )
@@ -1598,28 +1610,28 @@ const q6 = /* @__PURE__ */ A($6, [["__scopeId", "data-v-fe959cd8"]]), H6 = I(q6)
1598
1610
  c(
1599
1611
  "div",
1600
1612
  {
1601
- class: k(["flex flex-center", { "hover-show": t.iconHoverShow }])
1613
+ class: b(["flex flex-center", { "hover-show": t.iconHoverShow }])
1602
1614
  },
1603
1615
  [
1604
- F(m(M), {
1616
+ x(g(H), {
1605
1617
  name: "iksvg_daochu",
1606
- onClick: n3((D) => a(v), ["stop"]),
1618
+ onClick: o3((M) => v(k), ["stop"]),
1607
1619
  bg: t.showBg,
1608
1620
  size: t.showBg ? "default" : 20
1609
1621
  }, null, 8, ["onClick", "bg", "size"]),
1610
- F(m(M), {
1622
+ x(g(H), {
1611
1623
  name: "iksvg_yulan",
1612
1624
  bg: t.showBg,
1613
1625
  size: t.showBg ? "default" : 20
1614
1626
  }, null, 8, ["bg", "size"]),
1615
- R(i.$slots, "operation", {
1616
- data: { ...v, findex: w }
1627
+ $(d.$slots, "operation", {
1628
+ data: { ...k, findex: f }
1617
1629
  })
1618
1630
  ],
1619
1631
  2
1620
1632
  /* CLASS */
1621
1633
  )
1622
- ], 8, O6)
1634
+ ], 8, T6)
1623
1635
  ],
1624
1636
  6
1625
1637
  /* CLASS, STYLE */
@@ -1627,15 +1639,15 @@ const q6 = /* @__PURE__ */ A($6, [["__scopeId", "data-v-fe959cd8"]]), H6 = I(q6)
1627
1639
  }),
1628
1640
  128
1629
1641
  /* KEYED_FRAGMENT */
1630
- )) : S("v-if", !0),
1631
- F(m(u3), {
1632
- show: n.value,
1633
- "onUpdate:show": u[0] || (u[0] = (v) => n.value = v),
1634
- loadUrl: t.loadUrl,
1635
- file: l.value,
1636
- onlyofficeServer: t.onlyofficeServer,
1637
- onlyOfficeConfig: t.onlyOfficeConfig,
1638
- onlyOfficeAccept: t.onlyOfficeAccept
1642
+ )) : C("v-if", !0),
1643
+ x(g(f3), {
1644
+ show: a.value,
1645
+ "onUpdate:show": w[0] || (w[0] = (k) => a.value = k),
1646
+ loadUrl: g(o),
1647
+ file: i.value,
1648
+ onlyofficeServer: ((_ = g(s)) == null ? void 0 : _.serverUrl) || t.onlyofficeServer,
1649
+ onlyOfficeConfig: g(s),
1650
+ onlyOfficeAccept: ((B = g(s)) == null ? void 0 : B.accept) || t.onlyOfficeAccept
1639
1651
  }, null, 8, ["show", "loadUrl", "file", "onlyofficeServer", "onlyOfficeConfig", "onlyOfficeAccept"])
1640
1652
  ],
1641
1653
  64
@@ -1644,8 +1656,8 @@ const q6 = /* @__PURE__ */ A($6, [["__scopeId", "data-v-fe959cd8"]]), H6 = I(q6)
1644
1656
  };
1645
1657
  }
1646
1658
  });
1647
- const N6 = I(j6);
1659
+ const K6 = O(L6);
1648
1660
  export {
1649
- N6 as IkPreviewFile,
1650
- N6 as default
1661
+ K6 as IkPreviewFile,
1662
+ K6 as default
1651
1663
  };