iking-web-ui-pro 0.2.2 → 0.2.3

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.
@@ -1,5 +1,5 @@
1
- import { defineComponent as _, mergeModels as U, useModel as N, computed as x, ref as C, reactive as K, watch as X, nextTick as Y, 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 Z, mergeProps as J, createSlots as Q, renderSlot as R, renderList as e3, withModifiers as t3 } from "vue";
2
- import { buildUUID as n3, ikColor as o3, paramType as i3, ikFile as s3 } from "iking-utils-pro";
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
3
  const I = (t, e) => {
4
4
  if (t.install = (o) => {
5
5
  for (const l of [t, ...Object.values(e ?? {})])
@@ -13,7 +13,7 @@ const I = (t, e) => {
13
13
  for (const [l, n] of e)
14
14
  o[l] = n;
15
15
  return o;
16
- }, l3 = (t, e = 2) => {
16
+ }, a3 = (t, e = 2) => {
17
17
  if (t === void 0)
18
18
  return "";
19
19
  if (t === 0)
@@ -21,9 +21,9 @@ const I = (t, e) => {
21
21
  const o = ["B", "KB", "MB", "GB", "TB"], l = Math.floor(Math.log(t) / Math.log(1024));
22
22
  let n = t / Math.pow(1024, l);
23
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}` : "", W = (t, e) => {
24
+ }, q = (t, e) => e ? e.startsWith("http") ? e : `${t || location.origin}${e}` : "", G = (t, e) => {
25
25
  var s, a, h, p;
26
- const o = (s = t == null ? void 0 : t.response) != null && s.data ? L((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) || L(t[e.suffix]), l = o == null ? void 0 : o.toLowerCase(), n = {
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 = {
27
27
  sheet: "excel",
28
28
  excel: "excel",
29
29
  zip: "zip",
@@ -43,7 +43,7 @@ const I = (t, e) => {
43
43
  if (typeof l == "string" && (l.includes(i) || l === i))
44
44
  return n[i];
45
45
  return "unknown";
46
- }, a3 = {
46
+ }, c3 = {
47
47
  ".doc": "word",
48
48
  ".docx": "word",
49
49
  ".docxf": "word",
@@ -128,15 +128,15 @@ const I = (t, e) => {
128
128
  ".vob": "video",
129
129
  ".txt": "txt",
130
130
  ".pdf": "pdf"
131
- }, L = (t) => {
131
+ }, P = (t) => {
132
132
  const e = t == null ? void 0 : t.toLocaleLowerCase(), o = e != null && e.startsWith(".") ? e : `.${e}`;
133
- return o && a3[o] || "unknow";
134
- }, c3 = (t) => {
133
+ return o && c3[o] || "unknow";
134
+ }, r3 = (t) => {
135
135
  let e = "", o = ["doc", "docx"], l = ["xls", "xlsx"], n = ["ppt", "pptx"], s = ["pdf"];
136
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
- }, r3 = /* @__PURE__ */ _({
137
+ }, d3 = /* @__PURE__ */ _({
138
138
  __name: "IkPreviewFileDialog",
139
- props: /* @__PURE__ */ U({
139
+ props: /* @__PURE__ */ N({
140
140
  file: {
141
141
  type: Object,
142
142
  default: () => []
@@ -146,12 +146,12 @@ const I = (t, e) => {
146
146
  type: String,
147
147
  default: ""
148
148
  },
149
- // 需要onlyoffice预览的文件类型
149
+ // 需要onlyoffice预览的文件类型 - 0.2.3版本后可不填
150
150
  onlyOfficeAccept: {
151
151
  type: String,
152
152
  default: ".pdf,.docx,.doc.ppt,.pptx,.xlsx,.xls,"
153
153
  },
154
- // onlyoffice服务地址
154
+ // onlyoffice服务地址 - 0.2.3版本后可不填
155
155
  onlyofficeServer: {
156
156
  type: String,
157
157
  default: ""
@@ -171,47 +171,47 @@ const I = (t, e) => {
171
171
  }),
172
172
  emits: ["update:show"],
173
173
  setup(t) {
174
- const e = t, o = N(t, "show"), l = x(() => ({
174
+ const e = t, o = W(t, "show"), l = x(() => ({
175
175
  name: "name",
176
176
  url: "url",
177
177
  suffix: "suffix",
178
178
  size: "fileSize",
179
179
  ...e.field
180
- })), n = C(null), s = C(null), a = K({
180
+ })), n = C(null), s = C(null), a = X({
181
181
  image: !1,
182
182
  office: !1,
183
183
  video: !1
184
184
  }), h = (i) => {
185
- var u, f, v, w, z, D;
185
+ var u, f, v, w, z, D, j;
186
186
  try {
187
- const g = ((u = i == null ? void 0 : i.response) == null ? void 0 : u.data) || i, j = 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(), G = g[l.value.name] || (g == null ? void 0 : g.attachmentName);
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
188
  if (s.value = {
189
189
  ...i,
190
190
  name: i[l.value.name],
191
- url: q(e.loadUrl, j)
192
- }, i && W(i, l.value) === "image") {
191
+ url: q(e.loadUrl, L)
192
+ }, i && G(i, l.value) === "image") {
193
193
  a.image = !0;
194
194
  return;
195
- } else if (e.onlyOfficeAccept.includes(H)) {
195
+ } else if ((((v = e.onlyOfficeConfig) == null ? void 0 : v.accept) || e.onlyOfficeAccept).includes(H)) {
196
196
  a.office = !0, n.value = {
197
197
  ...e.onlyOfficeConfig,
198
198
  editorConfig: {
199
- ...((v = e.onlyOfficeConfig) == null ? void 0 : v.editorConfig) || {},
199
+ ...((w = e.onlyOfficeConfig) == null ? void 0 : w.editorConfig) || {},
200
200
  customization: {
201
- ...((z = (w = e.onlyOfficeConfig) == null ? void 0 : w.editorConfig) == null ? void 0 : z.customization) || {},
201
+ ...((D = (z = e.onlyOfficeConfig) == null ? void 0 : z.editorConfig) == null ? void 0 : D.customization) || {},
202
202
  review: {
203
203
  reviewDisplay: "final"
204
204
  }
205
205
  }
206
206
  },
207
207
  document: {
208
- key: n3(),
209
- title: G,
210
- url: q(e.loadUrl, j),
208
+ key: o3(),
209
+ title: K,
210
+ url: q(e.loadUrl, L),
211
211
  fileType: H,
212
- ...((D = e.onlyOfficeConfig) == null ? void 0 : D.document) || {}
212
+ ...((j = e.onlyOfficeConfig) == null ? void 0 : j.document) || {}
213
213
  },
214
- documentType: c3(H)
214
+ documentType: r3(H)
215
215
  };
216
216
  return;
217
217
  }
@@ -219,8 +219,8 @@ const I = (t, e) => {
219
219
  console.info("预览错误: ", g);
220
220
  }
221
221
  };
222
- X([o, e.file], ([i, u]) => {
223
- i && Y(() => {
222
+ Y([o, e.file], ([i, u]) => {
223
+ i && Z(() => {
224
224
  h(e.file);
225
225
  });
226
226
  });
@@ -243,7 +243,7 @@ const I = (t, e) => {
243
243
  "url-list": [(w = s.value) == null ? void 0 : w.url]
244
244
  }, null, 8, ["url-list"])) : S("v-if", !0),
245
245
  S(" 文档类 "),
246
- F(m(C6), {
246
+ F(m(V6), {
247
247
  modelValue: a.office,
248
248
  "onUpdate:modelValue": u[1] || (u[1] = (z) => a.office = z),
249
249
  draggable: "",
@@ -259,11 +259,11 @@ const I = (t, e) => {
259
259
  "modal-class": "ik-only-preview-dialog"
260
260
  }, {
261
261
  default: b(() => [
262
- F(m(q6), {
263
- configOptions: n.value,
264
- documentServerUrl: t.onlyofficeServer,
262
+ F(m(H6), {
263
+ "config-options": n.value,
264
+ "document-server-url": t.onlyOfficeConfig.serverUrl || t.onlyofficeServer,
265
265
  mode: "view"
266
- }, null, 8, ["configOptions", "documentServerUrl"])
266
+ }, null, 8, ["config-options", "document-server-url"])
267
267
  ]),
268
268
  _: 1
269
269
  /* STABLE */
@@ -275,7 +275,7 @@ const I = (t, e) => {
275
275
  };
276
276
  }
277
277
  });
278
- const d3 = I(r3), u3 = {
278
+ const u3 = I(d3), h3 = {
279
279
  key: 0,
280
280
  t: "1686300059786",
281
281
  class: "icon",
@@ -285,7 +285,7 @@ const d3 = I(r3), u3 = {
285
285
  "p-id": "7671",
286
286
  width: "200",
287
287
  height: "200"
288
- }, h3 = /* @__PURE__ */ c(
288
+ }, p3 = /* @__PURE__ */ c(
289
289
  "path",
290
290
  {
291
291
  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 +295,7 @@ const d3 = I(r3), u3 = {
295
295
  null,
296
296
  -1
297
297
  /* HOISTED */
298
- ), p3 = /* @__PURE__ */ c(
298
+ ), f3 = /* @__PURE__ */ c(
299
299
  "path",
300
300
  {
301
301
  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 +305,7 @@ const d3 = I(r3), u3 = {
305
305
  null,
306
306
  -1
307
307
  /* HOISTED */
308
- ), f3 = /* @__PURE__ */ c(
308
+ ), v3 = /* @__PURE__ */ c(
309
309
  "path",
310
310
  {
311
311
  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 +315,7 @@ const d3 = I(r3), u3 = {
315
315
  null,
316
316
  -1
317
317
  /* HOISTED */
318
- ), v3 = /* @__PURE__ */ c(
318
+ ), g3 = /* @__PURE__ */ c(
319
319
  "path",
320
320
  {
321
321
  d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
@@ -325,12 +325,12 @@ const d3 = I(r3), u3 = {
325
325
  null,
326
326
  -1
327
327
  /* HOISTED */
328
- ), g3 = [
329
- h3,
328
+ ), m3 = [
330
329
  p3,
331
330
  f3,
332
- v3
333
- ], m3 = {
331
+ v3,
332
+ g3
333
+ ], w3 = {
334
334
  key: 1,
335
335
  t: "1686301531714",
336
336
  class: "icon",
@@ -340,7 +340,7 @@ const d3 = I(r3), u3 = {
340
340
  "p-id": "9067",
341
341
  width: "200",
342
342
  height: "200"
343
- }, w3 = /* @__PURE__ */ c(
343
+ }, y3 = /* @__PURE__ */ c(
344
344
  "path",
345
345
  {
346
346
  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 +350,7 @@ const d3 = I(r3), u3 = {
350
350
  null,
351
351
  -1
352
352
  /* HOISTED */
353
- ), y3 = /* @__PURE__ */ c(
353
+ ), _3 = /* @__PURE__ */ c(
354
354
  "path",
355
355
  {
356
356
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -360,10 +360,10 @@ const d3 = I(r3), u3 = {
360
360
  null,
361
361
  -1
362
362
  /* HOISTED */
363
- ), _3 = [
364
- w3,
365
- y3
366
- ], z3 = {
363
+ ), z3 = [
364
+ y3,
365
+ _3
366
+ ], k3 = {
367
367
  key: 2,
368
368
  t: "1686300141125",
369
369
  class: "icon",
@@ -373,7 +373,7 @@ const d3 = I(r3), u3 = {
373
373
  "p-id": "8137",
374
374
  width: "200",
375
375
  height: "200"
376
- }, k3 = /* @__PURE__ */ c(
376
+ }, F3 = /* @__PURE__ */ c(
377
377
  "path",
378
378
  {
379
379
  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 +383,7 @@ const d3 = I(r3), u3 = {
383
383
  null,
384
384
  -1
385
385
  /* HOISTED */
386
- ), F3 = /* @__PURE__ */ c(
386
+ ), b3 = /* @__PURE__ */ c(
387
387
  "path",
388
388
  {
389
389
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -393,10 +393,10 @@ const d3 = I(r3), u3 = {
393
393
  null,
394
394
  -1
395
395
  /* HOISTED */
396
- ), b3 = [
397
- k3,
398
- F3
399
- ], x3 = {
396
+ ), x3 = [
397
+ F3,
398
+ b3
399
+ ], S3 = {
400
400
  key: 3,
401
401
  t: "1686300157181",
402
402
  class: "icon",
@@ -406,7 +406,7 @@ const d3 = I(r3), u3 = {
406
406
  "p-id": "8292",
407
407
  width: "200",
408
408
  height: "200"
409
- }, S3 = /* @__PURE__ */ c(
409
+ }, C3 = /* @__PURE__ */ c(
410
410
  "path",
411
411
  {
412
412
  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 +416,7 @@ const d3 = I(r3), u3 = {
416
416
  null,
417
417
  -1
418
418
  /* HOISTED */
419
- ), C3 = /* @__PURE__ */ c(
419
+ ), V3 = /* @__PURE__ */ c(
420
420
  "path",
421
421
  {
422
422
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -426,10 +426,10 @@ const d3 = I(r3), u3 = {
426
426
  null,
427
427
  -1
428
428
  /* HOISTED */
429
- ), V3 = [
430
- S3,
431
- C3
432
- ], R3 = {
429
+ ), R3 = [
430
+ C3,
431
+ V3
432
+ ], B3 = {
433
433
  key: 4,
434
434
  t: "1686300180947",
435
435
  class: "icon",
@@ -439,7 +439,7 @@ const d3 = I(r3), u3 = {
439
439
  "p-id": "8447",
440
440
  width: "200",
441
441
  height: "200"
442
- }, B3 = /* @__PURE__ */ c(
442
+ }, M3 = /* @__PURE__ */ c(
443
443
  "path",
444
444
  {
445
445
  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 +449,7 @@ const d3 = I(r3), u3 = {
449
449
  null,
450
450
  -1
451
451
  /* HOISTED */
452
- ), M3 = /* @__PURE__ */ c(
452
+ ), I3 = /* @__PURE__ */ c(
453
453
  "path",
454
454
  {
455
455
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -459,10 +459,10 @@ const d3 = I(r3), u3 = {
459
459
  null,
460
460
  -1
461
461
  /* HOISTED */
462
- ), I3 = [
463
- B3,
464
- M3
465
- ], D3 = {
462
+ ), D3 = [
463
+ M3,
464
+ I3
465
+ ], $3 = {
466
466
  key: 5,
467
467
  t: "1686300195363",
468
468
  class: "icon",
@@ -472,7 +472,7 @@ const d3 = I(r3), u3 = {
472
472
  "p-id": "8602",
473
473
  width: "200",
474
474
  height: "200"
475
- }, $3 = /* @__PURE__ */ c(
475
+ }, q3 = /* @__PURE__ */ c(
476
476
  "path",
477
477
  {
478
478
  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 +482,7 @@ const d3 = I(r3), u3 = {
482
482
  null,
483
483
  -1
484
484
  /* HOISTED */
485
- ), q3 = /* @__PURE__ */ c(
485
+ ), H3 = /* @__PURE__ */ c(
486
486
  "path",
487
487
  {
488
488
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -492,10 +492,10 @@ const d3 = I(r3), u3 = {
492
492
  null,
493
493
  -1
494
494
  /* HOISTED */
495
- ), H3 = [
496
- $3,
497
- q3
498
- ], O3 = {
495
+ ), O3 = [
496
+ q3,
497
+ H3
498
+ ], E3 = {
499
499
  key: 6,
500
500
  t: "1686300209288",
501
501
  class: "icon",
@@ -505,7 +505,7 @@ const d3 = I(r3), u3 = {
505
505
  "p-id": "8757",
506
506
  width: "200",
507
507
  height: "200"
508
- }, E3 = /* @__PURE__ */ c(
508
+ }, A3 = /* @__PURE__ */ c(
509
509
  "path",
510
510
  {
511
511
  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 +515,7 @@ const d3 = I(r3), u3 = {
515
515
  null,
516
516
  -1
517
517
  /* HOISTED */
518
- ), A3 = /* @__PURE__ */ c(
518
+ ), T3 = /* @__PURE__ */ c(
519
519
  "path",
520
520
  {
521
521
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -525,10 +525,10 @@ const d3 = I(r3), u3 = {
525
525
  null,
526
526
  -1
527
527
  /* HOISTED */
528
- ), T3 = [
529
- E3,
530
- A3
531
- ], j3 = {
528
+ ), j3 = [
529
+ A3,
530
+ T3
531
+ ], L3 = {
532
532
  key: 7,
533
533
  t: "1686300225262",
534
534
  class: "icon",
@@ -538,7 +538,7 @@ const d3 = I(r3), u3 = {
538
538
  "p-id": "8912",
539
539
  width: "200",
540
540
  height: "200"
541
- }, L3 = /* @__PURE__ */ c(
541
+ }, P3 = /* @__PURE__ */ c(
542
542
  "path",
543
543
  {
544
544
  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 +548,7 @@ const d3 = I(r3), u3 = {
548
548
  null,
549
549
  -1
550
550
  /* HOISTED */
551
- ), P3 = /* @__PURE__ */ c(
551
+ ), U3 = /* @__PURE__ */ c(
552
552
  "path",
553
553
  {
554
554
  d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
@@ -558,10 +558,10 @@ const d3 = I(r3), u3 = {
558
558
  null,
559
559
  -1
560
560
  /* HOISTED */
561
- ), U3 = [
562
- L3,
563
- P3
564
- ], N3 = {
561
+ ), N3 = [
562
+ P3,
563
+ U3
564
+ ], W3 = {
565
565
  key: 8,
566
566
  t: "1692251753690",
567
567
  class: "icon",
@@ -571,7 +571,7 @@ const d3 = I(r3), u3 = {
571
571
  "p-id": "4336",
572
572
  width: "200",
573
573
  height: "200"
574
- }, W3 = /* @__PURE__ */ c(
574
+ }, G3 = /* @__PURE__ */ c(
575
575
  "path",
576
576
  {
577
577
  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 +581,7 @@ const d3 = I(r3), u3 = {
581
581
  null,
582
582
  -1
583
583
  /* HOISTED */
584
- ), G3 = /* @__PURE__ */ c(
584
+ ), K3 = /* @__PURE__ */ c(
585
585
  "path",
586
586
  {
587
587
  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 +592,7 @@ const d3 = I(r3), u3 = {
592
592
  null,
593
593
  -1
594
594
  /* HOISTED */
595
- ), K3 = /* @__PURE__ */ c(
595
+ ), X3 = /* @__PURE__ */ c(
596
596
  "path",
597
597
  {
598
598
  d: "M640 0l320 320H768a128 128 0 0 1-128-128V0z",
@@ -602,11 +602,11 @@ const d3 = I(r3), u3 = {
602
602
  null,
603
603
  -1
604
604
  /* HOISTED */
605
- ), X3 = [
606
- W3,
605
+ ), Y3 = [
607
606
  G3,
608
- K3
609
- ], Y3 = {
607
+ K3,
608
+ X3
609
+ ], Z3 = {
610
610
  key: 9,
611
611
  t: "1692251753690",
612
612
  class: "icon",
@@ -616,7 +616,7 @@ const d3 = I(r3), u3 = {
616
616
  "p-id": "4336",
617
617
  width: "200",
618
618
  height: "200"
619
- }, Z3 = /* @__PURE__ */ c(
619
+ }, J3 = /* @__PURE__ */ c(
620
620
  "path",
621
621
  {
622
622
  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 +626,7 @@ const d3 = I(r3), u3 = {
626
626
  null,
627
627
  -1
628
628
  /* HOISTED */
629
- ), J3 = /* @__PURE__ */ c(
629
+ ), Q3 = /* @__PURE__ */ c(
630
630
  "path",
631
631
  {
632
632
  d: "M960 326.4v16H755.2s-100.8-20.8-99.2-107.2c0 0 3.2 91.2 96 91.2h208z",
@@ -636,7 +636,7 @@ const d3 = I(r3), u3 = {
636
636
  null,
637
637
  -1
638
638
  /* HOISTED */
639
- ), Q3 = /* @__PURE__ */ c(
639
+ ), e6 = /* @__PURE__ */ c(
640
640
  "path",
641
641
  {
642
642
  d: "M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z",
@@ -647,7 +647,7 @@ const d3 = I(r3), u3 = {
647
647
  null,
648
648
  -1
649
649
  /* HOISTED */
650
- ), e6 = /* @__PURE__ */ c(
650
+ ), t6 = /* @__PURE__ */ c(
651
651
  "path",
652
652
  {
653
653
  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 +657,12 @@ const d3 = I(r3), u3 = {
657
657
  null,
658
658
  -1
659
659
  /* HOISTED */
660
- ), t6 = [
661
- Z3,
660
+ ), n6 = [
662
661
  J3,
663
662
  Q3,
664
- e6
665
- ], n6 = {
663
+ e6,
664
+ t6
665
+ ], o6 = {
666
666
  key: 10,
667
667
  t: "1714099890925",
668
668
  class: "icon",
@@ -672,7 +672,7 @@ const d3 = I(r3), u3 = {
672
672
  "p-id": "2271",
673
673
  width: "200",
674
674
  height: "200"
675
- }, o6 = /* @__PURE__ */ c(
675
+ }, i6 = /* @__PURE__ */ c(
676
676
  "path",
677
677
  {
678
678
  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 +682,7 @@ const d3 = I(r3), u3 = {
682
682
  null,
683
683
  -1
684
684
  /* HOISTED */
685
- ), i6 = /* @__PURE__ */ c(
685
+ ), s6 = /* @__PURE__ */ c(
686
686
  "path",
687
687
  {
688
688
  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 +693,7 @@ const d3 = I(r3), u3 = {
693
693
  null,
694
694
  -1
695
695
  /* HOISTED */
696
- ), s6 = /* @__PURE__ */ c(
696
+ ), l6 = /* @__PURE__ */ c(
697
697
  "path",
698
698
  {
699
699
  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 +703,11 @@ const d3 = I(r3), u3 = {
703
703
  null,
704
704
  -1
705
705
  /* HOISTED */
706
- ), l6 = [
707
- o6,
706
+ ), a6 = [
708
707
  i6,
709
- s6
710
- ], a6 = {
708
+ s6,
709
+ l6
710
+ ], c6 = {
711
711
  key: 11,
712
712
  t: "1686300037564",
713
713
  class: "icon",
@@ -717,7 +717,7 @@ const d3 = I(r3), u3 = {
717
717
  "p-id": "7515",
718
718
  width: "200",
719
719
  height: "200"
720
- }, c6 = /* @__PURE__ */ c(
720
+ }, r6 = /* @__PURE__ */ c(
721
721
  "path",
722
722
  {
723
723
  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 +727,7 @@ const d3 = I(r3), u3 = {
727
727
  null,
728
728
  -1
729
729
  /* HOISTED */
730
- ), r6 = /* @__PURE__ */ c(
730
+ ), d6 = /* @__PURE__ */ c(
731
731
  "path",
732
732
  {
733
733
  d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
@@ -737,7 +737,7 @@ const d3 = I(r3), u3 = {
737
737
  null,
738
738
  -1
739
739
  /* HOISTED */
740
- ), d6 = /* @__PURE__ */ c(
740
+ ), u6 = /* @__PURE__ */ c(
741
741
  "path",
742
742
  {
743
743
  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 +747,11 @@ const d3 = I(r3), u3 = {
747
747
  null,
748
748
  -1
749
749
  /* HOISTED */
750
- ), u6 = [
751
- c6,
750
+ ), h6 = [
752
751
  r6,
753
- d6
754
- ], h6 = /* @__PURE__ */ _({
752
+ d6,
753
+ u6
754
+ ], p6 = /* @__PURE__ */ _({
755
755
  __name: "FileIcon",
756
756
  props: {
757
757
  type: {
@@ -772,21 +772,21 @@ const d3 = I(r3), u3 = {
772
772
  }
773
773
  },
774
774
  setup(t) {
775
- const e = t, o = x(() => e.file ? W(e.file, e.fields) : e.type);
776
- return (l, n) => o.value === "image" ? (r(), d("svg", u3, g3)) : o.value === "zip" ? (r(), d("svg", m3, _3)) : o.value === "ppt" ? (r(), d("svg", z3, b3)) : o.value === "word" ? (r(), d("svg", x3, V3)) : o.value === "pdf" ? (r(), d("svg", R3, I3)) : o.value === "txt" ? (r(), d("svg", D3, H3)) : o.value === "audio" ? (r(), d("svg", O3, T3)) : o.value === "video" ? (r(), d("svg", j3, U3)) : o.value === "excel" ? (r(), d("svg", N3, X3)) : o.value === "exe" ? (r(), d("svg", Y3, t6)) : o.value === "json" ? (r(), d("svg", n6, l6)) : (r(), d("svg", a6, u6));
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));
777
777
  }
778
- }), p6 = {
778
+ }), f6 = {
779
779
  key: 0,
780
780
  class: "ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"
781
- }, f6 = {
781
+ }, v6 = {
782
782
  key: 1,
783
783
  class: "h-[1em] w-[1em]",
784
784
  "aria-hidden": "true"
785
- }, v6 = ["xlink:href"], g6 = ["src"], m6 = {
785
+ }, g6 = ["xlink:href"], m6 = ["src"], w6 = {
786
786
  key: 1,
787
787
  class: "h-[1em] w-[1em]",
788
788
  "aria-hidden": "true"
789
- }, w6 = ["xlink:href"], y6 = ["src"], _6 = /* @__PURE__ */ _({
789
+ }, y6 = ["xlink:href"], _6 = ["src"], z6 = /* @__PURE__ */ _({
790
790
  name: "IkSvgIcon",
791
791
  __name: "index",
792
792
  props: {
@@ -838,14 +838,14 @@ const d3 = I(r3), u3 = {
838
838
  padding: e.showBg || e.bg ? e.padding : 0,
839
839
  ...e.color && o.value !== "iksig" ? {
840
840
  "--ik-color-icon-dark": e.color,
841
- "--ik-color-icon-light": e.colorLight || o3.setOpacity(e.color, e.opacity)
841
+ "--ik-color-icon-light": e.colorLight || i3.setOpacity(e.color, e.opacity)
842
842
  } : {}
843
843
  };
844
844
  return e.width && (s.width = s.height = typeof e.width == "number" ? `${e.width}px` : e.width), s;
845
845
  });
846
846
  return (n, s) => {
847
847
  const a = $("el-tooltip"), h = $("el-button");
848
- return n.tableIconType === "icon" ? (r(), d("span", p6, [
848
+ return n.tableIconType === "icon" ? (r(), d("span", f6, [
849
849
  n.notip || !n.title ? (r(), d(
850
850
  "i",
851
851
  {
@@ -877,15 +877,15 @@ const d3 = I(r3), u3 = {
877
877
  null,
878
878
  6
879
879
  /* CLASS, STYLE */
880
- )) : o.value === "svg" ? (r(), d("svg", f6, [
880
+ )) : o.value === "svg" ? (r(), d("svg", v6, [
881
881
  c("use", {
882
882
  "xlink:href": `#${n.name}`
883
- }, null, 8, v6)
883
+ }, null, 8, g6)
884
884
  ])) : o.value === "img" ? (r(), d("img", {
885
885
  key: 2,
886
886
  src: n.name,
887
887
  class: "h-[1em] w-[1em]"
888
- }, null, 8, g6)) : (r(), d(
888
+ }, null, 8, m6)) : (r(), d(
889
889
  "i",
890
890
  {
891
891
  key: 3,
@@ -933,15 +933,15 @@ const d3 = I(r3), u3 = {
933
933
  null,
934
934
  6
935
935
  /* CLASS, STYLE */
936
- )) : o.value === "svg" ? (r(), d("svg", m6, [
936
+ )) : o.value === "svg" ? (r(), d("svg", w6, [
937
937
  c("use", {
938
938
  "xlink:href": `#${n.name}`
939
- }, null, 8, w6)
939
+ }, null, 8, y6)
940
940
  ])) : o.value === "img" ? (r(), d("img", {
941
941
  key: 2,
942
942
  src: n.name,
943
943
  class: "h-[1em] w-[1em]"
944
- }, null, 8, y6)) : (r(), d(
944
+ }, null, 8, _6)) : (r(), d(
945
945
  "i",
946
946
  {
947
947
  key: 3,
@@ -977,10 +977,10 @@ const d3 = I(r3), u3 = {
977
977
  };
978
978
  }
979
979
  });
980
- const z6 = /* @__PURE__ */ A(_6, [["__scopeId", "data-v-7d95dbf5"]]), M = I(z6), k6 = {
980
+ const k6 = /* @__PURE__ */ A(z6, [["__scopeId", "data-v-7d95dbf5"]]), M = I(k6), F6 = {
981
981
  key: 0,
982
982
  class: "exit-main-page-maximize"
983
- }, F6 = /* @__PURE__ */ _({
983
+ }, b6 = /* @__PURE__ */ _({
984
984
  __name: "CloseIcon",
985
985
  props: {
986
986
  showBg: {
@@ -994,7 +994,7 @@ const z6 = /* @__PURE__ */ A(_6, [["__scopeId", "data-v-7d95dbf5"]]), M = I(z6),
994
994
  },
995
995
  setup(t) {
996
996
  return (e, o) => (r(), d("div", null, [
997
- t.showBg && t.fullscreen ? (r(), d("div", k6, [
997
+ t.showBg && t.fullscreen ? (r(), d("div", F6, [
998
998
  F(m(M), {
999
999
  name: "iksvg_guanbidanchuang",
1000
1000
  title: "关闭",
@@ -1011,9 +1011,9 @@ const z6 = /* @__PURE__ */ A(_6, [["__scopeId", "data-v-7d95dbf5"]]), M = I(z6),
1011
1011
  ]));
1012
1012
  }
1013
1013
  });
1014
- const b6 = /* @__PURE__ */ A(F6, [["__scopeId", "data-v-79f49df8"]]), x6 = { class: "base-header" }, S6 = /* @__PURE__ */ _({
1014
+ const x6 = /* @__PURE__ */ A(b6, [["__scopeId", "data-v-79f49df8"]]), S6 = { class: "base-header" }, C6 = /* @__PURE__ */ _({
1015
1015
  __name: "IkBaseDialog",
1016
- props: /* @__PURE__ */ U({
1016
+ props: /* @__PURE__ */ N({
1017
1017
  title: { default: "" },
1018
1018
  cancelText: { default: "取消" },
1019
1019
  confirmText: { default: "确认" },
@@ -1032,11 +1032,11 @@ const b6 = /* @__PURE__ */ A(F6, [["__scopeId", "data-v-79f49df8"]]), x6 = { cla
1032
1032
  }),
1033
1033
  emits: ["update:modelValue"],
1034
1034
  setup(t) {
1035
- const e = t, o = N(t, "modelValue"), l = C(e.fullscreen), n = () => {
1035
+ const e = t, o = W(t, "modelValue"), l = C(e.fullscreen), n = () => {
1036
1036
  l.value = !l.value;
1037
1037
  }, s = _({
1038
1038
  setup() {
1039
- return () => Z(b6, {
1039
+ return () => J(x6, {
1040
1040
  showBg: e.showCloseBg,
1041
1041
  fullscreen: e.fullscreen
1042
1042
  });
@@ -1044,7 +1044,7 @@ const b6 = /* @__PURE__ */ A(F6, [["__scopeId", "data-v-79f49df8"]]), x6 = { cla
1044
1044
  });
1045
1045
  return (a, h) => {
1046
1046
  const p = $("el-dialog");
1047
- return r(), V(p, J({
1047
+ return r(), V(p, Q({
1048
1048
  modelValue: o.value,
1049
1049
  "onUpdate:modelValue": h[0] || (h[0] = (i) => o.value = i)
1050
1050
  }, a.$attrs, {
@@ -1052,7 +1052,7 @@ const b6 = /* @__PURE__ */ A(F6, [["__scopeId", "data-v-79f49df8"]]), x6 = { cla
1052
1052
  class: `ik-base-dialog ${a.noHeader ? "no-header" : ""} ${a.noFooter ? "no-footer" : ""}`,
1053
1053
  fullscreen: l.value,
1054
1054
  "modal-class": "baseDialog"
1055
- }), Q({
1055
+ }), e3({
1056
1056
  icon: b(() => [
1057
1057
  R(a.$slots, "title", {}, () => [
1058
1058
  E(
@@ -1063,7 +1063,7 @@ const b6 = /* @__PURE__ */ A(F6, [["__scopeId", "data-v-79f49df8"]]), x6 = { cla
1063
1063
  ])
1064
1064
  ]),
1065
1065
  header: b(() => [
1066
- c("div", x6, [
1066
+ c("div", S6, [
1067
1067
  R(a.$slots, "header", {}, () => [
1068
1068
  E(
1069
1069
  B(a.title),
@@ -1097,8 +1097,8 @@ const b6 = /* @__PURE__ */ A(F6, [["__scopeId", "data-v-79f49df8"]]), x6 = { cla
1097
1097
  };
1098
1098
  }
1099
1099
  });
1100
- const C6 = I(S6);
1101
- function V6(t, e, o, l) {
1100
+ const V6 = I(C6);
1101
+ function R6(t, e, o, l) {
1102
1102
  function n(s) {
1103
1103
  return s instanceof o ? s : new o(function(a) {
1104
1104
  a(s);
@@ -1125,7 +1125,7 @@ function V6(t, e, o, l) {
1125
1125
  i((l = l.apply(t, e || [])).next());
1126
1126
  });
1127
1127
  }
1128
- function R6(t, e) {
1128
+ function B6(t, e) {
1129
1129
  var o = { label: 0, sent: function() {
1130
1130
  if (s[0] & 1)
1131
1131
  throw s[1];
@@ -1190,9 +1190,9 @@ function R6(t, e) {
1190
1190
  return { value: i[0] ? i[1] : void 0, done: !0 };
1191
1191
  }
1192
1192
  }
1193
- var B6 = function(t, e) {
1194
- return V6(void 0, void 0, void 0, function() {
1195
- return R6(this, function(o) {
1193
+ var M6 = function(t, e) {
1194
+ return R6(void 0, void 0, void 0, function() {
1195
+ return B6(this, function(o) {
1196
1196
  return [2, new Promise(function(l, n) {
1197
1197
  try {
1198
1198
  if (window.DocsAPI)
@@ -1204,12 +1204,12 @@ var B6 = function(t, e) {
1204
1204
  if (!p) {
1205
1205
  if (clearInterval(a), window.DocsAPI)
1206
1206
  return l(null);
1207
- var i = P(e, t, l, n);
1207
+ var i = U(e, t, l, n);
1208
1208
  s.remove(), document.body.appendChild(i);
1209
1209
  }
1210
1210
  }, 500);
1211
1211
  else {
1212
- var h = P(e, t, l, n);
1212
+ var h = U(e, t, l, n);
1213
1213
  document.body.appendChild(h);
1214
1214
  }
1215
1215
  } catch (p) {
@@ -1218,7 +1218,7 @@ var B6 = function(t, e) {
1218
1218
  })];
1219
1219
  });
1220
1220
  });
1221
- }, P = function(t, e, o, l) {
1221
+ }, U = function(t, e, o, l) {
1222
1222
  var n = document.createElement("script");
1223
1223
  return n.id = t, n.type = "text/javascript", n.src = e, n.async = !0, n.onload = function() {
1224
1224
  n.removeAttribute("loading"), o(null);
@@ -1280,7 +1280,7 @@ var B6 = function(t, e) {
1280
1280
  var t = this, e = this.documentServerUrl;
1281
1281
  e.endsWith("/") || (e += "/");
1282
1282
  var o = "".concat(e, "web-apps/apps/api/documents/api.js");
1283
- B6(o, "onlyoffice-api-script").then(function() {
1283
+ M6(o, "onlyoffice-api-script").then(function() {
1284
1284
  return t.onLoad();
1285
1285
  }).catch(function() {
1286
1286
  t.onError(-2);
@@ -1394,13 +1394,13 @@ var B6 = function(t, e) {
1394
1394
  }
1395
1395
  }
1396
1396
  });
1397
- const M6 = ["id"];
1398
- function I6(t, e, o, l, n, s) {
1399
- return r(), d("div", { id: t.id }, null, 8, M6);
1397
+ const I6 = ["id"];
1398
+ function D6(t, e, o, l, n, s) {
1399
+ return r(), d("div", { id: t.id }, null, 8, I6);
1400
1400
  }
1401
- T.render = I6;
1401
+ T.render = D6;
1402
1402
  T.__file = "src/components/DocumentEditor.vue";
1403
- const D6 = /* @__PURE__ */ _({
1403
+ const $6 = /* @__PURE__ */ _({
1404
1404
  __name: "IkOnlyOffice",
1405
1405
  props: {
1406
1406
  // 文件服务器的服务的地址
@@ -1447,7 +1447,7 @@ const D6 = /* @__PURE__ */ _({
1447
1447
  ));
1448
1448
  }
1449
1449
  });
1450
- const $6 = /* @__PURE__ */ A(D6, [["__scopeId", "data-v-fe959cd8"]]), q6 = I($6), H6 = ["onClick"], O6 = { class: "text" }, E6 = { class: "fileName" }, A6 = { class: "size" }, T6 = /* @__PURE__ */ _({
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__ */ _({
1451
1451
  __name: "IkPreviewFile",
1452
1452
  props: {
1453
1453
  list: {
@@ -1534,14 +1534,14 @@ const $6 = /* @__PURE__ */ A(D6, [["__scopeId", "data-v-fe959cd8"]]), q6 = I($6)
1534
1534
  )
1535
1535
  }, n.value = !0;
1536
1536
  }, a = (i) => {
1537
- s3.downloadFile(
1537
+ l3.downloadFile(
1538
1538
  q(
1539
1539
  e.loadUrl,
1540
1540
  i[o.value.url] || i.attachmentId || i.id
1541
1541
  ),
1542
1542
  i[o.value.name] || i.attachmentName
1543
1543
  );
1544
- }, h = x(() => i3.isNumber(e.width) ? `${e.width}px` : e.width), p = x(() => e.list.map((i) => ({
1544
+ }, h = x(() => s3.isNumber(e.width) ? `${e.width}px` : e.width), p = x(() => e.list.map((i) => ({
1545
1545
  ...i,
1546
1546
  name: i[o.value.name] || i.attachmentName,
1547
1547
  size: i[o.value.size] || i.fileSize || i.attachmentSize,
@@ -1556,7 +1556,7 @@ const $6 = /* @__PURE__ */ A(D6, [["__scopeId", "data-v-fe959cd8"]]), q6 = I($6)
1556
1556
  (f = t.list) != null && f.length ? (r(!0), d(
1557
1557
  O,
1558
1558
  { key: 0 },
1559
- e3(p.value, (v, w) => {
1559
+ t3(p.value, (v, w) => {
1560
1560
  var z;
1561
1561
  return r(), d(
1562
1562
  "div",
@@ -1573,24 +1573,24 @@ const $6 = /* @__PURE__ */ A(D6, [["__scopeId", "data-v-fe959cd8"]]), q6 = I($6)
1573
1573
  class: "file-card",
1574
1574
  onClick: (D) => s(v)
1575
1575
  }, [
1576
- F(h6, {
1576
+ F(p6, {
1577
1577
  file: v,
1578
1578
  style: y({ height: `${t.iconSize}px` }),
1579
1579
  class: "ikui-w-auto",
1580
1580
  fields: o.value
1581
1581
  }, null, 8, ["file", "style", "fields"]),
1582
- c("div", O6, [
1582
+ c("div", E6, [
1583
1583
  c(
1584
1584
  "div",
1585
- E6,
1585
+ A6,
1586
1586
  B(v.name),
1587
1587
  1
1588
1588
  /* TEXT */
1589
1589
  ),
1590
1590
  c(
1591
1591
  "div",
1592
- A6,
1593
- B(m(l3)(v.size)),
1592
+ T6,
1593
+ B(m(a3)(v.size)),
1594
1594
  1
1595
1595
  /* TEXT */
1596
1596
  )
@@ -1603,7 +1603,7 @@ const $6 = /* @__PURE__ */ A(D6, [["__scopeId", "data-v-fe959cd8"]]), q6 = I($6)
1603
1603
  [
1604
1604
  F(m(M), {
1605
1605
  name: "iksvg_daochu",
1606
- onClick: t3((D) => a(v), ["stop"]),
1606
+ onClick: n3((D) => a(v), ["stop"]),
1607
1607
  bg: t.showBg,
1608
1608
  size: t.showBg ? "default" : 20
1609
1609
  }, null, 8, ["onClick", "bg", "size"]),
@@ -1619,7 +1619,7 @@ const $6 = /* @__PURE__ */ A(D6, [["__scopeId", "data-v-fe959cd8"]]), q6 = I($6)
1619
1619
  2
1620
1620
  /* CLASS */
1621
1621
  )
1622
- ], 8, H6)
1622
+ ], 8, O6)
1623
1623
  ],
1624
1624
  6
1625
1625
  /* CLASS, STYLE */
@@ -1628,7 +1628,7 @@ const $6 = /* @__PURE__ */ A(D6, [["__scopeId", "data-v-fe959cd8"]]), q6 = I($6)
1628
1628
  128
1629
1629
  /* KEYED_FRAGMENT */
1630
1630
  )) : S("v-if", !0),
1631
- F(m(d3), {
1631
+ F(m(u3), {
1632
1632
  show: n.value,
1633
1633
  "onUpdate:show": u[0] || (u[0] = (v) => n.value = v),
1634
1634
  loadUrl: t.loadUrl,
@@ -1644,8 +1644,8 @@ const $6 = /* @__PURE__ */ A(D6, [["__scopeId", "data-v-fe959cd8"]]), q6 = I($6)
1644
1644
  };
1645
1645
  }
1646
1646
  });
1647
- const P6 = I(T6);
1647
+ const N6 = I(j6);
1648
1648
  export {
1649
- P6 as IkPreviewFile,
1650
- P6 as default
1649
+ N6 as IkPreviewFile,
1650
+ N6 as default
1651
1651
  };