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