iking-web-ui-pro 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/IKDetailPreviewFiles/ik.index.es.js +329 -373
- package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/ik.index.es.js +381 -425
- package/dist/IKPreviewFile/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/ik.index.es.js +226 -270
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/style.css +1 -1
- package/dist/IkDescription/ik.index.es.js +422 -466
- package/dist/IkDescription/ik.index.umd.js +1 -1
- package/dist/IkOnlyOffice/ik.index.es.js +80 -127
- package/dist/IkOnlyOffice/ik.index.umd.js +1 -1
- package/dist/IkPreviewFileDialog/ik.index.es.js +144 -188
- package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
- package/dist/IkTemplateOfficeConfig/ik.index.es.js +194 -241
- package/dist/IkTemplateOfficeConfig/ik.index.umd.js +1 -1
- package/dist/IkUploadFile/ik.index.es.js +281 -325
- package/dist/IkUploadFile/ik.index.umd.js +1 -1
- package/dist/index.es.js +3745 -3789
- package/dist/index.umd.js +48 -48
- package/dist/src/components/IkOnlyOffice/index.d.ts +0 -18
- package/dist/src/components/IkOnlyOffice/src/IkOnlyOffice.vue.d.ts +0 -18
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { defineComponent as _, mergeModels as U, useModel as
|
|
2
|
-
import { buildUUID as
|
|
3
|
-
const
|
|
4
|
-
if (t.install = (
|
|
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";
|
|
3
|
+
const I = (t, e) => {
|
|
4
|
+
if (t.install = (o) => {
|
|
5
5
|
for (const l of [t, ...Object.values(e ?? {})])
|
|
6
|
-
|
|
6
|
+
o.component(l.name, l);
|
|
7
7
|
}, e)
|
|
8
|
-
for (const [
|
|
9
|
-
t[
|
|
8
|
+
for (const [o, l] of Object.entries(e))
|
|
9
|
+
t[o] = l;
|
|
10
10
|
return t;
|
|
11
|
-
},
|
|
12
|
-
const
|
|
13
|
-
for (const [l,
|
|
14
|
-
|
|
15
|
-
return
|
|
16
|
-
},
|
|
11
|
+
}, A = (t, e) => {
|
|
12
|
+
const o = t.__vccOpts || t;
|
|
13
|
+
for (const [l, n] of e)
|
|
14
|
+
o[l] = n;
|
|
15
|
+
return o;
|
|
16
|
+
}, l3 = (t, e = 2) => {
|
|
17
17
|
if (t === void 0)
|
|
18
18
|
return "";
|
|
19
19
|
if (t === 0)
|
|
20
20
|
return "0 B";
|
|
21
|
-
const
|
|
22
|
-
let
|
|
23
|
-
return (
|
|
24
|
-
},
|
|
25
|
-
var s, a, h,
|
|
26
|
-
const
|
|
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}` : "", W = (t, e) => {
|
|
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 = {
|
|
27
27
|
sheet: "excel",
|
|
28
28
|
excel: "excel",
|
|
29
29
|
zip: "zip",
|
|
@@ -39,11 +39,11 @@ const M = (t, e) => {
|
|
|
39
39
|
exe: "exe",
|
|
40
40
|
json: "json"
|
|
41
41
|
};
|
|
42
|
-
for (let i in
|
|
42
|
+
for (let i in n)
|
|
43
43
|
if (typeof l == "string" && (l.includes(i) || l === i))
|
|
44
|
-
return
|
|
44
|
+
return n[i];
|
|
45
45
|
return "unknown";
|
|
46
|
-
},
|
|
46
|
+
}, a3 = {
|
|
47
47
|
".doc": "word",
|
|
48
48
|
".docx": "word",
|
|
49
49
|
".docxf": "word",
|
|
@@ -128,13 +128,13 @@ const M = (t, e) => {
|
|
|
128
128
|
".vob": "video",
|
|
129
129
|
".txt": "txt",
|
|
130
130
|
".pdf": "pdf"
|
|
131
|
-
},
|
|
132
|
-
const e = t == null ? void 0 : t.toLocaleLowerCase(),
|
|
133
|
-
return
|
|
134
|
-
},
|
|
135
|
-
let e = "",
|
|
136
|
-
return
|
|
137
|
-
},
|
|
131
|
+
}, L = (t) => {
|
|
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) => {
|
|
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
|
+
}, r3 = /* @__PURE__ */ _({
|
|
138
138
|
__name: "IkPreviewFileDialog",
|
|
139
139
|
props: /* @__PURE__ */ U({
|
|
140
140
|
file: {
|
|
@@ -171,78 +171,81 @@ const M = (t, e) => {
|
|
|
171
171
|
}),
|
|
172
172
|
emits: ["update:show"],
|
|
173
173
|
setup(t) {
|
|
174
|
-
const e = t,
|
|
174
|
+
const e = t, o = N(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
|
-
})),
|
|
180
|
+
})), n = C(null), s = C(null), a = K({
|
|
181
181
|
image: !1,
|
|
182
182
|
office: !1,
|
|
183
183
|
video: !1
|
|
184
184
|
}), h = (i) => {
|
|
185
|
-
var u, v;
|
|
185
|
+
var u, f, v, w, z, D;
|
|
186
186
|
try {
|
|
187
|
-
const
|
|
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);
|
|
188
188
|
if (s.value = {
|
|
189
189
|
...i,
|
|
190
190
|
name: i[l.value.name],
|
|
191
|
-
url:
|
|
192
|
-
}, i &&
|
|
191
|
+
url: q(e.loadUrl, j)
|
|
192
|
+
}, i && W(i, l.value) === "image") {
|
|
193
193
|
a.image = !0;
|
|
194
194
|
return;
|
|
195
|
-
} else if (e.onlyOfficeAccept.includes(
|
|
196
|
-
a.office = !0,
|
|
197
|
-
|
|
198
|
-
document: {
|
|
199
|
-
key: J(),
|
|
200
|
-
title: $,
|
|
201
|
-
url: D(e.loadUrl, g),
|
|
202
|
-
fileType: w
|
|
203
|
-
},
|
|
195
|
+
} else if (e.onlyOfficeAccept.includes(H)) {
|
|
196
|
+
a.office = !0, n.value = {
|
|
197
|
+
...e.onlyOfficeConfig,
|
|
204
198
|
editorConfig: {
|
|
199
|
+
...((v = e.onlyOfficeConfig) == null ? void 0 : v.editorConfig) || {},
|
|
205
200
|
customization: {
|
|
201
|
+
...((z = (w = e.onlyOfficeConfig) == null ? void 0 : w.editorConfig) == null ? void 0 : z.customization) || {},
|
|
206
202
|
review: {
|
|
207
203
|
reviewDisplay: "final"
|
|
208
204
|
}
|
|
209
205
|
}
|
|
210
206
|
},
|
|
211
|
-
|
|
207
|
+
document: {
|
|
208
|
+
key: n3(),
|
|
209
|
+
title: G,
|
|
210
|
+
url: q(e.loadUrl, j),
|
|
211
|
+
fileType: H,
|
|
212
|
+
...((D = e.onlyOfficeConfig) == null ? void 0 : D.document) || {}
|
|
213
|
+
},
|
|
214
|
+
documentType: c3(H)
|
|
212
215
|
};
|
|
213
216
|
return;
|
|
214
217
|
}
|
|
215
|
-
} catch (
|
|
216
|
-
console.info("预览错误: ",
|
|
218
|
+
} catch (g) {
|
|
219
|
+
console.info("预览错误: ", g);
|
|
217
220
|
}
|
|
218
221
|
};
|
|
219
|
-
|
|
220
|
-
i &&
|
|
222
|
+
X([o, e.file], ([i, u]) => {
|
|
223
|
+
i && Y(() => {
|
|
221
224
|
h(e.file);
|
|
222
225
|
});
|
|
223
226
|
});
|
|
224
|
-
const
|
|
225
|
-
|
|
227
|
+
const p = () => {
|
|
228
|
+
o.value = !1, a.office = !1, a.image = !1, a.video = !1;
|
|
226
229
|
};
|
|
227
230
|
return (i, u) => {
|
|
228
|
-
var
|
|
229
|
-
const
|
|
230
|
-
return
|
|
231
|
-
|
|
231
|
+
var v, w;
|
|
232
|
+
const f = $("el-image-viewer");
|
|
233
|
+
return o.value ? (r(), d(
|
|
234
|
+
O,
|
|
232
235
|
{ key: 0 },
|
|
233
236
|
[
|
|
234
|
-
(
|
|
237
|
+
(v = s.value) != null && v.url && a.image ? (r(), V(f, {
|
|
235
238
|
key: 0,
|
|
236
|
-
onClose: u[0] || (u[0] = (
|
|
239
|
+
onClose: u[0] || (u[0] = (z) => {
|
|
237
240
|
s.value = null, a.image = !1;
|
|
238
241
|
}),
|
|
239
242
|
ref: "previewImgRef",
|
|
240
|
-
"url-list": [(
|
|
241
|
-
}, null, 8, ["url-list"])) :
|
|
242
|
-
|
|
243
|
-
|
|
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(C6), {
|
|
244
247
|
modelValue: a.office,
|
|
245
|
-
"onUpdate:modelValue": u[1] || (u[1] = (
|
|
248
|
+
"onUpdate:modelValue": u[1] || (u[1] = (z) => a.office = z),
|
|
246
249
|
draggable: "",
|
|
247
250
|
"no-footer": "",
|
|
248
251
|
"no-header": "",
|
|
@@ -252,12 +255,12 @@ const M = (t, e) => {
|
|
|
252
255
|
"close-on-click-modal": "",
|
|
253
256
|
"close-on-press-escape": !1,
|
|
254
257
|
"append-to-body": "",
|
|
255
|
-
onClose:
|
|
258
|
+
onClose: p,
|
|
256
259
|
"modal-class": "ik-only-preview-dialog"
|
|
257
260
|
}, {
|
|
258
|
-
default:
|
|
259
|
-
|
|
260
|
-
configOptions:
|
|
261
|
+
default: b(() => [
|
|
262
|
+
F(m(q6), {
|
|
263
|
+
configOptions: n.value,
|
|
261
264
|
documentServerUrl: t.onlyofficeServer,
|
|
262
265
|
mode: "view"
|
|
263
266
|
}, null, 8, ["configOptions", "documentServerUrl"])
|
|
@@ -268,11 +271,11 @@ const M = (t, e) => {
|
|
|
268
271
|
],
|
|
269
272
|
64
|
|
270
273
|
/* STABLE_FRAGMENT */
|
|
271
|
-
)) :
|
|
274
|
+
)) : S("v-if", !0);
|
|
272
275
|
};
|
|
273
276
|
}
|
|
274
277
|
});
|
|
275
|
-
const
|
|
278
|
+
const d3 = I(r3), u3 = {
|
|
276
279
|
key: 0,
|
|
277
280
|
t: "1686300059786",
|
|
278
281
|
class: "icon",
|
|
@@ -282,7 +285,7 @@ const l3 = M(s3), a3 = {
|
|
|
282
285
|
"p-id": "7671",
|
|
283
286
|
width: "200",
|
|
284
287
|
height: "200"
|
|
285
|
-
},
|
|
288
|
+
}, h3 = /* @__PURE__ */ c(
|
|
286
289
|
"path",
|
|
287
290
|
{
|
|
288
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",
|
|
@@ -292,7 +295,7 @@ const l3 = M(s3), a3 = {
|
|
|
292
295
|
null,
|
|
293
296
|
-1
|
|
294
297
|
/* HOISTED */
|
|
295
|
-
),
|
|
298
|
+
), p3 = /* @__PURE__ */ c(
|
|
296
299
|
"path",
|
|
297
300
|
{
|
|
298
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",
|
|
@@ -302,7 +305,7 @@ const l3 = M(s3), a3 = {
|
|
|
302
305
|
null,
|
|
303
306
|
-1
|
|
304
307
|
/* HOISTED */
|
|
305
|
-
),
|
|
308
|
+
), f3 = /* @__PURE__ */ c(
|
|
306
309
|
"path",
|
|
307
310
|
{
|
|
308
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",
|
|
@@ -312,7 +315,7 @@ const l3 = M(s3), a3 = {
|
|
|
312
315
|
null,
|
|
313
316
|
-1
|
|
314
317
|
/* HOISTED */
|
|
315
|
-
),
|
|
318
|
+
), v3 = /* @__PURE__ */ c(
|
|
316
319
|
"path",
|
|
317
320
|
{
|
|
318
321
|
d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
|
|
@@ -322,12 +325,12 @@ const l3 = M(s3), a3 = {
|
|
|
322
325
|
null,
|
|
323
326
|
-1
|
|
324
327
|
/* HOISTED */
|
|
325
|
-
),
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
],
|
|
328
|
+
), g3 = [
|
|
329
|
+
h3,
|
|
330
|
+
p3,
|
|
331
|
+
f3,
|
|
332
|
+
v3
|
|
333
|
+
], m3 = {
|
|
331
334
|
key: 1,
|
|
332
335
|
t: "1686301531714",
|
|
333
336
|
class: "icon",
|
|
@@ -337,7 +340,7 @@ const l3 = M(s3), a3 = {
|
|
|
337
340
|
"p-id": "9067",
|
|
338
341
|
width: "200",
|
|
339
342
|
height: "200"
|
|
340
|
-
},
|
|
343
|
+
}, w3 = /* @__PURE__ */ c(
|
|
341
344
|
"path",
|
|
342
345
|
{
|
|
343
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",
|
|
@@ -347,7 +350,7 @@ const l3 = M(s3), a3 = {
|
|
|
347
350
|
null,
|
|
348
351
|
-1
|
|
349
352
|
/* HOISTED */
|
|
350
|
-
),
|
|
353
|
+
), y3 = /* @__PURE__ */ c(
|
|
351
354
|
"path",
|
|
352
355
|
{
|
|
353
356
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -357,10 +360,10 @@ const l3 = M(s3), a3 = {
|
|
|
357
360
|
null,
|
|
358
361
|
-1
|
|
359
362
|
/* HOISTED */
|
|
360
|
-
),
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
],
|
|
363
|
+
), _3 = [
|
|
364
|
+
w3,
|
|
365
|
+
y3
|
|
366
|
+
], z3 = {
|
|
364
367
|
key: 2,
|
|
365
368
|
t: "1686300141125",
|
|
366
369
|
class: "icon",
|
|
@@ -370,7 +373,7 @@ const l3 = M(s3), a3 = {
|
|
|
370
373
|
"p-id": "8137",
|
|
371
374
|
width: "200",
|
|
372
375
|
height: "200"
|
|
373
|
-
},
|
|
376
|
+
}, k3 = /* @__PURE__ */ c(
|
|
374
377
|
"path",
|
|
375
378
|
{
|
|
376
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",
|
|
@@ -380,7 +383,7 @@ const l3 = M(s3), a3 = {
|
|
|
380
383
|
null,
|
|
381
384
|
-1
|
|
382
385
|
/* HOISTED */
|
|
383
|
-
),
|
|
386
|
+
), F3 = /* @__PURE__ */ c(
|
|
384
387
|
"path",
|
|
385
388
|
{
|
|
386
389
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -390,10 +393,10 @@ const l3 = M(s3), a3 = {
|
|
|
390
393
|
null,
|
|
391
394
|
-1
|
|
392
395
|
/* HOISTED */
|
|
393
|
-
),
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
],
|
|
396
|
+
), b3 = [
|
|
397
|
+
k3,
|
|
398
|
+
F3
|
|
399
|
+
], x3 = {
|
|
397
400
|
key: 3,
|
|
398
401
|
t: "1686300157181",
|
|
399
402
|
class: "icon",
|
|
@@ -403,7 +406,7 @@ const l3 = M(s3), a3 = {
|
|
|
403
406
|
"p-id": "8292",
|
|
404
407
|
width: "200",
|
|
405
408
|
height: "200"
|
|
406
|
-
},
|
|
409
|
+
}, S3 = /* @__PURE__ */ c(
|
|
407
410
|
"path",
|
|
408
411
|
{
|
|
409
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",
|
|
@@ -413,7 +416,7 @@ const l3 = M(s3), a3 = {
|
|
|
413
416
|
null,
|
|
414
417
|
-1
|
|
415
418
|
/* HOISTED */
|
|
416
|
-
),
|
|
419
|
+
), C3 = /* @__PURE__ */ c(
|
|
417
420
|
"path",
|
|
418
421
|
{
|
|
419
422
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -423,10 +426,10 @@ const l3 = M(s3), a3 = {
|
|
|
423
426
|
null,
|
|
424
427
|
-1
|
|
425
428
|
/* HOISTED */
|
|
426
|
-
),
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
],
|
|
429
|
+
), V3 = [
|
|
430
|
+
S3,
|
|
431
|
+
C3
|
|
432
|
+
], R3 = {
|
|
430
433
|
key: 4,
|
|
431
434
|
t: "1686300180947",
|
|
432
435
|
class: "icon",
|
|
@@ -436,7 +439,7 @@ const l3 = M(s3), a3 = {
|
|
|
436
439
|
"p-id": "8447",
|
|
437
440
|
width: "200",
|
|
438
441
|
height: "200"
|
|
439
|
-
},
|
|
442
|
+
}, B3 = /* @__PURE__ */ c(
|
|
440
443
|
"path",
|
|
441
444
|
{
|
|
442
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",
|
|
@@ -446,7 +449,7 @@ const l3 = M(s3), a3 = {
|
|
|
446
449
|
null,
|
|
447
450
|
-1
|
|
448
451
|
/* HOISTED */
|
|
449
|
-
),
|
|
452
|
+
), M3 = /* @__PURE__ */ c(
|
|
450
453
|
"path",
|
|
451
454
|
{
|
|
452
455
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -456,10 +459,10 @@ const l3 = M(s3), a3 = {
|
|
|
456
459
|
null,
|
|
457
460
|
-1
|
|
458
461
|
/* HOISTED */
|
|
459
|
-
),
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
],
|
|
462
|
+
), I3 = [
|
|
463
|
+
B3,
|
|
464
|
+
M3
|
|
465
|
+
], D3 = {
|
|
463
466
|
key: 5,
|
|
464
467
|
t: "1686300195363",
|
|
465
468
|
class: "icon",
|
|
@@ -469,7 +472,7 @@ const l3 = M(s3), a3 = {
|
|
|
469
472
|
"p-id": "8602",
|
|
470
473
|
width: "200",
|
|
471
474
|
height: "200"
|
|
472
|
-
},
|
|
475
|
+
}, $3 = /* @__PURE__ */ c(
|
|
473
476
|
"path",
|
|
474
477
|
{
|
|
475
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",
|
|
@@ -479,7 +482,7 @@ const l3 = M(s3), a3 = {
|
|
|
479
482
|
null,
|
|
480
483
|
-1
|
|
481
484
|
/* HOISTED */
|
|
482
|
-
),
|
|
485
|
+
), q3 = /* @__PURE__ */ c(
|
|
483
486
|
"path",
|
|
484
487
|
{
|
|
485
488
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -489,10 +492,10 @@ const l3 = M(s3), a3 = {
|
|
|
489
492
|
null,
|
|
490
493
|
-1
|
|
491
494
|
/* HOISTED */
|
|
492
|
-
),
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
],
|
|
495
|
+
), H3 = [
|
|
496
|
+
$3,
|
|
497
|
+
q3
|
|
498
|
+
], O3 = {
|
|
496
499
|
key: 6,
|
|
497
500
|
t: "1686300209288",
|
|
498
501
|
class: "icon",
|
|
@@ -502,7 +505,7 @@ const l3 = M(s3), a3 = {
|
|
|
502
505
|
"p-id": "8757",
|
|
503
506
|
width: "200",
|
|
504
507
|
height: "200"
|
|
505
|
-
},
|
|
508
|
+
}, E3 = /* @__PURE__ */ c(
|
|
506
509
|
"path",
|
|
507
510
|
{
|
|
508
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",
|
|
@@ -512,7 +515,7 @@ const l3 = M(s3), a3 = {
|
|
|
512
515
|
null,
|
|
513
516
|
-1
|
|
514
517
|
/* HOISTED */
|
|
515
|
-
),
|
|
518
|
+
), A3 = /* @__PURE__ */ c(
|
|
516
519
|
"path",
|
|
517
520
|
{
|
|
518
521
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -522,10 +525,10 @@ const l3 = M(s3), a3 = {
|
|
|
522
525
|
null,
|
|
523
526
|
-1
|
|
524
527
|
/* HOISTED */
|
|
525
|
-
),
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
],
|
|
528
|
+
), T3 = [
|
|
529
|
+
E3,
|
|
530
|
+
A3
|
|
531
|
+
], j3 = {
|
|
529
532
|
key: 7,
|
|
530
533
|
t: "1686300225262",
|
|
531
534
|
class: "icon",
|
|
@@ -535,7 +538,7 @@ const l3 = M(s3), a3 = {
|
|
|
535
538
|
"p-id": "8912",
|
|
536
539
|
width: "200",
|
|
537
540
|
height: "200"
|
|
538
|
-
},
|
|
541
|
+
}, L3 = /* @__PURE__ */ c(
|
|
539
542
|
"path",
|
|
540
543
|
{
|
|
541
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",
|
|
@@ -545,7 +548,7 @@ const l3 = M(s3), a3 = {
|
|
|
545
548
|
null,
|
|
546
549
|
-1
|
|
547
550
|
/* HOISTED */
|
|
548
|
-
),
|
|
551
|
+
), P3 = /* @__PURE__ */ c(
|
|
549
552
|
"path",
|
|
550
553
|
{
|
|
551
554
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -555,10 +558,10 @@ const l3 = M(s3), a3 = {
|
|
|
555
558
|
null,
|
|
556
559
|
-1
|
|
557
560
|
/* HOISTED */
|
|
558
|
-
),
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
],
|
|
561
|
+
), U3 = [
|
|
562
|
+
L3,
|
|
563
|
+
P3
|
|
564
|
+
], N3 = {
|
|
562
565
|
key: 8,
|
|
563
566
|
t: "1692251753690",
|
|
564
567
|
class: "icon",
|
|
@@ -568,7 +571,7 @@ const l3 = M(s3), a3 = {
|
|
|
568
571
|
"p-id": "4336",
|
|
569
572
|
width: "200",
|
|
570
573
|
height: "200"
|
|
571
|
-
},
|
|
574
|
+
}, W3 = /* @__PURE__ */ c(
|
|
572
575
|
"path",
|
|
573
576
|
{
|
|
574
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",
|
|
@@ -578,7 +581,7 @@ const l3 = M(s3), a3 = {
|
|
|
578
581
|
null,
|
|
579
582
|
-1
|
|
580
583
|
/* HOISTED */
|
|
581
|
-
),
|
|
584
|
+
), G3 = /* @__PURE__ */ c(
|
|
582
585
|
"path",
|
|
583
586
|
{
|
|
584
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",
|
|
@@ -589,7 +592,7 @@ const l3 = M(s3), a3 = {
|
|
|
589
592
|
null,
|
|
590
593
|
-1
|
|
591
594
|
/* HOISTED */
|
|
592
|
-
),
|
|
595
|
+
), K3 = /* @__PURE__ */ c(
|
|
593
596
|
"path",
|
|
594
597
|
{
|
|
595
598
|
d: "M640 0l320 320H768a128 128 0 0 1-128-128V0z",
|
|
@@ -599,11 +602,11 @@ const l3 = M(s3), a3 = {
|
|
|
599
602
|
null,
|
|
600
603
|
-1
|
|
601
604
|
/* HOISTED */
|
|
602
|
-
),
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
],
|
|
605
|
+
), X3 = [
|
|
606
|
+
W3,
|
|
607
|
+
G3,
|
|
608
|
+
K3
|
|
609
|
+
], Y3 = {
|
|
607
610
|
key: 9,
|
|
608
611
|
t: "1692251753690",
|
|
609
612
|
class: "icon",
|
|
@@ -613,7 +616,7 @@ const l3 = M(s3), a3 = {
|
|
|
613
616
|
"p-id": "4336",
|
|
614
617
|
width: "200",
|
|
615
618
|
height: "200"
|
|
616
|
-
},
|
|
619
|
+
}, Z3 = /* @__PURE__ */ c(
|
|
617
620
|
"path",
|
|
618
621
|
{
|
|
619
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",
|
|
@@ -623,7 +626,7 @@ const l3 = M(s3), a3 = {
|
|
|
623
626
|
null,
|
|
624
627
|
-1
|
|
625
628
|
/* HOISTED */
|
|
626
|
-
),
|
|
629
|
+
), J3 = /* @__PURE__ */ c(
|
|
627
630
|
"path",
|
|
628
631
|
{
|
|
629
632
|
d: "M960 326.4v16H755.2s-100.8-20.8-99.2-107.2c0 0 3.2 91.2 96 91.2h208z",
|
|
@@ -633,7 +636,7 @@ const l3 = M(s3), a3 = {
|
|
|
633
636
|
null,
|
|
634
637
|
-1
|
|
635
638
|
/* HOISTED */
|
|
636
|
-
),
|
|
639
|
+
), Q3 = /* @__PURE__ */ c(
|
|
637
640
|
"path",
|
|
638
641
|
{
|
|
639
642
|
d: "M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z",
|
|
@@ -644,7 +647,7 @@ const l3 = M(s3), a3 = {
|
|
|
644
647
|
null,
|
|
645
648
|
-1
|
|
646
649
|
/* HOISTED */
|
|
647
|
-
),
|
|
650
|
+
), e6 = /* @__PURE__ */ c(
|
|
648
651
|
"path",
|
|
649
652
|
{
|
|
650
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",
|
|
@@ -654,12 +657,12 @@ const l3 = M(s3), a3 = {
|
|
|
654
657
|
null,
|
|
655
658
|
-1
|
|
656
659
|
/* HOISTED */
|
|
657
|
-
),
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
],
|
|
660
|
+
), t6 = [
|
|
661
|
+
Z3,
|
|
662
|
+
J3,
|
|
663
|
+
Q3,
|
|
664
|
+
e6
|
|
665
|
+
], n6 = {
|
|
663
666
|
key: 10,
|
|
664
667
|
t: "1714099890925",
|
|
665
668
|
class: "icon",
|
|
@@ -669,7 +672,7 @@ const l3 = M(s3), a3 = {
|
|
|
669
672
|
"p-id": "2271",
|
|
670
673
|
width: "200",
|
|
671
674
|
height: "200"
|
|
672
|
-
},
|
|
675
|
+
}, o6 = /* @__PURE__ */ c(
|
|
673
676
|
"path",
|
|
674
677
|
{
|
|
675
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",
|
|
@@ -679,7 +682,7 @@ const l3 = M(s3), a3 = {
|
|
|
679
682
|
null,
|
|
680
683
|
-1
|
|
681
684
|
/* HOISTED */
|
|
682
|
-
),
|
|
685
|
+
), i6 = /* @__PURE__ */ c(
|
|
683
686
|
"path",
|
|
684
687
|
{
|
|
685
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",
|
|
@@ -690,7 +693,7 @@ const l3 = M(s3), a3 = {
|
|
|
690
693
|
null,
|
|
691
694
|
-1
|
|
692
695
|
/* HOISTED */
|
|
693
|
-
),
|
|
696
|
+
), s6 = /* @__PURE__ */ c(
|
|
694
697
|
"path",
|
|
695
698
|
{
|
|
696
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",
|
|
@@ -700,11 +703,11 @@ const l3 = M(s3), a3 = {
|
|
|
700
703
|
null,
|
|
701
704
|
-1
|
|
702
705
|
/* HOISTED */
|
|
703
|
-
),
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
],
|
|
706
|
+
), l6 = [
|
|
707
|
+
o6,
|
|
708
|
+
i6,
|
|
709
|
+
s6
|
|
710
|
+
], a6 = {
|
|
708
711
|
key: 11,
|
|
709
712
|
t: "1686300037564",
|
|
710
713
|
class: "icon",
|
|
@@ -714,7 +717,7 @@ const l3 = M(s3), a3 = {
|
|
|
714
717
|
"p-id": "7515",
|
|
715
718
|
width: "200",
|
|
716
719
|
height: "200"
|
|
717
|
-
},
|
|
720
|
+
}, c6 = /* @__PURE__ */ c(
|
|
718
721
|
"path",
|
|
719
722
|
{
|
|
720
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",
|
|
@@ -724,7 +727,7 @@ const l3 = M(s3), a3 = {
|
|
|
724
727
|
null,
|
|
725
728
|
-1
|
|
726
729
|
/* HOISTED */
|
|
727
|
-
),
|
|
730
|
+
), r6 = /* @__PURE__ */ c(
|
|
728
731
|
"path",
|
|
729
732
|
{
|
|
730
733
|
d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
|
|
@@ -734,7 +737,7 @@ const l3 = M(s3), a3 = {
|
|
|
734
737
|
null,
|
|
735
738
|
-1
|
|
736
739
|
/* HOISTED */
|
|
737
|
-
),
|
|
740
|
+
), d6 = /* @__PURE__ */ c(
|
|
738
741
|
"path",
|
|
739
742
|
{
|
|
740
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",
|
|
@@ -744,11 +747,11 @@ const l3 = M(s3), a3 = {
|
|
|
744
747
|
null,
|
|
745
748
|
-1
|
|
746
749
|
/* HOISTED */
|
|
747
|
-
),
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
],
|
|
750
|
+
), u6 = [
|
|
751
|
+
c6,
|
|
752
|
+
r6,
|
|
753
|
+
d6
|
|
754
|
+
], h6 = /* @__PURE__ */ _({
|
|
752
755
|
__name: "FileIcon",
|
|
753
756
|
props: {
|
|
754
757
|
type: {
|
|
@@ -769,21 +772,21 @@ const l3 = M(s3), a3 = {
|
|
|
769
772
|
}
|
|
770
773
|
},
|
|
771
774
|
setup(t) {
|
|
772
|
-
const e = t,
|
|
773
|
-
return (l,
|
|
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));
|
|
774
777
|
}
|
|
775
|
-
}),
|
|
778
|
+
}), p6 = {
|
|
776
779
|
key: 0,
|
|
777
780
|
class: "ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"
|
|
778
|
-
},
|
|
781
|
+
}, f6 = {
|
|
779
782
|
key: 1,
|
|
780
783
|
class: "h-[1em] w-[1em]",
|
|
781
784
|
"aria-hidden": "true"
|
|
782
|
-
},
|
|
785
|
+
}, v6 = ["xlink:href"], g6 = ["src"], m6 = {
|
|
783
786
|
key: 1,
|
|
784
787
|
class: "h-[1em] w-[1em]",
|
|
785
788
|
"aria-hidden": "true"
|
|
786
|
-
},
|
|
789
|
+
}, w6 = ["xlink:href"], y6 = ["src"], _6 = /* @__PURE__ */ _({
|
|
787
790
|
name: "IkSvgIcon",
|
|
788
791
|
__name: "index",
|
|
789
792
|
props: {
|
|
@@ -810,83 +813,83 @@ const l3 = M(s3), a3 = {
|
|
|
810
813
|
tableIconType: { default: "icon" }
|
|
811
814
|
},
|
|
812
815
|
setup(t) {
|
|
813
|
-
const e = t,
|
|
814
|
-
var
|
|
815
|
-
return /^http?:\/\//.test(e.name) ? "img" : /i-[^:]+:[^:]+/.test(e.name) ? "unocss" : (
|
|
816
|
-
}), l =
|
|
817
|
-
const
|
|
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(() => {
|
|
820
|
+
const n = [];
|
|
818
821
|
if (e.flip)
|
|
819
822
|
switch (e.flip) {
|
|
820
823
|
case "horizontal":
|
|
821
|
-
|
|
824
|
+
n.push("rotateY(180deg)");
|
|
822
825
|
break;
|
|
823
826
|
case "vertical":
|
|
824
|
-
|
|
827
|
+
n.push("rotateX(180deg)");
|
|
825
828
|
break;
|
|
826
829
|
case "both":
|
|
827
|
-
|
|
830
|
+
n.push("rotateX(180deg)"), n.push("rotateY(180deg)");
|
|
828
831
|
break;
|
|
829
832
|
}
|
|
830
|
-
e.rotate &&
|
|
833
|
+
e.rotate && n.push(`rotate(${e.rotate % 360}deg)`);
|
|
831
834
|
const s = {
|
|
832
835
|
...e.color && { color: e.color },
|
|
833
836
|
...e.size && { fontSize: typeof e.size == "number" ? `${e.size}px` : e.size },
|
|
834
|
-
...
|
|
837
|
+
...n.length && { transform: n.join(" ") },
|
|
835
838
|
padding: e.showBg || e.bg ? e.padding : 0,
|
|
836
|
-
...e.color &&
|
|
839
|
+
...e.color && o.value !== "iksig" ? {
|
|
837
840
|
"--ik-color-icon-dark": e.color,
|
|
838
|
-
"--ik-color-icon-light": e.colorLight ||
|
|
841
|
+
"--ik-color-icon-light": e.colorLight || o3.setOpacity(e.color, e.opacity)
|
|
839
842
|
} : {}
|
|
840
843
|
};
|
|
841
844
|
return e.width && (s.width = s.height = typeof e.width == "number" ? `${e.width}px` : e.width), s;
|
|
842
845
|
});
|
|
843
|
-
return (
|
|
844
|
-
const a =
|
|
845
|
-
return
|
|
846
|
-
|
|
846
|
+
return (n, s) => {
|
|
847
|
+
const a = $("el-tooltip"), h = $("el-button");
|
|
848
|
+
return n.tableIconType === "icon" ? (r(), d("span", p6, [
|
|
849
|
+
n.notip || !n.title ? (r(), d(
|
|
847
850
|
"i",
|
|
848
851
|
{
|
|
849
852
|
key: 0,
|
|
850
853
|
class: k(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
851
|
-
[
|
|
852
|
-
"show-bg":
|
|
853
|
-
default:
|
|
854
|
-
small:
|
|
855
|
-
big:
|
|
856
|
-
warning:
|
|
857
|
-
primary:
|
|
858
|
-
success:
|
|
859
|
-
error:
|
|
860
|
-
active:
|
|
861
|
-
disabled:
|
|
854
|
+
[n.name]: o.value === "unocss",
|
|
855
|
+
"show-bg": n.showBg || n.bg,
|
|
856
|
+
default: n.size === "default",
|
|
857
|
+
small: n.size === "small",
|
|
858
|
+
big: n.size === "big",
|
|
859
|
+
warning: n.warning || e.type === "warning",
|
|
860
|
+
primary: n.primary || e.type === "primary",
|
|
861
|
+
success: n.success || e.type === "success",
|
|
862
|
+
error: n.error || e.type === "error",
|
|
863
|
+
active: n.active,
|
|
864
|
+
disabled: n.disabled
|
|
862
865
|
}]),
|
|
863
866
|
style: y(l.value)
|
|
864
867
|
},
|
|
865
868
|
[
|
|
866
|
-
|
|
867
|
-
|
|
869
|
+
S(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
|
|
870
|
+
o.value === "iksig" ? (r(), d(
|
|
868
871
|
"i",
|
|
869
872
|
{
|
|
870
873
|
key: 0,
|
|
871
|
-
class: k(`iksig ${
|
|
874
|
+
class: k(`iksig ${n.name}`),
|
|
872
875
|
style: y(l.value)
|
|
873
876
|
},
|
|
874
877
|
null,
|
|
875
878
|
6
|
|
876
879
|
/* CLASS, STYLE */
|
|
877
|
-
)) :
|
|
878
|
-
|
|
879
|
-
"xlink:href": `#${
|
|
880
|
-
}, null, 8,
|
|
881
|
-
])) :
|
|
880
|
+
)) : o.value === "svg" ? (r(), d("svg", f6, [
|
|
881
|
+
c("use", {
|
|
882
|
+
"xlink:href": `#${n.name}`
|
|
883
|
+
}, null, 8, v6)
|
|
884
|
+
])) : o.value === "img" ? (r(), d("img", {
|
|
882
885
|
key: 2,
|
|
883
|
-
src:
|
|
886
|
+
src: n.name,
|
|
884
887
|
class: "h-[1em] w-[1em]"
|
|
885
|
-
}, null, 8,
|
|
888
|
+
}, null, 8, g6)) : (r(), d(
|
|
886
889
|
"i",
|
|
887
890
|
{
|
|
888
891
|
key: 3,
|
|
889
|
-
class: k(
|
|
892
|
+
class: k(n.name),
|
|
890
893
|
style: y(l.value)
|
|
891
894
|
},
|
|
892
895
|
null,
|
|
@@ -896,53 +899,53 @@ const l3 = M(s3), a3 = {
|
|
|
896
899
|
],
|
|
897
900
|
6
|
|
898
901
|
/* CLASS, STYLE */
|
|
899
|
-
)) : (
|
|
902
|
+
)) : (r(), V(a, {
|
|
900
903
|
key: 1,
|
|
901
|
-
content:
|
|
904
|
+
content: n.title,
|
|
902
905
|
placement: "top"
|
|
903
906
|
}, {
|
|
904
|
-
default:
|
|
905
|
-
|
|
907
|
+
default: b(() => [
|
|
908
|
+
c(
|
|
906
909
|
"i",
|
|
907
910
|
{
|
|
908
911
|
class: k(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
909
|
-
[
|
|
910
|
-
"show-bg":
|
|
911
|
-
default:
|
|
912
|
-
small:
|
|
913
|
-
big:
|
|
914
|
-
warning:
|
|
915
|
-
primary:
|
|
916
|
-
success:
|
|
917
|
-
error:
|
|
918
|
-
active:
|
|
912
|
+
[n.name]: o.value === "unocss",
|
|
913
|
+
"show-bg": n.showBg || n.bg,
|
|
914
|
+
default: n.size === "default",
|
|
915
|
+
small: n.size === "small",
|
|
916
|
+
big: n.size === "big",
|
|
917
|
+
warning: n.warning || e.type === "warning",
|
|
918
|
+
primary: n.primary || e.type === "primary",
|
|
919
|
+
success: n.success || e.type === "success",
|
|
920
|
+
error: n.error || e.type === "error",
|
|
921
|
+
active: n.active
|
|
919
922
|
}]),
|
|
920
923
|
style: y(l.value)
|
|
921
924
|
},
|
|
922
925
|
[
|
|
923
|
-
|
|
926
|
+
o.value === "iksig" ? (r(), d(
|
|
924
927
|
"i",
|
|
925
928
|
{
|
|
926
929
|
key: 0,
|
|
927
|
-
class: k(`iksig ${
|
|
930
|
+
class: k(`iksig ${n.name}`),
|
|
928
931
|
style: y(l.value)
|
|
929
932
|
},
|
|
930
933
|
null,
|
|
931
934
|
6
|
|
932
935
|
/* CLASS, STYLE */
|
|
933
|
-
)) :
|
|
934
|
-
|
|
935
|
-
"xlink:href": `#${
|
|
936
|
-
}, null, 8,
|
|
937
|
-
])) :
|
|
936
|
+
)) : o.value === "svg" ? (r(), d("svg", m6, [
|
|
937
|
+
c("use", {
|
|
938
|
+
"xlink:href": `#${n.name}`
|
|
939
|
+
}, null, 8, w6)
|
|
940
|
+
])) : o.value === "img" ? (r(), d("img", {
|
|
938
941
|
key: 2,
|
|
939
|
-
src:
|
|
942
|
+
src: n.name,
|
|
940
943
|
class: "h-[1em] w-[1em]"
|
|
941
|
-
}, null, 8,
|
|
944
|
+
}, null, 8, y6)) : (r(), d(
|
|
942
945
|
"i",
|
|
943
946
|
{
|
|
944
947
|
key: 3,
|
|
945
|
-
class: k(
|
|
948
|
+
class: k(n.name),
|
|
946
949
|
style: y(l.value)
|
|
947
950
|
},
|
|
948
951
|
null,
|
|
@@ -957,13 +960,13 @@ const l3 = M(s3), a3 = {
|
|
|
957
960
|
_: 1
|
|
958
961
|
/* STABLE */
|
|
959
962
|
}, 8, ["content"]))
|
|
960
|
-
])) : (
|
|
963
|
+
])) : (r(), V(h, {
|
|
961
964
|
key: 1,
|
|
962
|
-
type: ["warning", "error"].includes(
|
|
965
|
+
type: ["warning", "error"].includes(n.type) ? "danger" : ""
|
|
963
966
|
}, {
|
|
964
|
-
default:
|
|
965
|
-
|
|
966
|
-
|
|
967
|
+
default: b(() => [
|
|
968
|
+
E(
|
|
969
|
+
B(n.title),
|
|
967
970
|
1
|
|
968
971
|
/* TEXT */
|
|
969
972
|
)
|
|
@@ -974,10 +977,10 @@ const l3 = M(s3), a3 = {
|
|
|
974
977
|
};
|
|
975
978
|
}
|
|
976
979
|
});
|
|
977
|
-
const
|
|
980
|
+
const z6 = /* @__PURE__ */ A(_6, [["__scopeId", "data-v-7d95dbf5"]]), M = I(z6), k6 = {
|
|
978
981
|
key: 0,
|
|
979
982
|
class: "exit-main-page-maximize"
|
|
980
|
-
},
|
|
983
|
+
}, F6 = /* @__PURE__ */ _({
|
|
981
984
|
__name: "CloseIcon",
|
|
982
985
|
props: {
|
|
983
986
|
showBg: {
|
|
@@ -990,15 +993,15 @@ const g6 = /* @__PURE__ */ O(m6, [["__scopeId", "data-v-7d95dbf5"]]), B = M(g6),
|
|
|
990
993
|
}
|
|
991
994
|
},
|
|
992
995
|
setup(t) {
|
|
993
|
-
return (e,
|
|
994
|
-
t.showBg && t.fullscreen ? (
|
|
995
|
-
|
|
996
|
+
return (e, o) => (r(), d("div", null, [
|
|
997
|
+
t.showBg && t.fullscreen ? (r(), d("div", k6, [
|
|
998
|
+
F(m(M), {
|
|
996
999
|
name: "iksvg_guanbidanchuang",
|
|
997
1000
|
title: "关闭",
|
|
998
1001
|
size: 20,
|
|
999
1002
|
error: ""
|
|
1000
1003
|
})
|
|
1001
|
-
])) : (
|
|
1004
|
+
])) : (r(), V(m(M), {
|
|
1002
1005
|
key: 1,
|
|
1003
1006
|
error: "",
|
|
1004
1007
|
name: "iksvg_guanbidanchuang",
|
|
@@ -1008,7 +1011,7 @@ const g6 = /* @__PURE__ */ O(m6, [["__scopeId", "data-v-7d95dbf5"]]), B = M(g6),
|
|
|
1008
1011
|
]));
|
|
1009
1012
|
}
|
|
1010
1013
|
});
|
|
1011
|
-
const
|
|
1014
|
+
const b6 = /* @__PURE__ */ A(F6, [["__scopeId", "data-v-79f49df8"]]), x6 = { class: "base-header" }, S6 = /* @__PURE__ */ _({
|
|
1012
1015
|
__name: "IkBaseDialog",
|
|
1013
1016
|
props: /* @__PURE__ */ U({
|
|
1014
1017
|
title: { default: "" },
|
|
@@ -1029,64 +1032,64 @@ const _6 = /* @__PURE__ */ O(y6, [["__scopeId", "data-v-79f49df8"]]), k6 = { cla
|
|
|
1029
1032
|
}),
|
|
1030
1033
|
emits: ["update:modelValue"],
|
|
1031
1034
|
setup(t) {
|
|
1032
|
-
const e = t,
|
|
1035
|
+
const e = t, o = N(t, "modelValue"), l = C(e.fullscreen), n = () => {
|
|
1033
1036
|
l.value = !l.value;
|
|
1034
1037
|
}, s = _({
|
|
1035
1038
|
setup() {
|
|
1036
|
-
return () =>
|
|
1039
|
+
return () => Z(b6, {
|
|
1037
1040
|
showBg: e.showCloseBg,
|
|
1038
1041
|
fullscreen: e.fullscreen
|
|
1039
1042
|
});
|
|
1040
1043
|
}
|
|
1041
1044
|
});
|
|
1042
1045
|
return (a, h) => {
|
|
1043
|
-
const
|
|
1044
|
-
return
|
|
1045
|
-
modelValue:
|
|
1046
|
-
"onUpdate:modelValue": h[0] || (h[0] = (i) =>
|
|
1046
|
+
const p = $("el-dialog");
|
|
1047
|
+
return r(), V(p, J({
|
|
1048
|
+
modelValue: o.value,
|
|
1049
|
+
"onUpdate:modelValue": h[0] || (h[0] = (i) => o.value = i)
|
|
1047
1050
|
}, a.$attrs, {
|
|
1048
1051
|
"close-icon": m(s),
|
|
1049
1052
|
class: `ik-base-dialog ${a.noHeader ? "no-header" : ""} ${a.noFooter ? "no-footer" : ""}`,
|
|
1050
1053
|
fullscreen: l.value,
|
|
1051
1054
|
"modal-class": "baseDialog"
|
|
1052
|
-
}),
|
|
1053
|
-
icon:
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1055
|
+
}), Q({
|
|
1056
|
+
icon: b(() => [
|
|
1057
|
+
R(a.$slots, "title", {}, () => [
|
|
1058
|
+
E(
|
|
1059
|
+
B(a.title),
|
|
1057
1060
|
1
|
|
1058
1061
|
/* TEXT */
|
|
1059
1062
|
)
|
|
1060
1063
|
])
|
|
1061
1064
|
]),
|
|
1062
|
-
header:
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1065
|
+
header: b(() => [
|
|
1066
|
+
c("div", x6, [
|
|
1067
|
+
R(a.$slots, "header", {}, () => [
|
|
1068
|
+
E(
|
|
1069
|
+
B(a.title),
|
|
1067
1070
|
1
|
|
1068
1071
|
/* TEXT */
|
|
1069
1072
|
)
|
|
1070
1073
|
])
|
|
1071
1074
|
]),
|
|
1072
|
-
a.$attrs.showClose ? (
|
|
1075
|
+
a.$attrs.showClose ? (r(), V(m(M), {
|
|
1073
1076
|
key: 0,
|
|
1074
|
-
onClick:
|
|
1077
|
+
onClick: n,
|
|
1075
1078
|
name: l.value ? "iksvg_tuichuquanping" : "iksvg_quanping-daohang",
|
|
1076
1079
|
class: "absolute! top-[18px] right-[50px] icon-dialog-full",
|
|
1077
1080
|
title: l.value ? "退出全屏" : "全屏"
|
|
1078
|
-
}, null, 8, ["name", "title"])) :
|
|
1081
|
+
}, null, 8, ["name", "title"])) : S("v-if", !0)
|
|
1079
1082
|
]),
|
|
1080
|
-
default:
|
|
1081
|
-
|
|
1083
|
+
default: b(() => [
|
|
1084
|
+
R(a.$slots, "default")
|
|
1082
1085
|
]),
|
|
1083
1086
|
_: 2
|
|
1084
1087
|
/* DYNAMIC */
|
|
1085
1088
|
}, [
|
|
1086
1089
|
a.$slots.footer ? {
|
|
1087
1090
|
name: "footer",
|
|
1088
|
-
fn:
|
|
1089
|
-
|
|
1091
|
+
fn: b(() => [
|
|
1092
|
+
R(a.$slots, "footer")
|
|
1090
1093
|
]),
|
|
1091
1094
|
key: "0"
|
|
1092
1095
|
} : void 0
|
|
@@ -1094,91 +1097,91 @@ const _6 = /* @__PURE__ */ O(y6, [["__scopeId", "data-v-79f49df8"]]), k6 = { cla
|
|
|
1094
1097
|
};
|
|
1095
1098
|
}
|
|
1096
1099
|
});
|
|
1097
|
-
const
|
|
1098
|
-
function
|
|
1099
|
-
function
|
|
1100
|
-
return s instanceof
|
|
1100
|
+
const C6 = I(S6);
|
|
1101
|
+
function V6(t, e, o, l) {
|
|
1102
|
+
function n(s) {
|
|
1103
|
+
return s instanceof o ? s : new o(function(a) {
|
|
1101
1104
|
a(s);
|
|
1102
1105
|
});
|
|
1103
1106
|
}
|
|
1104
|
-
return new (
|
|
1107
|
+
return new (o || (o = Promise))(function(s, a) {
|
|
1105
1108
|
function h(u) {
|
|
1106
1109
|
try {
|
|
1107
1110
|
i(l.next(u));
|
|
1108
|
-
} catch (
|
|
1109
|
-
a(
|
|
1111
|
+
} catch (f) {
|
|
1112
|
+
a(f);
|
|
1110
1113
|
}
|
|
1111
1114
|
}
|
|
1112
|
-
function
|
|
1115
|
+
function p(u) {
|
|
1113
1116
|
try {
|
|
1114
1117
|
i(l.throw(u));
|
|
1115
|
-
} catch (
|
|
1116
|
-
a(
|
|
1118
|
+
} catch (f) {
|
|
1119
|
+
a(f);
|
|
1117
1120
|
}
|
|
1118
1121
|
}
|
|
1119
1122
|
function i(u) {
|
|
1120
|
-
u.done ? s(u.value) :
|
|
1123
|
+
u.done ? s(u.value) : n(u.value).then(h, p);
|
|
1121
1124
|
}
|
|
1122
1125
|
i((l = l.apply(t, e || [])).next());
|
|
1123
1126
|
});
|
|
1124
1127
|
}
|
|
1125
|
-
function
|
|
1126
|
-
var
|
|
1128
|
+
function R6(t, e) {
|
|
1129
|
+
var o = { label: 0, sent: function() {
|
|
1127
1130
|
if (s[0] & 1)
|
|
1128
1131
|
throw s[1];
|
|
1129
1132
|
return s[1];
|
|
1130
|
-
}, trys: [], ops: [] }, l,
|
|
1133
|
+
}, trys: [], ops: [] }, l, n, s, a;
|
|
1131
1134
|
return a = { next: h(0), throw: h(1), return: h(2) }, typeof Symbol == "function" && (a[Symbol.iterator] = function() {
|
|
1132
1135
|
return this;
|
|
1133
1136
|
}), a;
|
|
1134
1137
|
function h(i) {
|
|
1135
1138
|
return function(u) {
|
|
1136
|
-
return
|
|
1139
|
+
return p([i, u]);
|
|
1137
1140
|
};
|
|
1138
1141
|
}
|
|
1139
|
-
function
|
|
1142
|
+
function p(i) {
|
|
1140
1143
|
if (l)
|
|
1141
1144
|
throw new TypeError("Generator is already executing.");
|
|
1142
|
-
for (; a && (a = 0, i[0] && (
|
|
1145
|
+
for (; a && (a = 0, i[0] && (o = 0)), o; )
|
|
1143
1146
|
try {
|
|
1144
|
-
if (l = 1,
|
|
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)
|
|
1145
1148
|
return s;
|
|
1146
|
-
switch (
|
|
1149
|
+
switch (n = 0, s && (i = [i[0] & 2, s.value]), i[0]) {
|
|
1147
1150
|
case 0:
|
|
1148
1151
|
case 1:
|
|
1149
1152
|
s = i;
|
|
1150
1153
|
break;
|
|
1151
1154
|
case 4:
|
|
1152
|
-
return
|
|
1155
|
+
return o.label++, { value: i[1], done: !1 };
|
|
1153
1156
|
case 5:
|
|
1154
|
-
|
|
1157
|
+
o.label++, n = i[1], i = [0];
|
|
1155
1158
|
continue;
|
|
1156
1159
|
case 7:
|
|
1157
|
-
i =
|
|
1160
|
+
i = o.ops.pop(), o.trys.pop();
|
|
1158
1161
|
continue;
|
|
1159
1162
|
default:
|
|
1160
|
-
if (s =
|
|
1161
|
-
|
|
1163
|
+
if (s = o.trys, !(s = s.length > 0 && s[s.length - 1]) && (i[0] === 6 || i[0] === 2)) {
|
|
1164
|
+
o = 0;
|
|
1162
1165
|
continue;
|
|
1163
1166
|
}
|
|
1164
1167
|
if (i[0] === 3 && (!s || i[1] > s[0] && i[1] < s[3])) {
|
|
1165
|
-
|
|
1168
|
+
o.label = i[1];
|
|
1166
1169
|
break;
|
|
1167
1170
|
}
|
|
1168
|
-
if (i[0] === 6 &&
|
|
1169
|
-
|
|
1171
|
+
if (i[0] === 6 && o.label < s[1]) {
|
|
1172
|
+
o.label = s[1], s = i;
|
|
1170
1173
|
break;
|
|
1171
1174
|
}
|
|
1172
|
-
if (s &&
|
|
1173
|
-
|
|
1175
|
+
if (s && o.label < s[2]) {
|
|
1176
|
+
o.label = s[2], o.ops.push(i);
|
|
1174
1177
|
break;
|
|
1175
1178
|
}
|
|
1176
|
-
s[2] &&
|
|
1179
|
+
s[2] && o.ops.pop(), o.trys.pop();
|
|
1177
1180
|
continue;
|
|
1178
1181
|
}
|
|
1179
|
-
i = e.call(t,
|
|
1182
|
+
i = e.call(t, o);
|
|
1180
1183
|
} catch (u) {
|
|
1181
|
-
i = [6, u],
|
|
1184
|
+
i = [6, u], n = 0;
|
|
1182
1185
|
} finally {
|
|
1183
1186
|
l = s = 0;
|
|
1184
1187
|
}
|
|
@@ -1187,42 +1190,42 @@ function x6(t, e) {
|
|
|
1187
1190
|
return { value: i[0] ? i[1] : void 0, done: !0 };
|
|
1188
1191
|
}
|
|
1189
1192
|
}
|
|
1190
|
-
var
|
|
1191
|
-
return
|
|
1192
|
-
return
|
|
1193
|
-
return [2, new Promise(function(l,
|
|
1193
|
+
var B6 = function(t, e) {
|
|
1194
|
+
return V6(void 0, void 0, void 0, function() {
|
|
1195
|
+
return R6(this, function(o) {
|
|
1196
|
+
return [2, new Promise(function(l, n) {
|
|
1194
1197
|
try {
|
|
1195
1198
|
if (window.DocsAPI)
|
|
1196
1199
|
return l(null);
|
|
1197
1200
|
var s = document.getElementById(e);
|
|
1198
1201
|
if (s)
|
|
1199
1202
|
var a = setInterval(function() {
|
|
1200
|
-
var
|
|
1201
|
-
if (!
|
|
1203
|
+
var p = s.getAttribute("loading");
|
|
1204
|
+
if (!p) {
|
|
1202
1205
|
if (clearInterval(a), window.DocsAPI)
|
|
1203
1206
|
return l(null);
|
|
1204
|
-
var i =
|
|
1207
|
+
var i = P(e, t, l, n);
|
|
1205
1208
|
s.remove(), document.body.appendChild(i);
|
|
1206
1209
|
}
|
|
1207
1210
|
}, 500);
|
|
1208
1211
|
else {
|
|
1209
|
-
var h =
|
|
1212
|
+
var h = P(e, t, l, n);
|
|
1210
1213
|
document.body.appendChild(h);
|
|
1211
1214
|
}
|
|
1212
|
-
} catch (
|
|
1213
|
-
console.error(
|
|
1215
|
+
} catch (p) {
|
|
1216
|
+
console.error(p);
|
|
1214
1217
|
}
|
|
1215
1218
|
})];
|
|
1216
1219
|
});
|
|
1217
1220
|
});
|
|
1218
|
-
},
|
|
1219
|
-
var
|
|
1220
|
-
return
|
|
1221
|
-
|
|
1222
|
-
},
|
|
1223
|
-
|
|
1224
|
-
},
|
|
1225
|
-
},
|
|
1221
|
+
}, P = function(t, e, o, l) {
|
|
1222
|
+
var n = document.createElement("script");
|
|
1223
|
+
return n.id = t, n.type = "text/javascript", n.src = e, n.async = !0, n.onload = function() {
|
|
1224
|
+
n.removeAttribute("loading"), o(null);
|
|
1225
|
+
}, n.onerror = function(s) {
|
|
1226
|
+
n.removeAttribute("loading"), l(s);
|
|
1227
|
+
}, n.setAttribute("loading", ""), n;
|
|
1228
|
+
}, T = _({
|
|
1226
1229
|
name: "DocumentEditor",
|
|
1227
1230
|
props: {
|
|
1228
1231
|
id: {
|
|
@@ -1276,8 +1279,8 @@ var S6 = function(t, e) {
|
|
|
1276
1279
|
mounted: function() {
|
|
1277
1280
|
var t = this, e = this.documentServerUrl;
|
|
1278
1281
|
e.endsWith("/") || (e += "/");
|
|
1279
|
-
var
|
|
1280
|
-
|
|
1282
|
+
var o = "".concat(e, "web-apps/apps/api/documents/api.js");
|
|
1283
|
+
B6(o, "onlyoffice-api-script").then(function() {
|
|
1281
1284
|
return t.onLoad();
|
|
1282
1285
|
}).catch(function() {
|
|
1283
1286
|
t.onError(-2);
|
|
@@ -1320,9 +1323,9 @@ var S6 = function(t, e) {
|
|
|
1320
1323
|
onLoad: function() {
|
|
1321
1324
|
var t, e;
|
|
1322
1325
|
try {
|
|
1323
|
-
var
|
|
1324
|
-
if (window.DocsAPI || this.onError(-3), !((t = window == null ? void 0 : window.DocEditor) === null || t === void 0) && t.instances[
|
|
1325
|
-
console.log("Skip loading. Instance already exists",
|
|
1326
|
+
var o = this.id || "";
|
|
1327
|
+
if (window.DocsAPI || this.onError(-3), !((t = window == null ? void 0 : window.DocEditor) === null || t === void 0) && t.instances[o]) {
|
|
1328
|
+
console.log("Skip loading. Instance already exists", o);
|
|
1326
1329
|
return;
|
|
1327
1330
|
}
|
|
1328
1331
|
!((e = window == null ? void 0 : window.DocEditor) === null || e === void 0) && e.instances || (window.DocEditor = { instances: {} });
|
|
@@ -1361,8 +1364,8 @@ var S6 = function(t, e) {
|
|
|
1361
1364
|
height: this.height,
|
|
1362
1365
|
type: this.type,
|
|
1363
1366
|
width: this.width
|
|
1364
|
-
}, this.config || {}),
|
|
1365
|
-
window.DocEditor.instances[
|
|
1367
|
+
}, this.config || {}), n = window.DocsAPI.DocEditor(o, l);
|
|
1368
|
+
window.DocEditor.instances[o] = n;
|
|
1366
1369
|
} catch (s) {
|
|
1367
1370
|
console.error(s), this.onError(-1);
|
|
1368
1371
|
}
|
|
@@ -1391,13 +1394,13 @@ var S6 = function(t, e) {
|
|
|
1391
1394
|
}
|
|
1392
1395
|
}
|
|
1393
1396
|
});
|
|
1394
|
-
const
|
|
1395
|
-
function
|
|
1396
|
-
return
|
|
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
1400
|
}
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
const
|
|
1401
|
+
T.render = I6;
|
|
1402
|
+
T.__file = "src/components/DocumentEditor.vue";
|
|
1403
|
+
const D6 = /* @__PURE__ */ _({
|
|
1401
1404
|
__name: "IkOnlyOffice",
|
|
1402
1405
|
props: {
|
|
1403
1406
|
// 文件服务器的服务的地址
|
|
@@ -1405,84 +1408,37 @@ const R6 = /* @__PURE__ */ _({
|
|
|
1405
1408
|
type: String,
|
|
1406
1409
|
default: ""
|
|
1407
1410
|
},
|
|
1408
|
-
// 当前onlyoffice的模式 (edit 编辑模式 view是查看模式)
|
|
1409
|
-
mode: {
|
|
1410
|
-
type: String,
|
|
1411
|
-
default: ""
|
|
1412
|
-
},
|
|
1413
1411
|
// 配置项
|
|
1414
1412
|
configOptions: {
|
|
1415
1413
|
type: Object,
|
|
1416
1414
|
default: () => {
|
|
1417
1415
|
}
|
|
1418
1416
|
},
|
|
1419
|
-
//
|
|
1417
|
+
// 元素的高度
|
|
1420
1418
|
officeHeight: {
|
|
1421
1419
|
type: String,
|
|
1422
1420
|
default: "100%"
|
|
1423
|
-
},
|
|
1424
|
-
// 加密后的token
|
|
1425
|
-
token: {
|
|
1426
|
-
type: String,
|
|
1427
|
-
default: ""
|
|
1428
1421
|
}
|
|
1429
1422
|
},
|
|
1430
1423
|
setup(t) {
|
|
1431
|
-
|
|
1432
|
-
const e = t, n = S({
|
|
1424
|
+
const e = t, o = C({
|
|
1433
1425
|
width: "100%",
|
|
1434
1426
|
height: "100%",
|
|
1435
|
-
|
|
1436
|
-
// word cell(表格) slide(PPT)
|
|
1437
|
-
documentType: (s = e.configOptions) == null ? void 0 : s.documentType,
|
|
1438
|
-
editorConfig: {
|
|
1439
|
-
callbackUrl: (h = (a = e.configOptions) == null ? void 0 : a.editorConfig) == null ? void 0 : h.callbackUrl,
|
|
1440
|
-
// 保存的回调函数
|
|
1441
|
-
lang: "zh-CN",
|
|
1442
|
-
mode: e.mode,
|
|
1443
|
-
// 强制保存
|
|
1444
|
-
customization: {
|
|
1445
|
-
forcesave: !0,
|
|
1446
|
-
autosave: !0
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
// 权限
|
|
1450
|
-
permissions: {
|
|
1451
|
-
comment: !0,
|
|
1452
|
-
commentGroups: {
|
|
1453
|
-
edit: ["Group1"],
|
|
1454
|
-
remove: ["Group1"],
|
|
1455
|
-
view: ""
|
|
1456
|
-
},
|
|
1457
|
-
copy: !0,
|
|
1458
|
-
deleteCommentAuthorOnly: !0,
|
|
1459
|
-
download: !0,
|
|
1460
|
-
edit: !0,
|
|
1461
|
-
editCommentAuthorOnly: !0,
|
|
1462
|
-
fillForms: !0,
|
|
1463
|
-
modifyContentControl: !0,
|
|
1464
|
-
modifyFilter: !0,
|
|
1465
|
-
print: !0,
|
|
1466
|
-
review: !0,
|
|
1467
|
-
reviewGroups: ["Group1", "Group2", "Group3"],
|
|
1468
|
-
userInfoGroups: ["Group1"]
|
|
1469
|
-
},
|
|
1470
|
-
mode: e.mode,
|
|
1471
|
-
token: e.token
|
|
1427
|
+
...e.configOptions || {}
|
|
1472
1428
|
}), l = () => {
|
|
1473
|
-
console.info("文档加载完成");
|
|
1429
|
+
console.info("文档加载完成", e.configOptions);
|
|
1474
1430
|
};
|
|
1475
|
-
return (
|
|
1431
|
+
return (n, s) => (r(), d(
|
|
1476
1432
|
"div",
|
|
1477
1433
|
{
|
|
1478
1434
|
style: y({ height: e.officeHeight })
|
|
1479
1435
|
},
|
|
1480
1436
|
[
|
|
1481
|
-
|
|
1437
|
+
F(m(T), {
|
|
1482
1438
|
id: `${(/* @__PURE__ */ new Date()).getTime()}`,
|
|
1483
1439
|
ref: "editorRef",
|
|
1484
1440
|
"document-server-url": t.documentServerUrl,
|
|
1485
|
-
config:
|
|
1441
|
+
config: o.value,
|
|
1486
1442
|
events_onDocumentReady: l
|
|
1487
1443
|
}, null, 8, ["id", "document-server-url", "config"])
|
|
1488
1444
|
],
|
|
@@ -1491,7 +1447,7 @@ const R6 = /* @__PURE__ */ _({
|
|
|
1491
1447
|
));
|
|
1492
1448
|
}
|
|
1493
1449
|
});
|
|
1494
|
-
const
|
|
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__ */ _({
|
|
1495
1451
|
__name: "IkPreviewFile",
|
|
1496
1452
|
props: {
|
|
1497
1453
|
list: {
|
|
@@ -1561,109 +1517,109 @@ const B6 = /* @__PURE__ */ O(R6, [["__scopeId", "data-v-ea0a8f6d"]]), M6 = M(B6)
|
|
|
1561
1517
|
}
|
|
1562
1518
|
},
|
|
1563
1519
|
setup(t) {
|
|
1564
|
-
const e = t,
|
|
1520
|
+
const e = t, o = x(() => ({
|
|
1565
1521
|
name: "name",
|
|
1566
1522
|
url: "url",
|
|
1567
1523
|
suffix: "suffix",
|
|
1568
1524
|
size: "size",
|
|
1569
1525
|
...e.field
|
|
1570
|
-
})), l =
|
|
1571
|
-
var u,
|
|
1526
|
+
})), l = C({}), n = C(!1), s = (i) => {
|
|
1527
|
+
var u, f;
|
|
1572
1528
|
l.value = {
|
|
1573
1529
|
...i,
|
|
1574
1530
|
name: i.name,
|
|
1575
|
-
url:
|
|
1531
|
+
url: q(
|
|
1576
1532
|
e.loadUrl,
|
|
1577
|
-
i.url || ((
|
|
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)
|
|
1578
1534
|
)
|
|
1579
|
-
},
|
|
1535
|
+
}, n.value = !0;
|
|
1580
1536
|
}, a = (i) => {
|
|
1581
|
-
|
|
1582
|
-
|
|
1537
|
+
s3.downloadFile(
|
|
1538
|
+
q(
|
|
1583
1539
|
e.loadUrl,
|
|
1584
|
-
i[
|
|
1540
|
+
i[o.value.url] || i.attachmentId || i.id
|
|
1585
1541
|
),
|
|
1586
|
-
i[
|
|
1542
|
+
i[o.value.name] || i.attachmentName
|
|
1587
1543
|
);
|
|
1588
|
-
}, h =
|
|
1544
|
+
}, h = x(() => i3.isNumber(e.width) ? `${e.width}px` : e.width), p = x(() => e.list.map((i) => ({
|
|
1589
1545
|
...i,
|
|
1590
|
-
name: i[
|
|
1591
|
-
size: i[
|
|
1592
|
-
suffix: 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
|
|
1593
1549
|
})));
|
|
1594
1550
|
return (i, u) => {
|
|
1595
|
-
var
|
|
1596
|
-
return
|
|
1597
|
-
|
|
1551
|
+
var f;
|
|
1552
|
+
return r(), d(
|
|
1553
|
+
O,
|
|
1598
1554
|
null,
|
|
1599
1555
|
[
|
|
1600
|
-
(
|
|
1601
|
-
|
|
1556
|
+
(f = t.list) != null && f.length ? (r(!0), d(
|
|
1557
|
+
O,
|
|
1602
1558
|
{ key: 0 },
|
|
1603
|
-
|
|
1604
|
-
var
|
|
1605
|
-
return
|
|
1559
|
+
e3(p.value, (v, w) => {
|
|
1560
|
+
var z;
|
|
1561
|
+
return r(), d(
|
|
1606
1562
|
"div",
|
|
1607
1563
|
{
|
|
1608
1564
|
class: k(["iking-privew-annex", { "is-bg": t.showBg }]),
|
|
1609
|
-
key:
|
|
1565
|
+
key: w,
|
|
1610
1566
|
style: y({
|
|
1611
|
-
marginBottom:
|
|
1567
|
+
marginBottom: w == ((z = t.list) == null ? void 0 : z.length) - 1 ? "0" : "10px",
|
|
1612
1568
|
width: h.value
|
|
1613
1569
|
})
|
|
1614
1570
|
},
|
|
1615
1571
|
[
|
|
1616
|
-
|
|
1572
|
+
c("div", {
|
|
1617
1573
|
class: "file-card",
|
|
1618
|
-
onClick: (
|
|
1574
|
+
onClick: (D) => s(v)
|
|
1619
1575
|
}, [
|
|
1620
|
-
|
|
1621
|
-
file:
|
|
1576
|
+
F(h6, {
|
|
1577
|
+
file: v,
|
|
1622
1578
|
style: y({ height: `${t.iconSize}px` }),
|
|
1623
1579
|
class: "ikui-w-auto",
|
|
1624
|
-
fields:
|
|
1580
|
+
fields: o.value
|
|
1625
1581
|
}, null, 8, ["file", "style", "fields"]),
|
|
1626
|
-
|
|
1627
|
-
|
|
1582
|
+
c("div", O6, [
|
|
1583
|
+
c(
|
|
1628
1584
|
"div",
|
|
1629
|
-
|
|
1630
|
-
|
|
1585
|
+
E6,
|
|
1586
|
+
B(v.name),
|
|
1631
1587
|
1
|
|
1632
1588
|
/* TEXT */
|
|
1633
1589
|
),
|
|
1634
|
-
|
|
1590
|
+
c(
|
|
1635
1591
|
"div",
|
|
1636
|
-
|
|
1637
|
-
|
|
1592
|
+
A6,
|
|
1593
|
+
B(m(l3)(v.size)),
|
|
1638
1594
|
1
|
|
1639
1595
|
/* TEXT */
|
|
1640
1596
|
)
|
|
1641
1597
|
]),
|
|
1642
|
-
|
|
1598
|
+
c(
|
|
1643
1599
|
"div",
|
|
1644
1600
|
{
|
|
1645
1601
|
class: k(["flex flex-center", { "hover-show": t.iconHoverShow }])
|
|
1646
1602
|
},
|
|
1647
1603
|
[
|
|
1648
|
-
|
|
1604
|
+
F(m(M), {
|
|
1649
1605
|
name: "iksvg_daochu",
|
|
1650
|
-
onClick:
|
|
1606
|
+
onClick: t3((D) => a(v), ["stop"]),
|
|
1651
1607
|
bg: t.showBg,
|
|
1652
1608
|
size: t.showBg ? "default" : 20
|
|
1653
1609
|
}, null, 8, ["onClick", "bg", "size"]),
|
|
1654
|
-
|
|
1610
|
+
F(m(M), {
|
|
1655
1611
|
name: "iksvg_yulan",
|
|
1656
1612
|
bg: t.showBg,
|
|
1657
1613
|
size: t.showBg ? "default" : 20
|
|
1658
1614
|
}, null, 8, ["bg", "size"]),
|
|
1659
|
-
|
|
1660
|
-
data: { ...
|
|
1615
|
+
R(i.$slots, "operation", {
|
|
1616
|
+
data: { ...v, findex: w }
|
|
1661
1617
|
})
|
|
1662
1618
|
],
|
|
1663
1619
|
2
|
|
1664
1620
|
/* CLASS */
|
|
1665
1621
|
)
|
|
1666
|
-
], 8,
|
|
1622
|
+
], 8, H6)
|
|
1667
1623
|
],
|
|
1668
1624
|
6
|
|
1669
1625
|
/* CLASS, STYLE */
|
|
@@ -1671,10 +1627,10 @@ const B6 = /* @__PURE__ */ O(R6, [["__scopeId", "data-v-ea0a8f6d"]]), M6 = M(B6)
|
|
|
1671
1627
|
}),
|
|
1672
1628
|
128
|
|
1673
1629
|
/* KEYED_FRAGMENT */
|
|
1674
|
-
)) :
|
|
1675
|
-
|
|
1676
|
-
show:
|
|
1677
|
-
"onUpdate:show": u[0] || (u[0] = (
|
|
1630
|
+
)) : S("v-if", !0),
|
|
1631
|
+
F(m(d3), {
|
|
1632
|
+
show: n.value,
|
|
1633
|
+
"onUpdate:show": u[0] || (u[0] = (v) => n.value = v),
|
|
1678
1634
|
loadUrl: t.loadUrl,
|
|
1679
1635
|
file: l.value,
|
|
1680
1636
|
onlyofficeServer: t.onlyofficeServer,
|
|
@@ -1688,8 +1644,8 @@ const B6 = /* @__PURE__ */ O(R6, [["__scopeId", "data-v-ea0a8f6d"]]), M6 = M(B6)
|
|
|
1688
1644
|
};
|
|
1689
1645
|
}
|
|
1690
1646
|
});
|
|
1691
|
-
const
|
|
1647
|
+
const P6 = I(T6);
|
|
1692
1648
|
export {
|
|
1693
|
-
|
|
1694
|
-
|
|
1649
|
+
P6 as IkPreviewFile,
|
|
1650
|
+
P6 as default
|
|
1695
1651
|
};
|