iking-web-ui-pro 0.1.89 → 0.1.90
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 +336 -989
- package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
- package/dist/IKDetailPreviewFiles/style.css +1 -1
- package/dist/IKPreviewFile/ik.index.es.js +276 -929
- package/dist/IKPreviewFile/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/style.css +1 -1
- package/dist/IkApprovalProcessDetail/ik.index.es.js +519 -1171
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/style.css +1 -1
- package/dist/IkDescription/ik.index.es.js +315 -968
- package/dist/IkDescription/ik.index.umd.js +1 -1
- package/dist/IkDescription/style.css +1 -1
- package/dist/index.es.js +5671 -5672
- package/dist/index.umd.js +50 -50
- package/package.json +1 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { paramType as
|
|
3
|
-
const
|
|
4
|
-
if (
|
|
5
|
-
for (const
|
|
6
|
-
|
|
1
|
+
import { defineComponent as $, computed as k, openBlock as n, createElementBlock as c, createElementVNode as o, ref as b, Fragment as V, renderList as S, normalizeClass as _, normalizeStyle as w, createVNode as y, toDisplayString as B, unref as x, withModifiers as T, renderSlot as A, createCommentVNode as f, resolveComponent as C, createBlock as I, withCtx as j, createTextVNode as N, watch as P, pushScopeId as E, popScopeId as W } from "vue";
|
|
2
|
+
import { paramType as K, ikFile as q, ikColor as G, ikUrl as X } from "iking-utils-pro";
|
|
3
|
+
const H = (i, e) => {
|
|
4
|
+
if (i.install = (s) => {
|
|
5
|
+
for (const a of [i, ...Object.values(e ?? {})])
|
|
6
|
+
s.component(a.name, a);
|
|
7
7
|
}, e)
|
|
8
|
-
for (const [
|
|
9
|
-
|
|
10
|
-
return n;
|
|
11
|
-
}, E = (n, e) => {
|
|
12
|
-
const i = n.__vccOpts || n;
|
|
13
|
-
for (const [l, o] of e)
|
|
14
|
-
i[l] = o;
|
|
8
|
+
for (const [s, a] of Object.entries(e))
|
|
9
|
+
i[s] = a;
|
|
15
10
|
return i;
|
|
16
|
-
},
|
|
17
|
-
|
|
11
|
+
}, U = (i, e) => {
|
|
12
|
+
const s = i.__vccOpts || i;
|
|
13
|
+
for (const [a, l] of e)
|
|
14
|
+
s[a] = l;
|
|
15
|
+
return s;
|
|
16
|
+
}, Y = (i, e = 2) => {
|
|
17
|
+
if (i === void 0)
|
|
18
18
|
return "";
|
|
19
|
-
if (
|
|
19
|
+
if (i === 0)
|
|
20
20
|
return "0 B";
|
|
21
|
-
const
|
|
22
|
-
let
|
|
23
|
-
return (
|
|
24
|
-
},
|
|
25
|
-
const
|
|
26
|
-
var
|
|
27
|
-
const
|
|
21
|
+
const s = ["B", "KB", "MB", "GB", "TB"], a = Math.floor(Math.log(i) / Math.log(1024));
|
|
22
|
+
let l = i / Math.pow(1024, a);
|
|
23
|
+
return (l % 1 === 0 ? l.toFixed(e || 0) : l.toFixed(e)) + " " + s[a];
|
|
24
|
+
}, L = (i, e) => e ? e.startsWith("http") ? e : `${i || location.origin}${e}` : "";
|
|
25
|
+
const Z = (i, e) => {
|
|
26
|
+
var p, g, m, z;
|
|
27
|
+
const s = (p = i == null ? void 0 : i.response) != null && p.data ? O((m = (g = i == null ? void 0 : i.response) == null ? void 0 : g.data) == null ? void 0 : m.suffix) : ((z = i.raw) == null ? void 0 : z.type) || O(i[e.suffix]), a = s == null ? void 0 : s.toLowerCase(), l = {
|
|
28
28
|
sheet: "excel",
|
|
29
29
|
excel: "excel",
|
|
30
30
|
zip: "zip",
|
|
@@ -40,11 +40,11 @@ const G = (n, e) => {
|
|
|
40
40
|
exe: "exe",
|
|
41
41
|
json: "json"
|
|
42
42
|
};
|
|
43
|
-
for (let t in
|
|
44
|
-
if (typeof
|
|
45
|
-
return
|
|
43
|
+
for (let t in l)
|
|
44
|
+
if (typeof a == "string" && (a.includes(t) || a === t))
|
|
45
|
+
return l[t];
|
|
46
46
|
return "unknown";
|
|
47
|
-
},
|
|
47
|
+
}, J = {
|
|
48
48
|
".doc": "word",
|
|
49
49
|
".docx": "word",
|
|
50
50
|
".docxf": "word",
|
|
@@ -129,13 +129,10 @@ const G = (n, e) => {
|
|
|
129
129
|
".vob": "video",
|
|
130
130
|
".txt": "txt",
|
|
131
131
|
".pdf": "pdf"
|
|
132
|
-
},
|
|
133
|
-
const e =
|
|
134
|
-
return
|
|
135
|
-
},
|
|
136
|
-
let e = "", i = ["doc", "docx"], l = ["xls", "xlsx"], o = ["ppt", "pptx"], s = ["pdf"];
|
|
137
|
-
return i.includes(n) && (e = "word"), l.includes(n) && (e = "cell"), o.includes(n) && (e = "slide"), s.includes(n) && (e = "text-pdf"), e;
|
|
138
|
-
}, c3 = {
|
|
132
|
+
}, O = (i) => {
|
|
133
|
+
const e = i == null ? void 0 : i.toLocaleLowerCase(), s = e != null && e.startsWith(".") ? e : `.${e}`;
|
|
134
|
+
return s && J[s] || "unknow";
|
|
135
|
+
}, Q = {
|
|
139
136
|
key: 0,
|
|
140
137
|
t: "1686300059786",
|
|
141
138
|
class: "icon",
|
|
@@ -145,7 +142,7 @@ const G = (n, e) => {
|
|
|
145
142
|
"p-id": "7671",
|
|
146
143
|
width: "200",
|
|
147
144
|
height: "200"
|
|
148
|
-
},
|
|
145
|
+
}, R = /* @__PURE__ */ o(
|
|
149
146
|
"path",
|
|
150
147
|
{
|
|
151
148
|
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",
|
|
@@ -155,7 +152,7 @@ const G = (n, e) => {
|
|
|
155
152
|
null,
|
|
156
153
|
-1
|
|
157
154
|
/* HOISTED */
|
|
158
|
-
),
|
|
155
|
+
), e3 = /* @__PURE__ */ o(
|
|
159
156
|
"path",
|
|
160
157
|
{
|
|
161
158
|
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",
|
|
@@ -165,7 +162,7 @@ const G = (n, e) => {
|
|
|
165
162
|
null,
|
|
166
163
|
-1
|
|
167
164
|
/* HOISTED */
|
|
168
|
-
),
|
|
165
|
+
), t3 = /* @__PURE__ */ o(
|
|
169
166
|
"path",
|
|
170
167
|
{
|
|
171
168
|
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",
|
|
@@ -175,7 +172,7 @@ const G = (n, e) => {
|
|
|
175
172
|
null,
|
|
176
173
|
-1
|
|
177
174
|
/* HOISTED */
|
|
178
|
-
),
|
|
175
|
+
), l3 = /* @__PURE__ */ o(
|
|
179
176
|
"path",
|
|
180
177
|
{
|
|
181
178
|
d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
|
|
@@ -185,12 +182,12 @@ const G = (n, e) => {
|
|
|
185
182
|
null,
|
|
186
183
|
-1
|
|
187
184
|
/* HOISTED */
|
|
188
|
-
),
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
],
|
|
185
|
+
), i3 = [
|
|
186
|
+
R,
|
|
187
|
+
e3,
|
|
188
|
+
t3,
|
|
189
|
+
l3
|
|
190
|
+
], s3 = {
|
|
194
191
|
key: 1,
|
|
195
192
|
t: "1686301531714",
|
|
196
193
|
class: "icon",
|
|
@@ -200,7 +197,7 @@ const G = (n, e) => {
|
|
|
200
197
|
"p-id": "9067",
|
|
201
198
|
width: "200",
|
|
202
199
|
height: "200"
|
|
203
|
-
},
|
|
200
|
+
}, o3 = /* @__PURE__ */ o(
|
|
204
201
|
"path",
|
|
205
202
|
{
|
|
206
203
|
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",
|
|
@@ -210,7 +207,7 @@ const G = (n, e) => {
|
|
|
210
207
|
null,
|
|
211
208
|
-1
|
|
212
209
|
/* HOISTED */
|
|
213
|
-
),
|
|
210
|
+
), n3 = /* @__PURE__ */ o(
|
|
214
211
|
"path",
|
|
215
212
|
{
|
|
216
213
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -220,10 +217,10 @@ const G = (n, e) => {
|
|
|
220
217
|
null,
|
|
221
218
|
-1
|
|
222
219
|
/* HOISTED */
|
|
223
|
-
),
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
],
|
|
220
|
+
), c3 = [
|
|
221
|
+
o3,
|
|
222
|
+
n3
|
|
223
|
+
], a3 = {
|
|
227
224
|
key: 2,
|
|
228
225
|
t: "1686300141125",
|
|
229
226
|
class: "icon",
|
|
@@ -233,7 +230,7 @@ const G = (n, e) => {
|
|
|
233
230
|
"p-id": "8137",
|
|
234
231
|
width: "200",
|
|
235
232
|
height: "200"
|
|
236
|
-
},
|
|
233
|
+
}, d3 = /* @__PURE__ */ o(
|
|
237
234
|
"path",
|
|
238
235
|
{
|
|
239
236
|
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",
|
|
@@ -243,7 +240,7 @@ const G = (n, e) => {
|
|
|
243
240
|
null,
|
|
244
241
|
-1
|
|
245
242
|
/* HOISTED */
|
|
246
|
-
),
|
|
243
|
+
), r3 = /* @__PURE__ */ o(
|
|
247
244
|
"path",
|
|
248
245
|
{
|
|
249
246
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -253,10 +250,10 @@ const G = (n, e) => {
|
|
|
253
250
|
null,
|
|
254
251
|
-1
|
|
255
252
|
/* HOISTED */
|
|
256
|
-
),
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
],
|
|
253
|
+
), p3 = [
|
|
254
|
+
d3,
|
|
255
|
+
r3
|
|
256
|
+
], h3 = {
|
|
260
257
|
key: 3,
|
|
261
258
|
t: "1686300157181",
|
|
262
259
|
class: "icon",
|
|
@@ -266,7 +263,7 @@ const G = (n, e) => {
|
|
|
266
263
|
"p-id": "8292",
|
|
267
264
|
width: "200",
|
|
268
265
|
height: "200"
|
|
269
|
-
},
|
|
266
|
+
}, u3 = /* @__PURE__ */ o(
|
|
270
267
|
"path",
|
|
271
268
|
{
|
|
272
269
|
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",
|
|
@@ -276,7 +273,7 @@ const G = (n, e) => {
|
|
|
276
273
|
null,
|
|
277
274
|
-1
|
|
278
275
|
/* HOISTED */
|
|
279
|
-
),
|
|
276
|
+
), v3 = /* @__PURE__ */ o(
|
|
280
277
|
"path",
|
|
281
278
|
{
|
|
282
279
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -286,10 +283,10 @@ const G = (n, e) => {
|
|
|
286
283
|
null,
|
|
287
284
|
-1
|
|
288
285
|
/* HOISTED */
|
|
289
|
-
),
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
],
|
|
286
|
+
), f3 = [
|
|
287
|
+
u3,
|
|
288
|
+
v3
|
|
289
|
+
], g3 = {
|
|
293
290
|
key: 4,
|
|
294
291
|
t: "1686300180947",
|
|
295
292
|
class: "icon",
|
|
@@ -299,7 +296,7 @@ const G = (n, e) => {
|
|
|
299
296
|
"p-id": "8447",
|
|
300
297
|
width: "200",
|
|
301
298
|
height: "200"
|
|
302
|
-
},
|
|
299
|
+
}, w3 = /* @__PURE__ */ o(
|
|
303
300
|
"path",
|
|
304
301
|
{
|
|
305
302
|
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",
|
|
@@ -309,7 +306,7 @@ const G = (n, e) => {
|
|
|
309
306
|
null,
|
|
310
307
|
-1
|
|
311
308
|
/* HOISTED */
|
|
312
|
-
),
|
|
309
|
+
), m3 = /* @__PURE__ */ o(
|
|
313
310
|
"path",
|
|
314
311
|
{
|
|
315
312
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -319,10 +316,10 @@ const G = (n, e) => {
|
|
|
319
316
|
null,
|
|
320
317
|
-1
|
|
321
318
|
/* HOISTED */
|
|
322
|
-
),
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
],
|
|
319
|
+
), _3 = [
|
|
320
|
+
w3,
|
|
321
|
+
m3
|
|
322
|
+
], y3 = {
|
|
326
323
|
key: 5,
|
|
327
324
|
t: "1686300195363",
|
|
328
325
|
class: "icon",
|
|
@@ -332,7 +329,7 @@ const G = (n, e) => {
|
|
|
332
329
|
"p-id": "8602",
|
|
333
330
|
width: "200",
|
|
334
331
|
height: "200"
|
|
335
|
-
},
|
|
332
|
+
}, z3 = /* @__PURE__ */ o(
|
|
336
333
|
"path",
|
|
337
334
|
{
|
|
338
335
|
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",
|
|
@@ -342,7 +339,7 @@ const G = (n, e) => {
|
|
|
342
339
|
null,
|
|
343
340
|
-1
|
|
344
341
|
/* HOISTED */
|
|
345
|
-
),
|
|
342
|
+
), k3 = /* @__PURE__ */ o(
|
|
346
343
|
"path",
|
|
347
344
|
{
|
|
348
345
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -352,10 +349,10 @@ const G = (n, e) => {
|
|
|
352
349
|
null,
|
|
353
350
|
-1
|
|
354
351
|
/* HOISTED */
|
|
355
|
-
),
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
],
|
|
352
|
+
), x3 = [
|
|
353
|
+
z3,
|
|
354
|
+
k3
|
|
355
|
+
], F3 = {
|
|
359
356
|
key: 6,
|
|
360
357
|
t: "1686300209288",
|
|
361
358
|
class: "icon",
|
|
@@ -365,7 +362,7 @@ const G = (n, e) => {
|
|
|
365
362
|
"p-id": "8757",
|
|
366
363
|
width: "200",
|
|
367
364
|
height: "200"
|
|
368
|
-
},
|
|
365
|
+
}, b3 = /* @__PURE__ */ o(
|
|
369
366
|
"path",
|
|
370
367
|
{
|
|
371
368
|
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",
|
|
@@ -375,7 +372,7 @@ const G = (n, e) => {
|
|
|
375
372
|
null,
|
|
376
373
|
-1
|
|
377
374
|
/* HOISTED */
|
|
378
|
-
),
|
|
375
|
+
), B3 = /* @__PURE__ */ o(
|
|
379
376
|
"path",
|
|
380
377
|
{
|
|
381
378
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -385,10 +382,10 @@ const G = (n, e) => {
|
|
|
385
382
|
null,
|
|
386
383
|
-1
|
|
387
384
|
/* HOISTED */
|
|
388
|
-
),
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
],
|
|
385
|
+
), V3 = [
|
|
386
|
+
b3,
|
|
387
|
+
B3
|
|
388
|
+
], M3 = {
|
|
392
389
|
key: 7,
|
|
393
390
|
t: "1686300225262",
|
|
394
391
|
class: "icon",
|
|
@@ -398,7 +395,7 @@ const G = (n, e) => {
|
|
|
398
395
|
"p-id": "8912",
|
|
399
396
|
width: "200",
|
|
400
397
|
height: "200"
|
|
401
|
-
},
|
|
398
|
+
}, $3 = /* @__PURE__ */ o(
|
|
402
399
|
"path",
|
|
403
400
|
{
|
|
404
401
|
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",
|
|
@@ -408,7 +405,7 @@ const G = (n, e) => {
|
|
|
408
405
|
null,
|
|
409
406
|
-1
|
|
410
407
|
/* HOISTED */
|
|
411
|
-
),
|
|
408
|
+
), S3 = /* @__PURE__ */ o(
|
|
412
409
|
"path",
|
|
413
410
|
{
|
|
414
411
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -418,10 +415,10 @@ const G = (n, e) => {
|
|
|
418
415
|
null,
|
|
419
416
|
-1
|
|
420
417
|
/* HOISTED */
|
|
421
|
-
),
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
],
|
|
418
|
+
), C3 = [
|
|
419
|
+
$3,
|
|
420
|
+
S3
|
|
421
|
+
], H3 = {
|
|
425
422
|
key: 8,
|
|
426
423
|
t: "1692251753690",
|
|
427
424
|
class: "icon",
|
|
@@ -431,7 +428,7 @@ const G = (n, e) => {
|
|
|
431
428
|
"p-id": "4336",
|
|
432
429
|
width: "200",
|
|
433
430
|
height: "200"
|
|
434
|
-
},
|
|
431
|
+
}, I3 = /* @__PURE__ */ o(
|
|
435
432
|
"path",
|
|
436
433
|
{
|
|
437
434
|
d: "M192 0h448.170667l319.829333 320V896a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V128A128 128 0 0 1 192 0z",
|
|
@@ -441,7 +438,7 @@ const G = (n, e) => {
|
|
|
441
438
|
null,
|
|
442
439
|
-1
|
|
443
440
|
/* HOISTED */
|
|
444
|
-
),
|
|
441
|
+
), j3 = /* @__PURE__ */ o(
|
|
445
442
|
"path",
|
|
446
443
|
{
|
|
447
444
|
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",
|
|
@@ -452,7 +449,7 @@ const G = (n, e) => {
|
|
|
452
449
|
null,
|
|
453
450
|
-1
|
|
454
451
|
/* HOISTED */
|
|
455
|
-
),
|
|
452
|
+
), L3 = /* @__PURE__ */ o(
|
|
456
453
|
"path",
|
|
457
454
|
{
|
|
458
455
|
d: "M640 0l320 320H768a128 128 0 0 1-128-128V0z",
|
|
@@ -462,11 +459,11 @@ const G = (n, e) => {
|
|
|
462
459
|
null,
|
|
463
460
|
-1
|
|
464
461
|
/* HOISTED */
|
|
465
|
-
),
|
|
462
|
+
), O3 = [
|
|
463
|
+
I3,
|
|
466
464
|
j3,
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
], K3 = {
|
|
465
|
+
L3
|
|
466
|
+
], U3 = {
|
|
470
467
|
key: 9,
|
|
471
468
|
t: "1692251753690",
|
|
472
469
|
class: "icon",
|
|
@@ -476,7 +473,7 @@ const G = (n, e) => {
|
|
|
476
473
|
"p-id": "4336",
|
|
477
474
|
width: "200",
|
|
478
475
|
height: "200"
|
|
479
|
-
},
|
|
476
|
+
}, D3 = /* @__PURE__ */ o(
|
|
480
477
|
"path",
|
|
481
478
|
{
|
|
482
479
|
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",
|
|
@@ -486,7 +483,7 @@ const G = (n, e) => {
|
|
|
486
483
|
null,
|
|
487
484
|
-1
|
|
488
485
|
/* HOISTED */
|
|
489
|
-
),
|
|
486
|
+
), T3 = /* @__PURE__ */ o(
|
|
490
487
|
"path",
|
|
491
488
|
{
|
|
492
489
|
d: "M960 326.4v16H755.2s-100.8-20.8-99.2-107.2c0 0 3.2 91.2 96 91.2h208z",
|
|
@@ -496,7 +493,7 @@ const G = (n, e) => {
|
|
|
496
493
|
null,
|
|
497
494
|
-1
|
|
498
495
|
/* HOISTED */
|
|
499
|
-
),
|
|
496
|
+
), A3 = /* @__PURE__ */ o(
|
|
500
497
|
"path",
|
|
501
498
|
{
|
|
502
499
|
d: "M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z",
|
|
@@ -507,7 +504,7 @@ const G = (n, e) => {
|
|
|
507
504
|
null,
|
|
508
505
|
-1
|
|
509
506
|
/* HOISTED */
|
|
510
|
-
),
|
|
507
|
+
), N3 = /* @__PURE__ */ o(
|
|
511
508
|
"path",
|
|
512
509
|
{
|
|
513
510
|
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",
|
|
@@ -517,12 +514,12 @@ const G = (n, e) => {
|
|
|
517
514
|
null,
|
|
518
515
|
-1
|
|
519
516
|
/* HOISTED */
|
|
520
|
-
),
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
],
|
|
517
|
+
), P3 = [
|
|
518
|
+
D3,
|
|
519
|
+
T3,
|
|
520
|
+
A3,
|
|
521
|
+
N3
|
|
522
|
+
], E3 = {
|
|
526
523
|
key: 10,
|
|
527
524
|
t: "1714099890925",
|
|
528
525
|
class: "icon",
|
|
@@ -532,7 +529,7 @@ const G = (n, e) => {
|
|
|
532
529
|
"p-id": "2271",
|
|
533
530
|
width: "200",
|
|
534
531
|
height: "200"
|
|
535
|
-
},
|
|
532
|
+
}, W3 = /* @__PURE__ */ o(
|
|
536
533
|
"path",
|
|
537
534
|
{
|
|
538
535
|
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",
|
|
@@ -542,7 +539,7 @@ const G = (n, e) => {
|
|
|
542
539
|
null,
|
|
543
540
|
-1
|
|
544
541
|
/* HOISTED */
|
|
545
|
-
),
|
|
542
|
+
), K3 = /* @__PURE__ */ o(
|
|
546
543
|
"path",
|
|
547
544
|
{
|
|
548
545
|
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",
|
|
@@ -553,7 +550,7 @@ const G = (n, e) => {
|
|
|
553
550
|
null,
|
|
554
551
|
-1
|
|
555
552
|
/* HOISTED */
|
|
556
|
-
),
|
|
553
|
+
), q3 = /* @__PURE__ */ o(
|
|
557
554
|
"path",
|
|
558
555
|
{
|
|
559
556
|
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",
|
|
@@ -563,11 +560,11 @@ const G = (n, e) => {
|
|
|
563
560
|
null,
|
|
564
561
|
-1
|
|
565
562
|
/* HOISTED */
|
|
566
|
-
),
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
],
|
|
563
|
+
), G3 = [
|
|
564
|
+
W3,
|
|
565
|
+
K3,
|
|
566
|
+
q3
|
|
567
|
+
], X3 = {
|
|
571
568
|
key: 11,
|
|
572
569
|
t: "1686300037564",
|
|
573
570
|
class: "icon",
|
|
@@ -577,7 +574,7 @@ const G = (n, e) => {
|
|
|
577
574
|
"p-id": "7515",
|
|
578
575
|
width: "200",
|
|
579
576
|
height: "200"
|
|
580
|
-
},
|
|
577
|
+
}, Y3 = /* @__PURE__ */ o(
|
|
581
578
|
"path",
|
|
582
579
|
{
|
|
583
580
|
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",
|
|
@@ -587,7 +584,7 @@ const G = (n, e) => {
|
|
|
587
584
|
null,
|
|
588
585
|
-1
|
|
589
586
|
/* HOISTED */
|
|
590
|
-
),
|
|
587
|
+
), Z3 = /* @__PURE__ */ o(
|
|
591
588
|
"path",
|
|
592
589
|
{
|
|
593
590
|
d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
|
|
@@ -597,7 +594,7 @@ const G = (n, e) => {
|
|
|
597
594
|
null,
|
|
598
595
|
-1
|
|
599
596
|
/* HOISTED */
|
|
600
|
-
),
|
|
597
|
+
), J3 = /* @__PURE__ */ o(
|
|
601
598
|
"path",
|
|
602
599
|
{
|
|
603
600
|
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",
|
|
@@ -607,11 +604,11 @@ const G = (n, e) => {
|
|
|
607
604
|
null,
|
|
608
605
|
-1
|
|
609
606
|
/* HOISTED */
|
|
610
|
-
),
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
],
|
|
607
|
+
), Q3 = [
|
|
608
|
+
Y3,
|
|
609
|
+
Z3,
|
|
610
|
+
J3
|
|
611
|
+
], R3 = /* @__PURE__ */ $({
|
|
615
612
|
__name: "FileIcon",
|
|
616
613
|
props: {
|
|
617
614
|
type: {
|
|
@@ -631,11 +628,11 @@ const G = (n, e) => {
|
|
|
631
628
|
})
|
|
632
629
|
}
|
|
633
630
|
},
|
|
634
|
-
setup(
|
|
635
|
-
const e =
|
|
636
|
-
return (
|
|
631
|
+
setup(i) {
|
|
632
|
+
const e = i, s = k(() => e.file ? Z(e.file, e.fields) : e.type);
|
|
633
|
+
return (a, l) => s.value === "image" ? (n(), c("svg", Q, i3)) : s.value === "zip" ? (n(), c("svg", s3, c3)) : s.value === "ppt" ? (n(), c("svg", a3, p3)) : s.value === "word" ? (n(), c("svg", h3, f3)) : s.value === "pdf" ? (n(), c("svg", g3, _3)) : s.value === "txt" ? (n(), c("svg", y3, x3)) : s.value === "audio" ? (n(), c("svg", F3, V3)) : s.value === "video" ? (n(), c("svg", M3, C3)) : s.value === "excel" ? (n(), c("svg", H3, O3)) : s.value === "exe" ? (n(), c("svg", U3, P3)) : s.value === "json" ? (n(), c("svg", E3, G3)) : (n(), c("svg", X3, Q3));
|
|
637
634
|
}
|
|
638
|
-
}),
|
|
635
|
+
}), e6 = ["onClick"], t6 = { class: "text" }, l6 = { class: "fileName" }, i6 = { class: "size" }, s6 = /* @__PURE__ */ $({
|
|
639
636
|
__name: "IkPreviewFile",
|
|
640
637
|
props: {
|
|
641
638
|
list: {
|
|
@@ -704,110 +701,110 @@ const G = (n, e) => {
|
|
|
704
701
|
default: ""
|
|
705
702
|
}
|
|
706
703
|
},
|
|
707
|
-
setup(
|
|
708
|
-
const e =
|
|
704
|
+
setup(i) {
|
|
705
|
+
const e = i, s = k(() => ({
|
|
709
706
|
name: "name",
|
|
710
707
|
url: "url",
|
|
711
708
|
suffix: "suffix",
|
|
712
709
|
size: "size",
|
|
713
710
|
...e.field
|
|
714
|
-
})),
|
|
715
|
-
var
|
|
716
|
-
|
|
711
|
+
})), a = b(null), l = b(!1), p = (t) => {
|
|
712
|
+
var r, u;
|
|
713
|
+
a.value = {
|
|
717
714
|
...t,
|
|
718
715
|
name: t.name,
|
|
719
|
-
url:
|
|
716
|
+
url: L(
|
|
720
717
|
e.loadUrl,
|
|
721
|
-
t.url || ((
|
|
718
|
+
t.url || ((u = (r = t == null ? void 0 : t.response) == null ? void 0 : r.data) == null ? void 0 : u.id) || (t == null ? void 0 : t.id)
|
|
722
719
|
)
|
|
723
|
-
},
|
|
724
|
-
},
|
|
725
|
-
|
|
726
|
-
|
|
720
|
+
}, console.log("fileData.value", a.value), l.value = !0;
|
|
721
|
+
}, g = (t) => {
|
|
722
|
+
q.downloadFile(
|
|
723
|
+
L(
|
|
727
724
|
e.loadUrl,
|
|
728
|
-
t[
|
|
725
|
+
t[s.value.url] || t.attachmentId || t.id
|
|
729
726
|
),
|
|
730
|
-
t[
|
|
727
|
+
t[s.value.name] || t.attachmentName
|
|
731
728
|
);
|
|
732
|
-
},
|
|
729
|
+
}, m = k(() => K.isNumber(e.width) ? `${e.width}px` : e.width), z = k(() => e.list.map((t) => ({
|
|
733
730
|
...t,
|
|
734
|
-
name: t[
|
|
735
|
-
size: t[
|
|
736
|
-
suffix: t[
|
|
731
|
+
name: t[s.value.name] || t.attachmentName,
|
|
732
|
+
size: t[s.value.size] || t.fileSize || t.attachmentSize,
|
|
733
|
+
suffix: t[s.value.suffix] || t.attachmentSuffix
|
|
737
734
|
})));
|
|
738
|
-
return (t,
|
|
739
|
-
var
|
|
740
|
-
return
|
|
741
|
-
|
|
735
|
+
return (t, r) => {
|
|
736
|
+
var u;
|
|
737
|
+
return n(), c(
|
|
738
|
+
V,
|
|
742
739
|
null,
|
|
743
740
|
[
|
|
744
|
-
(
|
|
745
|
-
|
|
741
|
+
(u = i.list) != null && u.length ? (n(!0), c(
|
|
742
|
+
V,
|
|
746
743
|
{ key: 0 },
|
|
747
|
-
|
|
748
|
-
var
|
|
749
|
-
return
|
|
744
|
+
S(z.value, (h, v) => {
|
|
745
|
+
var d;
|
|
746
|
+
return n(), c(
|
|
750
747
|
"div",
|
|
751
748
|
{
|
|
752
|
-
class:
|
|
753
|
-
key:
|
|
754
|
-
style:
|
|
755
|
-
marginBottom:
|
|
756
|
-
width:
|
|
749
|
+
class: _(["iking-privew-annex", { "is-bg": i.showBg }]),
|
|
750
|
+
key: v,
|
|
751
|
+
style: w({
|
|
752
|
+
marginBottom: v == ((d = i.list) == null ? void 0 : d.length) - 1 ? "0" : "10px",
|
|
753
|
+
width: m.value
|
|
757
754
|
})
|
|
758
755
|
},
|
|
759
756
|
[
|
|
760
|
-
|
|
757
|
+
o("div", {
|
|
761
758
|
class: "file-card",
|
|
762
|
-
onClick: (
|
|
759
|
+
onClick: (F) => p(h)
|
|
763
760
|
}, [
|
|
764
|
-
y(
|
|
765
|
-
file:
|
|
766
|
-
style:
|
|
761
|
+
y(R3, {
|
|
762
|
+
file: h,
|
|
763
|
+
style: w({ height: `${i.iconSize}px` }),
|
|
767
764
|
class: "ikui-w-auto",
|
|
768
|
-
fields:
|
|
765
|
+
fields: s.value
|
|
769
766
|
}, null, 8, ["file", "style", "fields"]),
|
|
770
|
-
|
|
771
|
-
|
|
767
|
+
o("div", t6, [
|
|
768
|
+
o(
|
|
772
769
|
"div",
|
|
773
|
-
|
|
774
|
-
|
|
770
|
+
l6,
|
|
771
|
+
B(h.name),
|
|
775
772
|
1
|
|
776
773
|
/* TEXT */
|
|
777
774
|
),
|
|
778
|
-
|
|
775
|
+
o(
|
|
779
776
|
"div",
|
|
780
|
-
|
|
781
|
-
|
|
777
|
+
i6,
|
|
778
|
+
B(x(Y)(h.size)),
|
|
782
779
|
1
|
|
783
780
|
/* TEXT */
|
|
784
781
|
)
|
|
785
782
|
]),
|
|
786
|
-
|
|
783
|
+
o(
|
|
787
784
|
"div",
|
|
788
785
|
{
|
|
789
|
-
class:
|
|
786
|
+
class: _(["flex flex-center", { "hover-show": i.iconHoverShow }])
|
|
790
787
|
},
|
|
791
788
|
[
|
|
792
|
-
y(
|
|
789
|
+
y(x(M), {
|
|
793
790
|
name: "iksvg_daochu",
|
|
794
|
-
onClick:
|
|
795
|
-
bg:
|
|
796
|
-
size:
|
|
791
|
+
onClick: T((F) => g(h), ["stop"]),
|
|
792
|
+
bg: i.showBg,
|
|
793
|
+
size: i.showBg ? "default" : 20
|
|
797
794
|
}, null, 8, ["onClick", "bg", "size"]),
|
|
798
|
-
y(
|
|
795
|
+
y(x(M), {
|
|
799
796
|
name: "iksvg_yulan",
|
|
800
|
-
bg:
|
|
801
|
-
size:
|
|
797
|
+
bg: i.showBg,
|
|
798
|
+
size: i.showBg ? "default" : 20
|
|
802
799
|
}, null, 8, ["bg", "size"]),
|
|
803
|
-
|
|
804
|
-
data: { ...
|
|
800
|
+
A(t.$slots, "operation", {
|
|
801
|
+
data: { ...h, findex: v }
|
|
805
802
|
})
|
|
806
803
|
],
|
|
807
804
|
2
|
|
808
805
|
/* CLASS */
|
|
809
806
|
)
|
|
810
|
-
], 8,
|
|
807
|
+
], 8, e6)
|
|
811
808
|
],
|
|
812
809
|
6
|
|
813
810
|
/* CLASS, STYLE */
|
|
@@ -815,167 +812,34 @@ const G = (n, e) => {
|
|
|
815
812
|
}),
|
|
816
813
|
128
|
|
817
814
|
/* KEYED_FRAGMENT */
|
|
818
|
-
)) :
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
}, null, 8, ["show", "loadUrl", "file", "onlyofficeServer", "onlyOfficeConfig", "onlyOfficeAccept"])
|
|
815
|
+
)) : f("v-if", !0),
|
|
816
|
+
f(" <IkPreviewFileDialog"),
|
|
817
|
+
f(' v-model:show="dialogVisible"'),
|
|
818
|
+
f(' :loadUrl="loadUrl"'),
|
|
819
|
+
f(' :file="fileData"'),
|
|
820
|
+
f(' :onlyofficeServer="onlyofficeServer"'),
|
|
821
|
+
f(' :onlyOfficeConfig="onlyOfficeConfig"'),
|
|
822
|
+
f(' :onlyOfficeAccept="onlyOfficeAccept"'),
|
|
823
|
+
f(" />")
|
|
828
824
|
],
|
|
829
|
-
|
|
830
|
-
/* STABLE_FRAGMENT */
|
|
825
|
+
2112
|
|
826
|
+
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
831
827
|
);
|
|
832
828
|
};
|
|
833
829
|
}
|
|
834
830
|
});
|
|
835
|
-
const
|
|
836
|
-
__name: "IkPreviewFileDialog",
|
|
837
|
-
props: /* @__PURE__ */ P({
|
|
838
|
-
file: {
|
|
839
|
-
type: Object,
|
|
840
|
-
default: () => []
|
|
841
|
-
},
|
|
842
|
-
// url为文件全路径(以http开头)时,不需要传递
|
|
843
|
-
loadUrl: {
|
|
844
|
-
type: String,
|
|
845
|
-
default: ""
|
|
846
|
-
},
|
|
847
|
-
// 需要onlyoffice预览的文件类型
|
|
848
|
-
onlyOfficeAccept: {
|
|
849
|
-
type: String,
|
|
850
|
-
default: ".pdf,.docx,.doc.ppt,.pptx,.xlsx,.xls,"
|
|
851
|
-
},
|
|
852
|
-
// onlyoffice服务地址
|
|
853
|
-
onlyofficeServer: {
|
|
854
|
-
type: String,
|
|
855
|
-
default: ""
|
|
856
|
-
},
|
|
857
|
-
// onlyoffice公共配置
|
|
858
|
-
onlyOfficeConfig: {
|
|
859
|
-
type: Object,
|
|
860
|
-
default: () => ({})
|
|
861
|
-
},
|
|
862
|
-
field: {
|
|
863
|
-
type: Object,
|
|
864
|
-
default: () => ({})
|
|
865
|
-
}
|
|
866
|
-
}, {
|
|
867
|
-
show: { default: !1 },
|
|
868
|
-
showModifiers: {}
|
|
869
|
-
}),
|
|
870
|
-
emits: ["update:show"],
|
|
871
|
-
setup(n) {
|
|
872
|
-
const e = n, i = L(n, "show"), l = S(() => ({
|
|
873
|
-
name: "name",
|
|
874
|
-
url: "url",
|
|
875
|
-
suffix: "suffix",
|
|
876
|
-
size: "fileSize",
|
|
877
|
-
...e.field
|
|
878
|
-
})), o = z(null), s = z(null), a = K({
|
|
879
|
-
image: !1,
|
|
880
|
-
office: !1,
|
|
881
|
-
video: !1
|
|
882
|
-
}), h = (t) => {
|
|
883
|
-
var d, v;
|
|
884
|
-
try {
|
|
885
|
-
const p = ((d = t == null ? void 0 : t.response) == null ? void 0 : d.data) || t, m = p[l.value.url] || (p == null ? void 0 : p.id) || p.attachmentId, f = (v = p[l.value.suffix] || p.attachmentSuffix) == null ? void 0 : v.toLowerCase(), x = p[l.value.name] || (p == null ? void 0 : p.attachmentName);
|
|
886
|
-
if (s.value = {
|
|
887
|
-
...t,
|
|
888
|
-
name: t[l.value.name],
|
|
889
|
-
url: q(e.loadUrl, m)
|
|
890
|
-
}, t && G(t, l.value) === "image") {
|
|
891
|
-
a.image = !0;
|
|
892
|
-
return;
|
|
893
|
-
} else if (e.onlyOfficeAccept.includes(f)) {
|
|
894
|
-
a.office = !0, o.value = {
|
|
895
|
-
documentType: r3(f),
|
|
896
|
-
document: {
|
|
897
|
-
key: o3(),
|
|
898
|
-
title: x,
|
|
899
|
-
url: q(e.loadUrl, m),
|
|
900
|
-
fileType: f
|
|
901
|
-
},
|
|
902
|
-
editorConfig: {
|
|
903
|
-
customization: {
|
|
904
|
-
review: {
|
|
905
|
-
reviewDisplay: "final"
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
...e.onlyOfficeConfig
|
|
910
|
-
};
|
|
911
|
-
return;
|
|
912
|
-
}
|
|
913
|
-
} catch (p) {
|
|
914
|
-
console.info("预览错误: ", p);
|
|
915
|
-
}
|
|
916
|
-
};
|
|
917
|
-
j([i, e.file], ([t, d]) => {
|
|
918
|
-
t && X(() => {
|
|
919
|
-
h(e.file);
|
|
920
|
-
});
|
|
921
|
-
});
|
|
922
|
-
const g = () => {
|
|
923
|
-
i.value = !1, a.office = !1, a.image = !1, a.video = !1;
|
|
924
|
-
};
|
|
925
|
-
return (t, d) => {
|
|
926
|
-
var p, m;
|
|
927
|
-
const v = D("el-image-viewer");
|
|
928
|
-
return c(), u("template", null, [
|
|
929
|
-
(p = s.value) != null && p.url && a.image ? (c(), I(v, {
|
|
930
|
-
key: 0,
|
|
931
|
-
onClose: d[0] || (d[0] = (f) => {
|
|
932
|
-
s.value = null, a.image = !1;
|
|
933
|
-
}),
|
|
934
|
-
ref: "previewImgRef",
|
|
935
|
-
"url-list": [(m = s.value) == null ? void 0 : m.url]
|
|
936
|
-
}, null, 8, ["url-list"])) : V("v-if", !0),
|
|
937
|
-
V(" 文档类 "),
|
|
938
|
-
y(w(D6), {
|
|
939
|
-
modelValue: a.office,
|
|
940
|
-
"onUpdate:modelValue": d[1] || (d[1] = (f) => a.office = f),
|
|
941
|
-
draggable: "",
|
|
942
|
-
"no-footer": "",
|
|
943
|
-
"no-header": "",
|
|
944
|
-
fullscreen: "",
|
|
945
|
-
"show-close-bg": "",
|
|
946
|
-
"destroy-on-close": "",
|
|
947
|
-
"close-on-click-modal": "",
|
|
948
|
-
"close-on-press-escape": !1,
|
|
949
|
-
"append-to-body": "",
|
|
950
|
-
onClose: g,
|
|
951
|
-
"modal-class": "ik-only-preview-dialog"
|
|
952
|
-
}, {
|
|
953
|
-
default: b(() => [
|
|
954
|
-
y(w(T6), {
|
|
955
|
-
configOptions: o.value,
|
|
956
|
-
documentServerUrl: n.onlyofficeServer,
|
|
957
|
-
mode: "view"
|
|
958
|
-
}, null, 8, ["configOptions", "documentServerUrl"])
|
|
959
|
-
]),
|
|
960
|
-
_: 1
|
|
961
|
-
/* STABLE */
|
|
962
|
-
}, 8, ["modelValue"])
|
|
963
|
-
]);
|
|
964
|
-
};
|
|
965
|
-
}
|
|
966
|
-
});
|
|
967
|
-
const w6 = R(m6), y6 = {
|
|
831
|
+
const o6 = H(s6), n6 = {
|
|
968
832
|
key: 0,
|
|
969
833
|
class: "ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"
|
|
970
|
-
},
|
|
834
|
+
}, c6 = {
|
|
971
835
|
key: 1,
|
|
972
836
|
class: "h-[1em] w-[1em]",
|
|
973
837
|
"aria-hidden": "true"
|
|
974
|
-
},
|
|
838
|
+
}, a6 = ["xlink:href"], d6 = ["src"], r6 = {
|
|
975
839
|
key: 1,
|
|
976
840
|
class: "h-[1em] w-[1em]",
|
|
977
841
|
"aria-hidden": "true"
|
|
978
|
-
},
|
|
842
|
+
}, p6 = ["xlink:href"], h6 = ["src"], u6 = /* @__PURE__ */ $({
|
|
979
843
|
name: "IkSvgIcon",
|
|
980
844
|
__name: "index",
|
|
981
845
|
props: {
|
|
@@ -1001,85 +865,85 @@ const w6 = R(m6), y6 = {
|
|
|
1001
865
|
disabled: { type: Boolean, default: !1 },
|
|
1002
866
|
tableIconType: { default: "icon" }
|
|
1003
867
|
},
|
|
1004
|
-
setup(
|
|
1005
|
-
const e =
|
|
1006
|
-
var
|
|
1007
|
-
return /^http?:\/\//.test(e.name) ? "img" : /i-[^:]+:[^:]+/.test(e.name) ? "unocss" : (
|
|
1008
|
-
}),
|
|
1009
|
-
const
|
|
868
|
+
setup(i) {
|
|
869
|
+
const e = i, s = k(() => {
|
|
870
|
+
var l, p, g;
|
|
871
|
+
return /^http?:\/\//.test(e.name) ? "img" : /i-[^:]+:[^:]+/.test(e.name) ? "unocss" : (l = e.name) != null && l.startsWith("iksig") ? "iksig" : (p = e.name) != null && p.includes(":") ? "iconify" : (g = e.name) != null && g.startsWith("iksvg") ? "svg" : "i";
|
|
872
|
+
}), a = k(() => {
|
|
873
|
+
const l = [];
|
|
1010
874
|
if (e.flip)
|
|
1011
875
|
switch (e.flip) {
|
|
1012
876
|
case "horizontal":
|
|
1013
|
-
|
|
877
|
+
l.push("rotateY(180deg)");
|
|
1014
878
|
break;
|
|
1015
879
|
case "vertical":
|
|
1016
|
-
|
|
880
|
+
l.push("rotateX(180deg)");
|
|
1017
881
|
break;
|
|
1018
882
|
case "both":
|
|
1019
|
-
|
|
883
|
+
l.push("rotateX(180deg)"), l.push("rotateY(180deg)");
|
|
1020
884
|
break;
|
|
1021
885
|
}
|
|
1022
|
-
e.rotate &&
|
|
1023
|
-
const
|
|
886
|
+
e.rotate && l.push(`rotate(${e.rotate % 360}deg)`);
|
|
887
|
+
const p = {
|
|
1024
888
|
...e.color && { color: e.color },
|
|
1025
889
|
...e.size && { fontSize: typeof e.size == "number" ? `${e.size}px` : e.size },
|
|
1026
|
-
...
|
|
890
|
+
...l.length && { transform: l.join(" ") },
|
|
1027
891
|
padding: e.showBg || e.bg ? e.padding : 0,
|
|
1028
|
-
...e.color &&
|
|
892
|
+
...e.color && s.value !== "iksig" ? {
|
|
1029
893
|
"--ik-color-icon-dark": e.color,
|
|
1030
|
-
"--ik-color-icon-light": e.colorLight ||
|
|
894
|
+
"--ik-color-icon-light": e.colorLight || G.setOpacity(e.color, e.opacity)
|
|
1031
895
|
} : {}
|
|
1032
896
|
};
|
|
1033
|
-
return e.width && (
|
|
897
|
+
return e.width && (p.width = p.height = typeof e.width == "number" ? `${e.width}px` : e.width), p;
|
|
1034
898
|
});
|
|
1035
|
-
return (
|
|
1036
|
-
const
|
|
1037
|
-
return
|
|
1038
|
-
|
|
899
|
+
return (l, p) => {
|
|
900
|
+
const g = C("el-tooltip"), m = C("el-button");
|
|
901
|
+
return l.tableIconType === "icon" ? (n(), c("span", n6, [
|
|
902
|
+
l.notip || !l.title ? (n(), c(
|
|
1039
903
|
"i",
|
|
1040
904
|
{
|
|
1041
905
|
key: 0,
|
|
1042
|
-
class:
|
|
1043
|
-
[
|
|
1044
|
-
"show-bg":
|
|
1045
|
-
default:
|
|
1046
|
-
small:
|
|
1047
|
-
big:
|
|
1048
|
-
warning:
|
|
1049
|
-
primary:
|
|
1050
|
-
success:
|
|
1051
|
-
error:
|
|
1052
|
-
active:
|
|
1053
|
-
disabled:
|
|
906
|
+
class: _(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
907
|
+
[l.name]: s.value === "unocss",
|
|
908
|
+
"show-bg": l.showBg || l.bg,
|
|
909
|
+
default: l.size === "default",
|
|
910
|
+
small: l.size === "small",
|
|
911
|
+
big: l.size === "big",
|
|
912
|
+
warning: l.warning || e.type === "warning",
|
|
913
|
+
primary: l.primary || e.type === "primary",
|
|
914
|
+
success: l.success || e.type === "success",
|
|
915
|
+
error: l.error || e.type === "error",
|
|
916
|
+
active: l.active,
|
|
917
|
+
disabled: l.disabled
|
|
1054
918
|
}]),
|
|
1055
|
-
style:
|
|
919
|
+
style: w(a.value)
|
|
1056
920
|
},
|
|
1057
921
|
[
|
|
1058
|
-
|
|
1059
|
-
|
|
922
|
+
f(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
|
|
923
|
+
s.value === "iksig" ? (n(), c(
|
|
1060
924
|
"i",
|
|
1061
925
|
{
|
|
1062
926
|
key: 0,
|
|
1063
|
-
class:
|
|
1064
|
-
style:
|
|
927
|
+
class: _(`iksig ${l.name}`),
|
|
928
|
+
style: w(a.value)
|
|
1065
929
|
},
|
|
1066
930
|
null,
|
|
1067
931
|
6
|
|
1068
932
|
/* CLASS, STYLE */
|
|
1069
|
-
)) :
|
|
1070
|
-
|
|
1071
|
-
"xlink:href": `#${
|
|
1072
|
-
}, null, 8,
|
|
1073
|
-
])) :
|
|
933
|
+
)) : s.value === "svg" ? (n(), c("svg", c6, [
|
|
934
|
+
o("use", {
|
|
935
|
+
"xlink:href": `#${l.name}`
|
|
936
|
+
}, null, 8, a6)
|
|
937
|
+
])) : s.value === "img" ? (n(), c("img", {
|
|
1074
938
|
key: 2,
|
|
1075
|
-
src:
|
|
939
|
+
src: l.name,
|
|
1076
940
|
class: "h-[1em] w-[1em]"
|
|
1077
|
-
}, null, 8,
|
|
941
|
+
}, null, 8, d6)) : (n(), c(
|
|
1078
942
|
"i",
|
|
1079
943
|
{
|
|
1080
944
|
key: 3,
|
|
1081
|
-
class:
|
|
1082
|
-
style:
|
|
945
|
+
class: _(l.name),
|
|
946
|
+
style: w(a.value)
|
|
1083
947
|
},
|
|
1084
948
|
null,
|
|
1085
949
|
6
|
|
@@ -1088,54 +952,54 @@ const w6 = R(m6), y6 = {
|
|
|
1088
952
|
],
|
|
1089
953
|
6
|
|
1090
954
|
/* CLASS, STYLE */
|
|
1091
|
-
)) : (
|
|
955
|
+
)) : (n(), I(g, {
|
|
1092
956
|
key: 1,
|
|
1093
|
-
content:
|
|
957
|
+
content: l.title,
|
|
1094
958
|
placement: "top"
|
|
1095
959
|
}, {
|
|
1096
|
-
default:
|
|
1097
|
-
|
|
960
|
+
default: j(() => [
|
|
961
|
+
o(
|
|
1098
962
|
"i",
|
|
1099
963
|
{
|
|
1100
|
-
class:
|
|
1101
|
-
[
|
|
1102
|
-
"show-bg":
|
|
1103
|
-
default:
|
|
1104
|
-
small:
|
|
1105
|
-
big:
|
|
1106
|
-
warning:
|
|
1107
|
-
primary:
|
|
1108
|
-
success:
|
|
1109
|
-
error:
|
|
1110
|
-
active:
|
|
964
|
+
class: _(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
965
|
+
[l.name]: s.value === "unocss",
|
|
966
|
+
"show-bg": l.showBg || l.bg,
|
|
967
|
+
default: l.size === "default",
|
|
968
|
+
small: l.size === "small",
|
|
969
|
+
big: l.size === "big",
|
|
970
|
+
warning: l.warning || e.type === "warning",
|
|
971
|
+
primary: l.primary || e.type === "primary",
|
|
972
|
+
success: l.success || e.type === "success",
|
|
973
|
+
error: l.error || e.type === "error",
|
|
974
|
+
active: l.active
|
|
1111
975
|
}]),
|
|
1112
|
-
style:
|
|
976
|
+
style: w(a.value)
|
|
1113
977
|
},
|
|
1114
978
|
[
|
|
1115
|
-
|
|
979
|
+
s.value === "iksig" ? (n(), c(
|
|
1116
980
|
"i",
|
|
1117
981
|
{
|
|
1118
982
|
key: 0,
|
|
1119
|
-
class:
|
|
1120
|
-
style:
|
|
983
|
+
class: _(`iksig ${l.name}`),
|
|
984
|
+
style: w(a.value)
|
|
1121
985
|
},
|
|
1122
986
|
null,
|
|
1123
987
|
6
|
|
1124
988
|
/* CLASS, STYLE */
|
|
1125
|
-
)) :
|
|
1126
|
-
|
|
1127
|
-
"xlink:href": `#${
|
|
1128
|
-
}, null, 8,
|
|
1129
|
-
])) :
|
|
989
|
+
)) : s.value === "svg" ? (n(), c("svg", r6, [
|
|
990
|
+
o("use", {
|
|
991
|
+
"xlink:href": `#${l.name}`
|
|
992
|
+
}, null, 8, p6)
|
|
993
|
+
])) : s.value === "img" ? (n(), c("img", {
|
|
1130
994
|
key: 2,
|
|
1131
|
-
src:
|
|
995
|
+
src: l.name,
|
|
1132
996
|
class: "h-[1em] w-[1em]"
|
|
1133
|
-
}, null, 8,
|
|
997
|
+
}, null, 8, h6)) : (n(), c(
|
|
1134
998
|
"i",
|
|
1135
999
|
{
|
|
1136
1000
|
key: 3,
|
|
1137
|
-
class:
|
|
1138
|
-
style:
|
|
1001
|
+
class: _(l.name),
|
|
1002
|
+
style: w(a.value)
|
|
1139
1003
|
},
|
|
1140
1004
|
null,
|
|
1141
1005
|
6
|
|
@@ -1149,13 +1013,13 @@ const w6 = R(m6), y6 = {
|
|
|
1149
1013
|
_: 1
|
|
1150
1014
|
/* STABLE */
|
|
1151
1015
|
}, 8, ["content"]))
|
|
1152
|
-
])) : (
|
|
1016
|
+
])) : (n(), I(m, {
|
|
1153
1017
|
key: 1,
|
|
1154
|
-
type: ["warning", "error"].includes(
|
|
1018
|
+
type: ["warning", "error"].includes(l.type) ? "danger" : ""
|
|
1155
1019
|
}, {
|
|
1156
|
-
default:
|
|
1157
|
-
|
|
1158
|
-
|
|
1020
|
+
default: j(() => [
|
|
1021
|
+
N(
|
|
1022
|
+
B(l.title),
|
|
1159
1023
|
1
|
|
1160
1024
|
/* TEXT */
|
|
1161
1025
|
)
|
|
@@ -1166,539 +1030,22 @@ const w6 = R(m6), y6 = {
|
|
|
1166
1030
|
};
|
|
1167
1031
|
}
|
|
1168
1032
|
});
|
|
1169
|
-
const
|
|
1170
|
-
key: 0,
|
|
1171
|
-
class: "exit-main-page-maximize"
|
|
1172
|
-
}, B6 = /* @__PURE__ */ k({
|
|
1173
|
-
__name: "CloseIcon",
|
|
1174
|
-
props: {
|
|
1175
|
-
showBg: {
|
|
1176
|
-
type: Boolean,
|
|
1177
|
-
default: !1
|
|
1178
|
-
},
|
|
1179
|
-
fullscreen: {
|
|
1180
|
-
type: Boolean,
|
|
1181
|
-
default: !1
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
setup(n) {
|
|
1185
|
-
return (e, i) => (c(), u("div", null, [
|
|
1186
|
-
n.showBg && n.fullscreen ? (c(), u("div", V6, [
|
|
1187
|
-
y(w(B), {
|
|
1188
|
-
name: "iksvg_guanbidanchuang",
|
|
1189
|
-
title: "关闭",
|
|
1190
|
-
size: 20,
|
|
1191
|
-
error: ""
|
|
1192
|
-
})
|
|
1193
|
-
])) : (c(), I(w(B), {
|
|
1194
|
-
key: 1,
|
|
1195
|
-
error: "",
|
|
1196
|
-
name: "iksvg_guanbidanchuang",
|
|
1197
|
-
title: "关闭",
|
|
1198
|
-
size: 20
|
|
1199
|
-
}))
|
|
1200
|
-
]));
|
|
1201
|
-
}
|
|
1202
|
-
});
|
|
1203
|
-
const I6 = /* @__PURE__ */ E(B6, [["__scopeId", "data-v-79f49df8"]]), R6 = { class: "base-header" }, $6 = /* @__PURE__ */ k({
|
|
1204
|
-
__name: "IkBaseDialog",
|
|
1205
|
-
props: /* @__PURE__ */ P({
|
|
1206
|
-
title: { default: "" },
|
|
1207
|
-
cancelText: { default: "取消" },
|
|
1208
|
-
confirmText: { default: "确认" },
|
|
1209
|
-
noHeader: { type: Boolean },
|
|
1210
|
-
noFooter: { type: Boolean },
|
|
1211
|
-
showCloseBg: { type: Boolean, default: !1 },
|
|
1212
|
-
fullscreen: { type: Boolean, default: !1 }
|
|
1213
|
-
}, {
|
|
1214
|
-
modelValue: {
|
|
1215
|
-
type: Boolean,
|
|
1216
|
-
default: !1,
|
|
1217
|
-
noHeader: !1,
|
|
1218
|
-
noFooter: !1
|
|
1219
|
-
},
|
|
1220
|
-
modelModifiers: {}
|
|
1221
|
-
}),
|
|
1222
|
-
emits: ["update:modelValue"],
|
|
1223
|
-
setup(n) {
|
|
1224
|
-
const e = n, i = L(n, "modelValue"), l = z(e.fullscreen), o = () => {
|
|
1225
|
-
l.value = !l.value;
|
|
1226
|
-
}, s = k({
|
|
1227
|
-
setup() {
|
|
1228
|
-
return () => Y(I6, {
|
|
1229
|
-
showBg: e.showCloseBg,
|
|
1230
|
-
fullscreen: e.fullscreen
|
|
1231
|
-
});
|
|
1232
|
-
}
|
|
1233
|
-
});
|
|
1234
|
-
return (a, h) => {
|
|
1235
|
-
const g = D("el-dialog");
|
|
1236
|
-
return c(), I(g, Z({
|
|
1237
|
-
modelValue: i.value,
|
|
1238
|
-
"onUpdate:modelValue": h[0] || (h[0] = (t) => i.value = t)
|
|
1239
|
-
}, a.$attrs, {
|
|
1240
|
-
"close-icon": w(s),
|
|
1241
|
-
class: `ik-base-dialog ${a.noHeader ? "no-header" : ""} ${a.noFooter ? "no-footer" : ""}`,
|
|
1242
|
-
fullscreen: l.value,
|
|
1243
|
-
"modal-class": "baseDialog"
|
|
1244
|
-
}), J({
|
|
1245
|
-
icon: b(() => [
|
|
1246
|
-
$(a.$slots, "title", {}, () => [
|
|
1247
|
-
O(
|
|
1248
|
-
C(a.title),
|
|
1249
|
-
1
|
|
1250
|
-
/* TEXT */
|
|
1251
|
-
)
|
|
1252
|
-
])
|
|
1253
|
-
]),
|
|
1254
|
-
header: b(() => [
|
|
1255
|
-
r("div", R6, [
|
|
1256
|
-
$(a.$slots, "header", {}, () => [
|
|
1257
|
-
O(
|
|
1258
|
-
C(a.title),
|
|
1259
|
-
1
|
|
1260
|
-
/* TEXT */
|
|
1261
|
-
)
|
|
1262
|
-
])
|
|
1263
|
-
]),
|
|
1264
|
-
a.$attrs.showClose ? (c(), I(w(B), {
|
|
1265
|
-
key: 0,
|
|
1266
|
-
onClick: o,
|
|
1267
|
-
name: l.value ? "iksvg_tuichuquanping" : "iksvg_quanping-daohang",
|
|
1268
|
-
class: "absolute! top-[18px] right-[50px] icon-dialog-full",
|
|
1269
|
-
title: l.value ? "退出全屏" : "全屏"
|
|
1270
|
-
}, null, 8, ["name", "title"])) : V("v-if", !0)
|
|
1271
|
-
]),
|
|
1272
|
-
default: b(() => [
|
|
1273
|
-
$(a.$slots, "default")
|
|
1274
|
-
]),
|
|
1275
|
-
_: 2
|
|
1276
|
-
/* DYNAMIC */
|
|
1277
|
-
}, [
|
|
1278
|
-
a.$slots.footer ? {
|
|
1279
|
-
name: "footer",
|
|
1280
|
-
fn: b(() => [
|
|
1281
|
-
$(a.$slots, "footer")
|
|
1282
|
-
]),
|
|
1283
|
-
key: "0"
|
|
1284
|
-
} : void 0
|
|
1285
|
-
]), 1040, ["modelValue", "close-icon", "class", "fullscreen"]);
|
|
1286
|
-
};
|
|
1287
|
-
}
|
|
1288
|
-
});
|
|
1289
|
-
const D6 = R($6);
|
|
1290
|
-
function M6(n, e, i, l) {
|
|
1291
|
-
function o(s) {
|
|
1292
|
-
return s instanceof i ? s : new i(function(a) {
|
|
1293
|
-
a(s);
|
|
1294
|
-
});
|
|
1295
|
-
}
|
|
1296
|
-
return new (i || (i = Promise))(function(s, a) {
|
|
1297
|
-
function h(d) {
|
|
1298
|
-
try {
|
|
1299
|
-
t(l.next(d));
|
|
1300
|
-
} catch (v) {
|
|
1301
|
-
a(v);
|
|
1302
|
-
}
|
|
1303
|
-
}
|
|
1304
|
-
function g(d) {
|
|
1305
|
-
try {
|
|
1306
|
-
t(l.throw(d));
|
|
1307
|
-
} catch (v) {
|
|
1308
|
-
a(v);
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1311
|
-
function t(d) {
|
|
1312
|
-
d.done ? s(d.value) : o(d.value).then(h, g);
|
|
1313
|
-
}
|
|
1314
|
-
t((l = l.apply(n, e || [])).next());
|
|
1315
|
-
});
|
|
1316
|
-
}
|
|
1317
|
-
function q6(n, e) {
|
|
1318
|
-
var i = { label: 0, sent: function() {
|
|
1319
|
-
if (s[0] & 1)
|
|
1320
|
-
throw s[1];
|
|
1321
|
-
return s[1];
|
|
1322
|
-
}, trys: [], ops: [] }, l, o, s, a;
|
|
1323
|
-
return a = { next: h(0), throw: h(1), return: h(2) }, typeof Symbol == "function" && (a[Symbol.iterator] = function() {
|
|
1324
|
-
return this;
|
|
1325
|
-
}), a;
|
|
1326
|
-
function h(t) {
|
|
1327
|
-
return function(d) {
|
|
1328
|
-
return g([t, d]);
|
|
1329
|
-
};
|
|
1330
|
-
}
|
|
1331
|
-
function g(t) {
|
|
1332
|
-
if (l)
|
|
1333
|
-
throw new TypeError("Generator is already executing.");
|
|
1334
|
-
for (; a && (a = 0, t[0] && (i = 0)), i; )
|
|
1335
|
-
try {
|
|
1336
|
-
if (l = 1, o && (s = t[0] & 2 ? o.return : t[0] ? o.throw || ((s = o.return) && s.call(o), 0) : o.next) && !(s = s.call(o, t[1])).done)
|
|
1337
|
-
return s;
|
|
1338
|
-
switch (o = 0, s && (t = [t[0] & 2, s.value]), t[0]) {
|
|
1339
|
-
case 0:
|
|
1340
|
-
case 1:
|
|
1341
|
-
s = t;
|
|
1342
|
-
break;
|
|
1343
|
-
case 4:
|
|
1344
|
-
return i.label++, { value: t[1], done: !1 };
|
|
1345
|
-
case 5:
|
|
1346
|
-
i.label++, o = t[1], t = [0];
|
|
1347
|
-
continue;
|
|
1348
|
-
case 7:
|
|
1349
|
-
t = i.ops.pop(), i.trys.pop();
|
|
1350
|
-
continue;
|
|
1351
|
-
default:
|
|
1352
|
-
if (s = i.trys, !(s = s.length > 0 && s[s.length - 1]) && (t[0] === 6 || t[0] === 2)) {
|
|
1353
|
-
i = 0;
|
|
1354
|
-
continue;
|
|
1355
|
-
}
|
|
1356
|
-
if (t[0] === 3 && (!s || t[1] > s[0] && t[1] < s[3])) {
|
|
1357
|
-
i.label = t[1];
|
|
1358
|
-
break;
|
|
1359
|
-
}
|
|
1360
|
-
if (t[0] === 6 && i.label < s[1]) {
|
|
1361
|
-
i.label = s[1], s = t;
|
|
1362
|
-
break;
|
|
1363
|
-
}
|
|
1364
|
-
if (s && i.label < s[2]) {
|
|
1365
|
-
i.label = s[2], i.ops.push(t);
|
|
1366
|
-
break;
|
|
1367
|
-
}
|
|
1368
|
-
s[2] && i.ops.pop(), i.trys.pop();
|
|
1369
|
-
continue;
|
|
1370
|
-
}
|
|
1371
|
-
t = e.call(n, i);
|
|
1372
|
-
} catch (d) {
|
|
1373
|
-
t = [6, d], o = 0;
|
|
1374
|
-
} finally {
|
|
1375
|
-
l = s = 0;
|
|
1376
|
-
}
|
|
1377
|
-
if (t[0] & 5)
|
|
1378
|
-
throw t[1];
|
|
1379
|
-
return { value: t[0] ? t[1] : void 0, done: !0 };
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1382
|
-
var E6 = function(n, e) {
|
|
1383
|
-
return M6(void 0, void 0, void 0, function() {
|
|
1384
|
-
return q6(this, function(i) {
|
|
1385
|
-
return [2, new Promise(function(l, o) {
|
|
1386
|
-
try {
|
|
1387
|
-
if (window.DocsAPI)
|
|
1388
|
-
return l(null);
|
|
1389
|
-
var s = document.getElementById(e);
|
|
1390
|
-
if (s)
|
|
1391
|
-
var a = setInterval(function() {
|
|
1392
|
-
var g = s.getAttribute("loading");
|
|
1393
|
-
if (!g) {
|
|
1394
|
-
if (clearInterval(a), window.DocsAPI)
|
|
1395
|
-
return l(null);
|
|
1396
|
-
var t = T(e, n, l, o);
|
|
1397
|
-
s.remove(), document.body.appendChild(t);
|
|
1398
|
-
}
|
|
1399
|
-
}, 500);
|
|
1400
|
-
else {
|
|
1401
|
-
var h = T(e, n, l, o);
|
|
1402
|
-
document.body.appendChild(h);
|
|
1403
|
-
}
|
|
1404
|
-
} catch (g) {
|
|
1405
|
-
console.error(g);
|
|
1406
|
-
}
|
|
1407
|
-
})];
|
|
1408
|
-
});
|
|
1409
|
-
});
|
|
1410
|
-
}, T = function(n, e, i, l) {
|
|
1411
|
-
var o = document.createElement("script");
|
|
1412
|
-
return o.id = n, o.type = "text/javascript", o.src = e, o.async = !0, o.onload = function() {
|
|
1413
|
-
o.removeAttribute("loading"), i(null);
|
|
1414
|
-
}, o.onerror = function(s) {
|
|
1415
|
-
o.removeAttribute("loading"), l(s);
|
|
1416
|
-
}, o.setAttribute("loading", ""), o;
|
|
1417
|
-
}, A = k({
|
|
1418
|
-
name: "DocumentEditor",
|
|
1419
|
-
props: {
|
|
1420
|
-
id: {
|
|
1421
|
-
type: String,
|
|
1422
|
-
required: !0
|
|
1423
|
-
},
|
|
1424
|
-
documentServerUrl: {
|
|
1425
|
-
type: String,
|
|
1426
|
-
required: !0
|
|
1427
|
-
},
|
|
1428
|
-
config: {
|
|
1429
|
-
type: Object,
|
|
1430
|
-
required: !0
|
|
1431
|
-
},
|
|
1432
|
-
document_fileType: String,
|
|
1433
|
-
document_title: String,
|
|
1434
|
-
documentType: String,
|
|
1435
|
-
editorConfig_lang: String,
|
|
1436
|
-
height: String,
|
|
1437
|
-
type: String,
|
|
1438
|
-
width: String,
|
|
1439
|
-
onLoadComponentError: Function,
|
|
1440
|
-
events_onAppReady: Function,
|
|
1441
|
-
events_onDocumentStateChange: Function,
|
|
1442
|
-
events_onMetaChange: Function,
|
|
1443
|
-
events_onDocumentReady: Function,
|
|
1444
|
-
events_onInfo: Function,
|
|
1445
|
-
events_onWarning: Function,
|
|
1446
|
-
events_onError: Function,
|
|
1447
|
-
events_onRequestSharingSettings: Function,
|
|
1448
|
-
events_onRequestRename: Function,
|
|
1449
|
-
events_onMakeActionLink: Function,
|
|
1450
|
-
events_onRequestInsertImage: Function,
|
|
1451
|
-
events_onRequestSaveAs: Function,
|
|
1452
|
-
/**
|
|
1453
|
-
* @deprecated Deprecated since version 7.5, please use events_onRequestSelectSpreadsheet instead.
|
|
1454
|
-
*/
|
|
1455
|
-
events_onRequestMailMergeRecipients: Function,
|
|
1456
|
-
/**
|
|
1457
|
-
* @deprecated Deprecated since version 7.5, please use events_onRequestSelectDocument instead.
|
|
1458
|
-
*/
|
|
1459
|
-
events_onRequestCompareFile: Function,
|
|
1460
|
-
events_onRequestEditRights: Function,
|
|
1461
|
-
events_onRequestHistory: Function,
|
|
1462
|
-
events_onRequestHistoryClose: Function,
|
|
1463
|
-
events_onRequestHistoryData: Function,
|
|
1464
|
-
events_onRequestRestore: Function,
|
|
1465
|
-
events_onRequestSelectSpreadsheet: Function,
|
|
1466
|
-
events_onRequestSelectDocument: Function
|
|
1467
|
-
},
|
|
1468
|
-
mounted: function() {
|
|
1469
|
-
var n = this, e = this.documentServerUrl;
|
|
1470
|
-
e.endsWith("/") || (e += "/");
|
|
1471
|
-
var i = "".concat(e, "web-apps/apps/api/documents/api.js");
|
|
1472
|
-
E6(i, "onlyoffice-api-script").then(function() {
|
|
1473
|
-
return n.onLoad();
|
|
1474
|
-
}).catch(function() {
|
|
1475
|
-
n.onError(-2);
|
|
1476
|
-
});
|
|
1477
|
-
},
|
|
1478
|
-
unmounted: function() {
|
|
1479
|
-
var n, e = this.id || "";
|
|
1480
|
-
!((n = window == null ? void 0 : window.DocEditor) === null || n === void 0) && n.instances[e] && (window.DocEditor.instances[e].destroyEditor(), window.DocEditor.instances[e] = void 0);
|
|
1481
|
-
},
|
|
1482
|
-
watch: {
|
|
1483
|
-
config: {
|
|
1484
|
-
handler: function(n, e) {
|
|
1485
|
-
this.onChangeProps();
|
|
1486
|
-
},
|
|
1487
|
-
deep: !0
|
|
1488
|
-
},
|
|
1489
|
-
document_fileType: function(n, e) {
|
|
1490
|
-
this.onChangeProps();
|
|
1491
|
-
},
|
|
1492
|
-
document_title: function(n, e) {
|
|
1493
|
-
this.onChangeProps();
|
|
1494
|
-
},
|
|
1495
|
-
documentType: function(n, e) {
|
|
1496
|
-
this.onChangeProps();
|
|
1497
|
-
},
|
|
1498
|
-
editorConfig_lang: function(n, e) {
|
|
1499
|
-
this.onChangeProps();
|
|
1500
|
-
},
|
|
1501
|
-
height: function(n, e) {
|
|
1502
|
-
this.onChangeProps();
|
|
1503
|
-
},
|
|
1504
|
-
type: function(n, e) {
|
|
1505
|
-
this.onChangeProps();
|
|
1506
|
-
},
|
|
1507
|
-
width: function(n, e) {
|
|
1508
|
-
this.onChangeProps();
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
methods: {
|
|
1512
|
-
onLoad: function() {
|
|
1513
|
-
var n, e;
|
|
1514
|
-
try {
|
|
1515
|
-
var i = this.id || "";
|
|
1516
|
-
if (window.DocsAPI || this.onError(-3), !((n = window == null ? void 0 : window.DocEditor) === null || n === void 0) && n.instances[i]) {
|
|
1517
|
-
console.log("Skip loading. Instance already exists", i);
|
|
1518
|
-
return;
|
|
1519
|
-
}
|
|
1520
|
-
!((e = window == null ? void 0 : window.DocEditor) === null || e === void 0) && e.instances || (window.DocEditor = { instances: {} });
|
|
1521
|
-
var l = Object.assign({
|
|
1522
|
-
document: {
|
|
1523
|
-
fileType: this.document_fileType,
|
|
1524
|
-
title: this.document_title
|
|
1525
|
-
},
|
|
1526
|
-
documentType: this.documentType,
|
|
1527
|
-
editorConfig: {
|
|
1528
|
-
lang: this.editorConfig_lang
|
|
1529
|
-
},
|
|
1530
|
-
events: {
|
|
1531
|
-
onAppReady: this.onAppReady,
|
|
1532
|
-
onDocumentStateChange: this.events_onDocumentStateChange,
|
|
1533
|
-
onMetaChange: this.events_onMetaChange,
|
|
1534
|
-
onDocumentReady: this.events_onDocumentReady,
|
|
1535
|
-
onInfo: this.events_onInfo,
|
|
1536
|
-
onWarning: this.events_onWarning,
|
|
1537
|
-
onError: this.events_onError,
|
|
1538
|
-
onRequestSharingSettings: this.events_onRequestSharingSettings,
|
|
1539
|
-
onRequestRename: this.events_onRequestRename,
|
|
1540
|
-
onMakeActionLink: this.events_onMakeActionLink,
|
|
1541
|
-
onRequestInsertImage: this.events_onRequestInsertImage,
|
|
1542
|
-
onRequestSaveAs: this.events_onRequestSaveAs,
|
|
1543
|
-
onRequestMailMergeRecipients: this.events_onRequestMailMergeRecipients,
|
|
1544
|
-
onRequestCompareFile: this.events_onRequestCompareFile,
|
|
1545
|
-
onRequestEditRights: this.events_onRequestEditRights,
|
|
1546
|
-
onRequestHistory: this.events_onRequestHistory,
|
|
1547
|
-
onRequestHistoryClose: this.events_onRequestHistoryClose,
|
|
1548
|
-
onRequestHistoryData: this.events_onRequestHistoryData,
|
|
1549
|
-
onRequestRestore: this.events_onRequestRestore,
|
|
1550
|
-
onRequestSelectSpreadsheet: this.events_onRequestSelectSpreadsheet,
|
|
1551
|
-
onRequestSelectDocument: this.events_onRequestSelectDocument
|
|
1552
|
-
},
|
|
1553
|
-
height: this.height,
|
|
1554
|
-
type: this.type,
|
|
1555
|
-
width: this.width
|
|
1556
|
-
}, this.config || {}), o = window.DocsAPI.DocEditor(i, l);
|
|
1557
|
-
window.DocEditor.instances[i] = o;
|
|
1558
|
-
} catch (s) {
|
|
1559
|
-
console.error(s), this.onError(-1);
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
onError: function(n) {
|
|
1563
|
-
var e;
|
|
1564
|
-
switch (n) {
|
|
1565
|
-
case -2:
|
|
1566
|
-
e = "Error load DocsAPI from " + this.documentServerUrl;
|
|
1567
|
-
break;
|
|
1568
|
-
case -3:
|
|
1569
|
-
e = "DocsAPI is not defined";
|
|
1570
|
-
break;
|
|
1571
|
-
default:
|
|
1572
|
-
e = "Unknown error loading component", n = -1;
|
|
1573
|
-
}
|
|
1574
|
-
typeof this.onLoadComponentError > "u" ? console.error(e) : this.onLoadComponentError(n, e);
|
|
1575
|
-
},
|
|
1576
|
-
onAppReady: function() {
|
|
1577
|
-
var n = this.id || "";
|
|
1578
|
-
this.events_onAppReady(window.DocEditor.instances[n]);
|
|
1579
|
-
},
|
|
1580
|
-
onChangeProps: function() {
|
|
1581
|
-
var n, e = this.id || "";
|
|
1582
|
-
!((n = window == null ? void 0 : window.DocEditor) === null || n === void 0) && n.instances[e] && (window.DocEditor.instances[e].destroyEditor(), window.DocEditor.instances[e] = void 0, console.log("Important props have been changed. Load new Editor."), this.onLoad());
|
|
1583
|
-
}
|
|
1584
|
-
}
|
|
1585
|
-
});
|
|
1586
|
-
const H6 = ["id"];
|
|
1587
|
-
function O6(n, e, i, l, o, s) {
|
|
1588
|
-
return c(), u("div", { id: n.id }, null, 8, H6);
|
|
1589
|
-
}
|
|
1590
|
-
A.render = O6;
|
|
1591
|
-
A.__file = "src/components/DocumentEditor.vue";
|
|
1592
|
-
const A6 = /* @__PURE__ */ k({
|
|
1593
|
-
__name: "IkOnlyOffice",
|
|
1594
|
-
props: {
|
|
1595
|
-
// 文件服务器的服务的地址
|
|
1596
|
-
documentServerUrl: {
|
|
1597
|
-
type: String,
|
|
1598
|
-
default: ""
|
|
1599
|
-
},
|
|
1600
|
-
// 当前onlyoffice的模式 (edit 编辑模式 view是查看模式)
|
|
1601
|
-
mode: {
|
|
1602
|
-
type: String,
|
|
1603
|
-
default: ""
|
|
1604
|
-
},
|
|
1605
|
-
// 配置项
|
|
1606
|
-
configOptions: {
|
|
1607
|
-
type: Object,
|
|
1608
|
-
default: () => {
|
|
1609
|
-
}
|
|
1610
|
-
},
|
|
1611
|
-
// 元素的高度
|
|
1612
|
-
officeHeight: {
|
|
1613
|
-
type: String,
|
|
1614
|
-
default: "100%"
|
|
1615
|
-
},
|
|
1616
|
-
// 加密后的token
|
|
1617
|
-
token: {
|
|
1618
|
-
type: String,
|
|
1619
|
-
default: ""
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
|
-
setup(n) {
|
|
1623
|
-
var o, s, a, h;
|
|
1624
|
-
const e = n, i = z({
|
|
1625
|
-
width: "100%",
|
|
1626
|
-
height: "100%",
|
|
1627
|
-
document: (o = e.configOptions) == null ? void 0 : o.document,
|
|
1628
|
-
// word cell(表格) slide(PPT)
|
|
1629
|
-
documentType: (s = e.configOptions) == null ? void 0 : s.documentType,
|
|
1630
|
-
editorConfig: {
|
|
1631
|
-
callbackUrl: (h = (a = e.configOptions) == null ? void 0 : a.editorConfig) == null ? void 0 : h.callbackUrl,
|
|
1632
|
-
// 保存的回调函数
|
|
1633
|
-
lang: "zh-CN",
|
|
1634
|
-
mode: e.mode,
|
|
1635
|
-
// 强制保存
|
|
1636
|
-
customization: {
|
|
1637
|
-
forcesave: !0,
|
|
1638
|
-
autosave: !0
|
|
1639
|
-
}
|
|
1640
|
-
},
|
|
1641
|
-
// 权限
|
|
1642
|
-
permissions: {
|
|
1643
|
-
comment: !0,
|
|
1644
|
-
commentGroups: {
|
|
1645
|
-
edit: ["Group1"],
|
|
1646
|
-
remove: ["Group1"],
|
|
1647
|
-
view: ""
|
|
1648
|
-
},
|
|
1649
|
-
copy: !0,
|
|
1650
|
-
deleteCommentAuthorOnly: !0,
|
|
1651
|
-
download: !0,
|
|
1652
|
-
edit: !0,
|
|
1653
|
-
editCommentAuthorOnly: !0,
|
|
1654
|
-
fillForms: !0,
|
|
1655
|
-
modifyContentControl: !0,
|
|
1656
|
-
modifyFilter: !0,
|
|
1657
|
-
print: !0,
|
|
1658
|
-
review: !0,
|
|
1659
|
-
reviewGroups: ["Group1", "Group2", "Group3"],
|
|
1660
|
-
userInfoGroups: ["Group1"]
|
|
1661
|
-
},
|
|
1662
|
-
mode: e.mode,
|
|
1663
|
-
token: e.token
|
|
1664
|
-
}), l = () => {
|
|
1665
|
-
console.info("文档加载完成");
|
|
1666
|
-
};
|
|
1667
|
-
return (g, t) => (c(), u(
|
|
1668
|
-
"div",
|
|
1669
|
-
{
|
|
1670
|
-
style: _({ height: e.officeHeight })
|
|
1671
|
-
},
|
|
1672
|
-
[
|
|
1673
|
-
y(w(A), {
|
|
1674
|
-
id: `${(/* @__PURE__ */ new Date()).getTime()}`,
|
|
1675
|
-
ref: "editorRef",
|
|
1676
|
-
"document-server-url": n.documentServerUrl,
|
|
1677
|
-
config: i.value,
|
|
1678
|
-
events_onDocumentReady: l
|
|
1679
|
-
}, null, 8, ["id", "document-server-url", "config"])
|
|
1680
|
-
],
|
|
1681
|
-
4
|
|
1682
|
-
/* STYLE */
|
|
1683
|
-
));
|
|
1684
|
-
}
|
|
1685
|
-
});
|
|
1686
|
-
const U6 = /* @__PURE__ */ E(A6, [["__scopeId", "data-v-ea0a8f6d"]]), T6 = R(U6), P6 = (n) => (Q("data-v-170abcfc"), n = n(), e3(), n), L6 = {
|
|
1033
|
+
const v6 = /* @__PURE__ */ U(u6, [["__scopeId", "data-v-7d95dbf5"]]), M = H(v6), f6 = (i) => (E("data-v-170abcfc"), i = i(), W(), i), g6 = {
|
|
1687
1034
|
key: 0,
|
|
1688
1035
|
class: "preview-files"
|
|
1689
|
-
},
|
|
1036
|
+
}, w6 = {
|
|
1690
1037
|
class: "flex",
|
|
1691
1038
|
style: { width: "80%", "align-items": "center" }
|
|
1692
|
-
},
|
|
1039
|
+
}, m6 = ["onClick"], _6 = ["title"], y6 = { style: { color: "#b8c6d9" } }, z6 = ["onClick"], k6 = /* @__PURE__ */ f6(() => /* @__PURE__ */ o(
|
|
1693
1040
|
"span",
|
|
1694
1041
|
null,
|
|
1695
1042
|
"预览",
|
|
1696
1043
|
-1
|
|
1697
1044
|
/* HOISTED */
|
|
1698
|
-
)),
|
|
1045
|
+
)), x6 = {
|
|
1699
1046
|
key: 1,
|
|
1700
1047
|
class: "flex preview-img"
|
|
1701
|
-
},
|
|
1048
|
+
}, F6 = /* @__PURE__ */ $({
|
|
1702
1049
|
__name: "IKDetailPreviewFiles",
|
|
1703
1050
|
props: {
|
|
1704
1051
|
// 文件列表 [{originName:'',path:'',fileSize:''}] //文件大小
|
|
@@ -1727,79 +1074,79 @@ const U6 = /* @__PURE__ */ E(A6, [["__scopeId", "data-v-ea0a8f6d"]]), T6 = R(U6)
|
|
|
1727
1074
|
default: ""
|
|
1728
1075
|
}
|
|
1729
1076
|
},
|
|
1730
|
-
setup(
|
|
1731
|
-
const e =
|
|
1732
|
-
|
|
1077
|
+
setup(i) {
|
|
1078
|
+
const e = i, s = b(e.fileList);
|
|
1079
|
+
P(
|
|
1733
1080
|
() => e.fileList,
|
|
1734
1081
|
(t) => {
|
|
1735
|
-
t && (
|
|
1082
|
+
t && (s.value = t);
|
|
1736
1083
|
},
|
|
1737
1084
|
{ immediate: !0 }
|
|
1738
1085
|
);
|
|
1739
|
-
const
|
|
1740
|
-
|
|
1086
|
+
const a = b(!1), l = b({}), p = (t) => {
|
|
1087
|
+
l.value = {
|
|
1741
1088
|
url: t.url,
|
|
1742
1089
|
name: t.name
|
|
1743
1090
|
// row.originName
|
|
1744
|
-
},
|
|
1745
|
-
}, a = (t) => {
|
|
1746
|
-
var d, v, p, m, f;
|
|
1747
|
-
return (d = t == null ? void 0 : t.suffix) != null && d.includes("pdf") ? "iksvg_pdf" : (v = t == null ? void 0 : t.suffix) != null && v.includes("doc") ? "iksvg_word" : (p = t == null ? void 0 : t.suffix) != null && p.includes("xls") ? "iksvg_excel" : (m = t == null ? void 0 : t.suffix) != null && m.includes("mov") ? "iksvg_mov" : (f = t == null ? void 0 : t.suffix) != null && f.includes("zip") ? "iksvg_zip" : "icon-jpg";
|
|
1748
|
-
}, h = (t) => {
|
|
1749
|
-
var d, v, p, m, f;
|
|
1750
|
-
return (d = t == null ? void 0 : t.suffix) != null && d.includes("pdf") ? "#FA4E4E" : (v = t == null ? void 0 : t.suffix) != null && v.includes("doc") ? "#2c69e0" : (p = t.suffix) != null && p.includes("xls") ? "#39BFBF" : (m = t.suffix) != null && m.includes("txt") ? "#2c69e0" : (f = t.suffix) != null && f.includes("zip") ? "#FF9000" : "#32CD79";
|
|
1091
|
+
}, a.value = !0;
|
|
1751
1092
|
}, g = (t) => {
|
|
1752
|
-
|
|
1753
|
-
|
|
1093
|
+
var r, u, h, v, d;
|
|
1094
|
+
return (r = t == null ? void 0 : t.suffix) != null && r.includes("pdf") ? "iksvg_pdf" : (u = t == null ? void 0 : t.suffix) != null && u.includes("doc") ? "iksvg_word" : (h = t == null ? void 0 : t.suffix) != null && h.includes("xls") ? "iksvg_excel" : (v = t == null ? void 0 : t.suffix) != null && v.includes("mov") ? "iksvg_mov" : (d = t == null ? void 0 : t.suffix) != null && d.includes("zip") ? "iksvg_zip" : "icon-jpg";
|
|
1095
|
+
}, m = (t) => {
|
|
1096
|
+
var r, u, h, v, d;
|
|
1097
|
+
return (r = t == null ? void 0 : t.suffix) != null && r.includes("pdf") ? "#FA4E4E" : (u = t == null ? void 0 : t.suffix) != null && u.includes("doc") ? "#2c69e0" : (h = t.suffix) != null && h.includes("xls") ? "#39BFBF" : (v = t.suffix) != null && v.includes("txt") ? "#2c69e0" : (d = t.suffix) != null && d.includes("zip") ? "#FF9000" : "#32CD79";
|
|
1098
|
+
}, z = (t) => {
|
|
1099
|
+
const r = document.createElement("a");
|
|
1100
|
+
r.href = X.assembleUrl(e.loadUrl, t.url), r.download = t.name, r.click();
|
|
1754
1101
|
};
|
|
1755
|
-
return (t,
|
|
1756
|
-
var
|
|
1757
|
-
const
|
|
1758
|
-
return
|
|
1759
|
-
e.fileType === "file" ? (
|
|
1760
|
-
(
|
|
1761
|
-
|
|
1102
|
+
return (t, r) => {
|
|
1103
|
+
var h, v;
|
|
1104
|
+
const u = C("el-image");
|
|
1105
|
+
return n(), c("div", null, [
|
|
1106
|
+
e.fileType === "file" ? (n(), c("div", g6, [
|
|
1107
|
+
(n(!0), c(
|
|
1108
|
+
V,
|
|
1762
1109
|
null,
|
|
1763
|
-
|
|
1110
|
+
S(s.value, (d, F) => (n(), c(
|
|
1764
1111
|
"div",
|
|
1765
1112
|
{
|
|
1766
|
-
key:
|
|
1113
|
+
key: F,
|
|
1767
1114
|
class: "files-item",
|
|
1768
|
-
style:
|
|
1115
|
+
style: w({
|
|
1769
1116
|
width: e.fileWidth,
|
|
1770
1117
|
"margin-right": e.fileWidth === "100%" ? "0px" : ""
|
|
1771
1118
|
})
|
|
1772
1119
|
},
|
|
1773
1120
|
[
|
|
1774
|
-
|
|
1775
|
-
y(
|
|
1776
|
-
name:
|
|
1777
|
-
style:
|
|
1121
|
+
o("div", w6, [
|
|
1122
|
+
y(x(M), {
|
|
1123
|
+
name: g(d),
|
|
1124
|
+
style: w(`color:${m(d)}`),
|
|
1778
1125
|
size: 36
|
|
1779
1126
|
}, null, 8, ["name", "style"]),
|
|
1780
|
-
|
|
1127
|
+
o("div", {
|
|
1781
1128
|
class: "file-name",
|
|
1782
|
-
onClick: (
|
|
1129
|
+
onClick: (D) => z(d)
|
|
1783
1130
|
}, [
|
|
1784
|
-
|
|
1785
|
-
title:
|
|
1786
|
-
},
|
|
1787
|
-
|
|
1131
|
+
o("p", {
|
|
1132
|
+
title: d.name
|
|
1133
|
+
}, B(d.name), 9, _6),
|
|
1134
|
+
o(
|
|
1788
1135
|
"p",
|
|
1789
|
-
|
|
1790
|
-
|
|
1136
|
+
y6,
|
|
1137
|
+
B((d.size / 1024).toFixed(2)) + "KB",
|
|
1791
1138
|
1
|
|
1792
1139
|
/* TEXT */
|
|
1793
1140
|
)
|
|
1794
|
-
], 8,
|
|
1141
|
+
], 8, m6)
|
|
1795
1142
|
]),
|
|
1796
|
-
|
|
1143
|
+
o("div", {
|
|
1797
1144
|
class: "file-preview",
|
|
1798
|
-
onClick: (
|
|
1145
|
+
onClick: (D) => p(d)
|
|
1799
1146
|
}, [
|
|
1800
|
-
y(
|
|
1801
|
-
|
|
1802
|
-
], 8,
|
|
1147
|
+
y(x(M), { name: "iksvg_yulan" }),
|
|
1148
|
+
k6
|
|
1149
|
+
], 8, z6)
|
|
1803
1150
|
],
|
|
1804
1151
|
4
|
|
1805
1152
|
/* STYLE */
|
|
@@ -1807,40 +1154,40 @@ const U6 = /* @__PURE__ */ E(A6, [["__scopeId", "data-v-ea0a8f6d"]]), T6 = R(U6)
|
|
|
1807
1154
|
128
|
|
1808
1155
|
/* KEYED_FRAGMENT */
|
|
1809
1156
|
))
|
|
1810
|
-
])) :
|
|
1811
|
-
e.fileType === "img" ? (
|
|
1812
|
-
(
|
|
1813
|
-
|
|
1157
|
+
])) : f("v-if", !0),
|
|
1158
|
+
e.fileType === "img" ? (n(), c("div", x6, [
|
|
1159
|
+
(n(!0), c(
|
|
1160
|
+
V,
|
|
1814
1161
|
null,
|
|
1815
|
-
|
|
1816
|
-
key:
|
|
1162
|
+
S(s.value, (d, F) => (n(), c("div", {
|
|
1163
|
+
key: F,
|
|
1817
1164
|
class: "preview-img"
|
|
1818
1165
|
}, [
|
|
1819
|
-
y(
|
|
1166
|
+
y(u, {
|
|
1820
1167
|
class: "show-img",
|
|
1821
|
-
src:
|
|
1822
|
-
"preview-src-list": [
|
|
1168
|
+
src: i.loadUrl + d.url,
|
|
1169
|
+
"preview-src-list": [i.loadUrl + d.url],
|
|
1823
1170
|
fit: "cover"
|
|
1824
1171
|
}, null, 8, ["src", "preview-src-list"])
|
|
1825
1172
|
]))),
|
|
1826
1173
|
128
|
|
1827
1174
|
/* KEYED_FRAGMENT */
|
|
1828
1175
|
))
|
|
1829
|
-
])) :
|
|
1830
|
-
y(
|
|
1831
|
-
modelValue:
|
|
1832
|
-
"onUpdate:modelValue":
|
|
1176
|
+
])) : f("v-if", !0),
|
|
1177
|
+
y(x(o6), {
|
|
1178
|
+
modelValue: a.value,
|
|
1179
|
+
"onUpdate:modelValue": r[0] || (r[0] = (d) => a.value = d),
|
|
1833
1180
|
"load-url": e.loadUrl,
|
|
1834
|
-
url: (
|
|
1835
|
-
"kk-url":
|
|
1836
|
-
"file-name": (
|
|
1181
|
+
url: (h = l.value) == null ? void 0 : h.url,
|
|
1182
|
+
"kk-url": i.kkUrl,
|
|
1183
|
+
"file-name": (v = l.value) == null ? void 0 : v.name
|
|
1837
1184
|
}, null, 8, ["modelValue", "load-url", "url", "kk-url", "file-name"])
|
|
1838
1185
|
]);
|
|
1839
1186
|
};
|
|
1840
1187
|
}
|
|
1841
1188
|
});
|
|
1842
|
-
const
|
|
1189
|
+
const b6 = /* @__PURE__ */ U(F6, [["__scopeId", "data-v-170abcfc"]]), M6 = H(b6);
|
|
1843
1190
|
export {
|
|
1844
|
-
|
|
1845
|
-
|
|
1191
|
+
M6 as IKDetailPreviewFiles,
|
|
1192
|
+
M6 as default
|
|
1846
1193
|
};
|