iking-web-ui-pro 0.2.4 → 0.2.6
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 +586 -571
- package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
- package/dist/IKDetailPreviewFiles/style.css +1 -1
- package/dist/IKExpandCollapse/ik.index.es.js +123 -120
- package/dist/IKExpandCollapse/ik.index.umd.js +1 -1
- package/dist/IKExpandCollapse/style.css +1 -1
- package/dist/IKPreviewFile/ik.index.es.js +491 -476
- package/dist/IKPreviewFile/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/style.css +1 -1
- package/dist/IKVerticalStepBar/ik.index.es.js +142 -139
- package/dist/IKVerticalStepBar/ik.index.umd.js +3 -3
- package/dist/IKVerticalStepBar/style.css +1 -1
- package/dist/IkApprovalProcessDetail/ik.index.es.js +756 -741
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/style.css +1 -1
- package/dist/IkBaseDialog/ik.index.es.js +125 -122
- package/dist/IkBaseDialog/ik.index.umd.js +1 -1
- package/dist/IkBaseDialog/style.css +1 -1
- package/dist/IkBtnSetting/ik.index.es.js +252 -249
- package/dist/IkBtnSetting/ik.index.umd.js +1 -1
- package/dist/IkBtnSetting/style.css +1 -1
- package/dist/IkCollapseCard/ik.index.es.js +129 -126
- package/dist/IkCollapseCard/ik.index.umd.js +1 -1
- package/dist/IkCollapseCard/style.css +1 -1
- package/dist/IkDescription/ik.index.es.js +530 -515
- package/dist/IkDescription/ik.index.umd.js +1 -1
- package/dist/IkDescription/style.css +1 -1
- package/dist/IkIconPicker/ik.index.es.js +196 -193
- package/dist/IkIconPicker/ik.index.umd.js +1 -1
- package/dist/IkIconPicker/style.css +1 -1
- package/dist/IkMonacoEditor/ik.index.es.js +397 -394
- package/dist/IkMonacoEditor/ik.index.umd.js +3 -3
- package/dist/IkMonacoEditor/style.css +1 -1
- package/dist/IkPageFull/ik.index.es.js +1122 -1119
- package/dist/IkPageFull/ik.index.umd.js +2 -2
- package/dist/IkPageFull/style.css +1 -1
- package/dist/IkPreviewFileDialog/ik.index.es.js +314 -308
- package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
- package/dist/IkPreviewFileDialog/style.css +1 -1
- package/dist/IkSchedule/ik.index.es.js +968 -965
- package/dist/IkSchedule/ik.index.umd.js +1 -1
- package/dist/IkSchedule/style.css +1 -1
- package/dist/IkSideText/ik.index.es.js +148 -145
- package/dist/IkSideText/ik.index.umd.js +1 -1
- package/dist/IkSideText/style.css +1 -1
- package/dist/IkSvgIcon/ik.index.es.js +106 -103
- package/dist/IkSvgIcon/ik.index.umd.js +1 -1
- package/dist/IkSvgIcon/style.css +1 -1
- package/dist/IkUploadFile/ik.index.es.js +963 -944
- package/dist/IkUploadFile/ik.index.umd.js +1 -1
- package/dist/IkUploadFile/style.css +1 -1
- package/dist/IkUploadImage/ik.index.es.js +265 -253
- package/dist/IkUploadImage/ik.index.umd.js +1 -1
- package/dist/IkUploadImage/style.css +1 -1
- package/dist/Provider/ik.index.es.js +1611 -0
- package/dist/Provider/ik.index.umd.js +17 -0
- package/dist/index.es.js +38689 -37072
- package/dist/index.umd.js +95 -79
- package/dist/src/components/IKDetailPreviewFiles/index.d.ts +1 -1
- package/dist/src/components/IKDetailPreviewFiles/src/IKDetailPreviewFiles.vue.d.ts +1 -1
- package/dist/src/components/IKPreviewFile/index.d.ts +3 -3
- package/dist/src/components/IKPreviewFile/src/IkPreviewFile.vue.d.ts +1 -1
- package/dist/src/components/IkApprovalProcess/index.d.ts +1 -1
- package/dist/src/components/IkApprovalProcess/src/IKApprovalProcess.vue.d.ts +1 -1
- package/dist/src/components/IkDescription/index.d.ts +3 -3
- package/dist/src/components/IkDescription/src/IkDescription.vue.d.ts +1 -1
- package/dist/src/components/IkPreviewFileDialog/index.d.ts +1 -1
- package/dist/src/components/IkPreviewFileDialog/src/IkPreviewFileDialog.vue.d.ts +1 -1
- package/dist/src/components/IkTinymce/index.d.ts +1 -1
- package/dist/src/components/IkTinymce/src/index.vue.d.ts +1 -1
- package/dist/src/components/IkUploadFile/index.d.ts +3 -3
- package/dist/src/components/IkUploadFile/src/index.vue.d.ts +1 -1
- package/dist/src/components/IkUploadImage/index.d.ts +3 -3
- package/dist/src/components/IkUploadImage/src/index.vue.d.ts +1 -1
- package/dist/src/components/Provider/ProviderConfig.vue.d.ts +66 -0
- package/dist/src/components/Provider/index.d.ts +139 -0
- package/dist/src/components/index.d.ts +1 -0
- package/dist/src/utils/use-provider.d.ts +8 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { paramType as
|
|
3
|
-
const
|
|
4
|
-
if (o.install = (
|
|
5
|
-
for (const
|
|
6
|
-
|
|
7
|
-
},
|
|
8
|
-
for (const [
|
|
9
|
-
o[
|
|
1
|
+
import { defineComponent as B, computed as S, openBlock as l, createElementBlock as r, createElementVNode as u, inject as V, ref as P, Fragment as I, renderList as M, normalizeClass as O, normalizeStyle as C, createVNode as T, toDisplayString as w, unref as F, withModifiers as fe, renderSlot as q, createCommentVNode as v, mergeModels as ie, useModel as le, reactive as ae, watch as re, nextTick as G, resolveComponent as N, createBlock as R, withCtx as D, createTextVNode as E, h as ve, mergeProps as ce, createSlots as he, onMounted as ge, pushScopeId as ye, popScopeId as _e } from "vue";
|
|
2
|
+
import { paramType as me, ikFile as we, buildUUID as ke, ikColor as Fe, ikDate as xe } from "iking-utils-pro";
|
|
3
|
+
const L = (o, n) => {
|
|
4
|
+
if (o.install = (s) => {
|
|
5
|
+
for (const t of [o, ...Object.values(n ?? {})])
|
|
6
|
+
s.component(t.name, t);
|
|
7
|
+
}, n)
|
|
8
|
+
for (const [s, t] of Object.entries(n))
|
|
9
|
+
o[s] = t;
|
|
10
10
|
return o;
|
|
11
|
-
},
|
|
12
|
-
const
|
|
13
|
-
for (const [
|
|
14
|
-
|
|
15
|
-
return
|
|
16
|
-
},
|
|
11
|
+
}, W = (o, n) => {
|
|
12
|
+
const s = o.__vccOpts || o;
|
|
13
|
+
for (const [t, e] of n)
|
|
14
|
+
s[t] = e;
|
|
15
|
+
return s;
|
|
16
|
+
}, Se = (o) => ({
|
|
17
17
|
// ================all================
|
|
18
18
|
nodeType: {
|
|
19
19
|
发起人节点: "INITIATOR",
|
|
@@ -93,39 +93,39 @@ const N = (o, t) => {
|
|
|
93
93
|
...o.defaultStatus
|
|
94
94
|
},
|
|
95
95
|
listData: []
|
|
96
|
-
}),
|
|
97
|
-
let
|
|
98
|
-
switch (
|
|
96
|
+
}), be = (o, n, s) => {
|
|
97
|
+
let t = "";
|
|
98
|
+
switch (n) {
|
|
99
99
|
case o.nodeType.审批节点:
|
|
100
|
-
|
|
100
|
+
s && s.length == 1 ? t = "ikapprove-ziyuan" : t = "ikapprove-shenpi";
|
|
101
101
|
break;
|
|
102
102
|
case o.nodeType.办理节点:
|
|
103
|
-
|
|
103
|
+
t = "ikapprove-bianji";
|
|
104
104
|
break;
|
|
105
105
|
case o.nodeType.抄送节点:
|
|
106
|
-
|
|
106
|
+
t = "ikapprove-chaosong";
|
|
107
107
|
break;
|
|
108
108
|
case o.nodeType.并行分支:
|
|
109
|
-
|
|
109
|
+
t = "ikapprove-fenzhi";
|
|
110
110
|
break;
|
|
111
111
|
case o.nodeType.子流程:
|
|
112
|
-
|
|
112
|
+
t = "ikapprove-ziliucheng1";
|
|
113
113
|
break;
|
|
114
114
|
default:
|
|
115
|
-
|
|
115
|
+
t = "ikapprove-ziyuan";
|
|
116
116
|
}
|
|
117
|
-
return `ikapprove ${
|
|
118
|
-
},
|
|
117
|
+
return `ikapprove ${t}`;
|
|
118
|
+
}, ze = (o, n = 2) => {
|
|
119
119
|
if (o === void 0)
|
|
120
120
|
return "";
|
|
121
121
|
if (o === 0)
|
|
122
122
|
return "0 B";
|
|
123
|
-
const
|
|
124
|
-
let
|
|
125
|
-
return (
|
|
126
|
-
},
|
|
127
|
-
var
|
|
128
|
-
const
|
|
123
|
+
const s = ["B", "KB", "MB", "GB", "TB"], t = Math.floor(Math.log(o) / Math.log(1024));
|
|
124
|
+
let e = o / Math.pow(1024, t);
|
|
125
|
+
return (e % 1 === 0 ? e.toFixed(n || 0) : e.toFixed(n)) + " " + s[t];
|
|
126
|
+
}, U = (o, n) => n ? n.startsWith("http") ? n : `${o || location.origin}${n}` : "", de = (o, n) => {
|
|
127
|
+
var a, c, h, _;
|
|
128
|
+
const s = (a = o == null ? void 0 : o.response) != null && a.data ? ne((h = (c = o == null ? void 0 : o.response) == null ? void 0 : c.data) == null ? void 0 : h.suffix) : ((_ = o.raw) == null ? void 0 : _.type) || ne(o[n.suffix]), t = s == null ? void 0 : s.toLowerCase(), e = {
|
|
129
129
|
sheet: "excel",
|
|
130
130
|
excel: "excel",
|
|
131
131
|
zip: "zip",
|
|
@@ -141,11 +141,11 @@ const N = (o, t) => {
|
|
|
141
141
|
exe: "exe",
|
|
142
142
|
json: "json"
|
|
143
143
|
};
|
|
144
|
-
for (let
|
|
145
|
-
if (typeof
|
|
146
|
-
return
|
|
144
|
+
for (let d in e)
|
|
145
|
+
if (typeof t == "string" && (t.includes(d) || t === d))
|
|
146
|
+
return e[d];
|
|
147
147
|
return "unknown";
|
|
148
|
-
},
|
|
148
|
+
}, $e = {
|
|
149
149
|
".doc": "word",
|
|
150
150
|
".docx": "word",
|
|
151
151
|
".docxf": "word",
|
|
@@ -230,13 +230,13 @@ const N = (o, t) => {
|
|
|
230
230
|
".vob": "video",
|
|
231
231
|
".txt": "txt",
|
|
232
232
|
".pdf": "pdf"
|
|
233
|
-
},
|
|
234
|
-
const
|
|
235
|
-
return
|
|
236
|
-
},
|
|
237
|
-
let
|
|
238
|
-
return
|
|
239
|
-
},
|
|
233
|
+
}, ne = (o) => {
|
|
234
|
+
const n = o == null ? void 0 : o.toLocaleLowerCase(), s = n != null && n.startsWith(".") ? n : `.${n}`;
|
|
235
|
+
return s && $e[s] || "unknow";
|
|
236
|
+
}, Ce = (o) => {
|
|
237
|
+
let n = "", s = ["doc", "docx"], t = ["xls", "xlsx"], e = ["ppt", "pptx"], a = ["pdf"];
|
|
238
|
+
return s.includes(o) && (n = "word"), t.includes(o) && (n = "cell"), e.includes(o) && (n = "slide"), a.includes(o) && (n = "text-pdf"), n;
|
|
239
|
+
}, Ie = {
|
|
240
240
|
key: 0,
|
|
241
241
|
t: "1686300059786",
|
|
242
242
|
class: "icon",
|
|
@@ -246,7 +246,7 @@ const N = (o, t) => {
|
|
|
246
246
|
"p-id": "7671",
|
|
247
247
|
width: "200",
|
|
248
248
|
height: "200"
|
|
249
|
-
},
|
|
249
|
+
}, Oe = /* @__PURE__ */ u(
|
|
250
250
|
"path",
|
|
251
251
|
{
|
|
252
252
|
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",
|
|
@@ -256,7 +256,7 @@ const N = (o, t) => {
|
|
|
256
256
|
null,
|
|
257
257
|
-1
|
|
258
258
|
/* HOISTED */
|
|
259
|
-
),
|
|
259
|
+
), Te = /* @__PURE__ */ u(
|
|
260
260
|
"path",
|
|
261
261
|
{
|
|
262
262
|
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",
|
|
@@ -266,7 +266,7 @@ const N = (o, t) => {
|
|
|
266
266
|
null,
|
|
267
267
|
-1
|
|
268
268
|
/* HOISTED */
|
|
269
|
-
),
|
|
269
|
+
), Be = /* @__PURE__ */ u(
|
|
270
270
|
"path",
|
|
271
271
|
{
|
|
272
272
|
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",
|
|
@@ -276,7 +276,7 @@ const N = (o, t) => {
|
|
|
276
276
|
null,
|
|
277
277
|
-1
|
|
278
278
|
/* HOISTED */
|
|
279
|
-
),
|
|
279
|
+
), De = /* @__PURE__ */ u(
|
|
280
280
|
"path",
|
|
281
281
|
{
|
|
282
282
|
d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
|
|
@@ -286,12 +286,12 @@ const N = (o, t) => {
|
|
|
286
286
|
null,
|
|
287
287
|
-1
|
|
288
288
|
/* HOISTED */
|
|
289
|
-
),
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
],
|
|
289
|
+
), Ee = [
|
|
290
|
+
Oe,
|
|
291
|
+
Te,
|
|
292
|
+
Be,
|
|
293
|
+
De
|
|
294
|
+
], Re = {
|
|
295
295
|
key: 1,
|
|
296
296
|
t: "1686301531714",
|
|
297
297
|
class: "icon",
|
|
@@ -301,7 +301,7 @@ const N = (o, t) => {
|
|
|
301
301
|
"p-id": "9067",
|
|
302
302
|
width: "200",
|
|
303
303
|
height: "200"
|
|
304
|
-
},
|
|
304
|
+
}, Ae = /* @__PURE__ */ u(
|
|
305
305
|
"path",
|
|
306
306
|
{
|
|
307
307
|
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",
|
|
@@ -311,7 +311,7 @@ const N = (o, t) => {
|
|
|
311
311
|
null,
|
|
312
312
|
-1
|
|
313
313
|
/* HOISTED */
|
|
314
|
-
),
|
|
314
|
+
), Ve = /* @__PURE__ */ u(
|
|
315
315
|
"path",
|
|
316
316
|
{
|
|
317
317
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -321,10 +321,10 @@ const N = (o, t) => {
|
|
|
321
321
|
null,
|
|
322
322
|
-1
|
|
323
323
|
/* HOISTED */
|
|
324
|
-
),
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
],
|
|
324
|
+
), Me = [
|
|
325
|
+
Ae,
|
|
326
|
+
Ve
|
|
327
|
+
], Pe = {
|
|
328
328
|
key: 2,
|
|
329
329
|
t: "1686300141125",
|
|
330
330
|
class: "icon",
|
|
@@ -334,7 +334,7 @@ const N = (o, t) => {
|
|
|
334
334
|
"p-id": "8137",
|
|
335
335
|
width: "200",
|
|
336
336
|
height: "200"
|
|
337
|
-
},
|
|
337
|
+
}, Ne = /* @__PURE__ */ u(
|
|
338
338
|
"path",
|
|
339
339
|
{
|
|
340
340
|
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",
|
|
@@ -344,7 +344,7 @@ const N = (o, t) => {
|
|
|
344
344
|
null,
|
|
345
345
|
-1
|
|
346
346
|
/* HOISTED */
|
|
347
|
-
),
|
|
347
|
+
), Le = /* @__PURE__ */ u(
|
|
348
348
|
"path",
|
|
349
349
|
{
|
|
350
350
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -354,10 +354,10 @@ const N = (o, t) => {
|
|
|
354
354
|
null,
|
|
355
355
|
-1
|
|
356
356
|
/* HOISTED */
|
|
357
|
-
),
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
],
|
|
357
|
+
), He = [
|
|
358
|
+
Ne,
|
|
359
|
+
Le
|
|
360
|
+
], qe = {
|
|
361
361
|
key: 3,
|
|
362
362
|
t: "1686300157181",
|
|
363
363
|
class: "icon",
|
|
@@ -367,7 +367,7 @@ const N = (o, t) => {
|
|
|
367
367
|
"p-id": "8292",
|
|
368
368
|
width: "200",
|
|
369
369
|
height: "200"
|
|
370
|
-
},
|
|
370
|
+
}, Ue = /* @__PURE__ */ u(
|
|
371
371
|
"path",
|
|
372
372
|
{
|
|
373
373
|
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",
|
|
@@ -377,7 +377,7 @@ const N = (o, t) => {
|
|
|
377
377
|
null,
|
|
378
378
|
-1
|
|
379
379
|
/* HOISTED */
|
|
380
|
-
),
|
|
380
|
+
), je = /* @__PURE__ */ u(
|
|
381
381
|
"path",
|
|
382
382
|
{
|
|
383
383
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -387,10 +387,10 @@ const N = (o, t) => {
|
|
|
387
387
|
null,
|
|
388
388
|
-1
|
|
389
389
|
/* HOISTED */
|
|
390
|
-
),
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
],
|
|
390
|
+
), We = [
|
|
391
|
+
Ue,
|
|
392
|
+
je
|
|
393
|
+
], Ke = {
|
|
394
394
|
key: 4,
|
|
395
395
|
t: "1686300180947",
|
|
396
396
|
class: "icon",
|
|
@@ -400,7 +400,7 @@ const N = (o, t) => {
|
|
|
400
400
|
"p-id": "8447",
|
|
401
401
|
width: "200",
|
|
402
402
|
height: "200"
|
|
403
|
-
},
|
|
403
|
+
}, Ge = /* @__PURE__ */ u(
|
|
404
404
|
"path",
|
|
405
405
|
{
|
|
406
406
|
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",
|
|
@@ -410,7 +410,7 @@ const N = (o, t) => {
|
|
|
410
410
|
null,
|
|
411
411
|
-1
|
|
412
412
|
/* HOISTED */
|
|
413
|
-
),
|
|
413
|
+
), Ye = /* @__PURE__ */ u(
|
|
414
414
|
"path",
|
|
415
415
|
{
|
|
416
416
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -420,10 +420,10 @@ const N = (o, t) => {
|
|
|
420
420
|
null,
|
|
421
421
|
-1
|
|
422
422
|
/* HOISTED */
|
|
423
|
-
),
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
],
|
|
423
|
+
), Xe = [
|
|
424
|
+
Ge,
|
|
425
|
+
Ye
|
|
426
|
+
], Je = {
|
|
427
427
|
key: 5,
|
|
428
428
|
t: "1686300195363",
|
|
429
429
|
class: "icon",
|
|
@@ -433,7 +433,7 @@ const N = (o, t) => {
|
|
|
433
433
|
"p-id": "8602",
|
|
434
434
|
width: "200",
|
|
435
435
|
height: "200"
|
|
436
|
-
},
|
|
436
|
+
}, Ze = /* @__PURE__ */ u(
|
|
437
437
|
"path",
|
|
438
438
|
{
|
|
439
439
|
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",
|
|
@@ -443,7 +443,7 @@ const N = (o, t) => {
|
|
|
443
443
|
null,
|
|
444
444
|
-1
|
|
445
445
|
/* HOISTED */
|
|
446
|
-
),
|
|
446
|
+
), Qe = /* @__PURE__ */ u(
|
|
447
447
|
"path",
|
|
448
448
|
{
|
|
449
449
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -453,10 +453,10 @@ const N = (o, t) => {
|
|
|
453
453
|
null,
|
|
454
454
|
-1
|
|
455
455
|
/* HOISTED */
|
|
456
|
-
),
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
],
|
|
456
|
+
), e3 = [
|
|
457
|
+
Ze,
|
|
458
|
+
Qe
|
|
459
|
+
], t3 = {
|
|
460
460
|
key: 6,
|
|
461
461
|
t: "1686300209288",
|
|
462
462
|
class: "icon",
|
|
@@ -466,7 +466,7 @@ const N = (o, t) => {
|
|
|
466
466
|
"p-id": "8757",
|
|
467
467
|
width: "200",
|
|
468
468
|
height: "200"
|
|
469
|
-
},
|
|
469
|
+
}, o3 = /* @__PURE__ */ u(
|
|
470
470
|
"path",
|
|
471
471
|
{
|
|
472
472
|
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",
|
|
@@ -476,7 +476,7 @@ const N = (o, t) => {
|
|
|
476
476
|
null,
|
|
477
477
|
-1
|
|
478
478
|
/* HOISTED */
|
|
479
|
-
),
|
|
479
|
+
), n3 = /* @__PURE__ */ u(
|
|
480
480
|
"path",
|
|
481
481
|
{
|
|
482
482
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -486,10 +486,10 @@ const N = (o, t) => {
|
|
|
486
486
|
null,
|
|
487
487
|
-1
|
|
488
488
|
/* HOISTED */
|
|
489
|
-
),
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
],
|
|
489
|
+
), s3 = [
|
|
490
|
+
o3,
|
|
491
|
+
n3
|
|
492
|
+
], i3 = {
|
|
493
493
|
key: 7,
|
|
494
494
|
t: "1686300225262",
|
|
495
495
|
class: "icon",
|
|
@@ -499,7 +499,7 @@ const N = (o, t) => {
|
|
|
499
499
|
"p-id": "8912",
|
|
500
500
|
width: "200",
|
|
501
501
|
height: "200"
|
|
502
|
-
},
|
|
502
|
+
}, l3 = /* @__PURE__ */ u(
|
|
503
503
|
"path",
|
|
504
504
|
{
|
|
505
505
|
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",
|
|
@@ -509,7 +509,7 @@ const N = (o, t) => {
|
|
|
509
509
|
null,
|
|
510
510
|
-1
|
|
511
511
|
/* HOISTED */
|
|
512
|
-
),
|
|
512
|
+
), a3 = /* @__PURE__ */ u(
|
|
513
513
|
"path",
|
|
514
514
|
{
|
|
515
515
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -519,10 +519,10 @@ const N = (o, t) => {
|
|
|
519
519
|
null,
|
|
520
520
|
-1
|
|
521
521
|
/* HOISTED */
|
|
522
|
-
),
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
],
|
|
522
|
+
), r3 = [
|
|
523
|
+
l3,
|
|
524
|
+
a3
|
|
525
|
+
], c3 = {
|
|
526
526
|
key: 8,
|
|
527
527
|
t: "1692251753690",
|
|
528
528
|
class: "icon",
|
|
@@ -532,7 +532,7 @@ const N = (o, t) => {
|
|
|
532
532
|
"p-id": "4336",
|
|
533
533
|
width: "200",
|
|
534
534
|
height: "200"
|
|
535
|
-
},
|
|
535
|
+
}, d3 = /* @__PURE__ */ u(
|
|
536
536
|
"path",
|
|
537
537
|
{
|
|
538
538
|
d: "M192 0h448.170667l319.829333 320V896a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V128A128 128 0 0 1 192 0z",
|
|
@@ -542,7 +542,7 @@ const N = (o, t) => {
|
|
|
542
542
|
null,
|
|
543
543
|
-1
|
|
544
544
|
/* HOISTED */
|
|
545
|
-
),
|
|
545
|
+
), u3 = /* @__PURE__ */ u(
|
|
546
546
|
"path",
|
|
547
547
|
{
|
|
548
548
|
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",
|
|
@@ -553,7 +553,7 @@ const N = (o, t) => {
|
|
|
553
553
|
null,
|
|
554
554
|
-1
|
|
555
555
|
/* HOISTED */
|
|
556
|
-
),
|
|
556
|
+
), p3 = /* @__PURE__ */ u(
|
|
557
557
|
"path",
|
|
558
558
|
{
|
|
559
559
|
d: "M640 0l320 320H768a128 128 0 0 1-128-128V0z",
|
|
@@ -563,11 +563,11 @@ const N = (o, t) => {
|
|
|
563
563
|
null,
|
|
564
564
|
-1
|
|
565
565
|
/* HOISTED */
|
|
566
|
-
),
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
],
|
|
566
|
+
), f3 = [
|
|
567
|
+
d3,
|
|
568
|
+
u3,
|
|
569
|
+
p3
|
|
570
|
+
], v3 = {
|
|
571
571
|
key: 9,
|
|
572
572
|
t: "1692251753690",
|
|
573
573
|
class: "icon",
|
|
@@ -577,7 +577,7 @@ const N = (o, t) => {
|
|
|
577
577
|
"p-id": "4336",
|
|
578
578
|
width: "200",
|
|
579
579
|
height: "200"
|
|
580
|
-
},
|
|
580
|
+
}, h3 = /* @__PURE__ */ u(
|
|
581
581
|
"path",
|
|
582
582
|
{
|
|
583
583
|
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",
|
|
@@ -587,7 +587,7 @@ const N = (o, t) => {
|
|
|
587
587
|
null,
|
|
588
588
|
-1
|
|
589
589
|
/* HOISTED */
|
|
590
|
-
),
|
|
590
|
+
), g3 = /* @__PURE__ */ u(
|
|
591
591
|
"path",
|
|
592
592
|
{
|
|
593
593
|
d: "M960 326.4v16H755.2s-100.8-20.8-99.2-107.2c0 0 3.2 91.2 96 91.2h208z",
|
|
@@ -597,7 +597,7 @@ const N = (o, t) => {
|
|
|
597
597
|
null,
|
|
598
598
|
-1
|
|
599
599
|
/* HOISTED */
|
|
600
|
-
),
|
|
600
|
+
), y3 = /* @__PURE__ */ u(
|
|
601
601
|
"path",
|
|
602
602
|
{
|
|
603
603
|
d: "M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z",
|
|
@@ -608,7 +608,7 @@ const N = (o, t) => {
|
|
|
608
608
|
null,
|
|
609
609
|
-1
|
|
610
610
|
/* HOISTED */
|
|
611
|
-
),
|
|
611
|
+
), _3 = /* @__PURE__ */ u(
|
|
612
612
|
"path",
|
|
613
613
|
{
|
|
614
614
|
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",
|
|
@@ -618,12 +618,12 @@ const N = (o, t) => {
|
|
|
618
618
|
null,
|
|
619
619
|
-1
|
|
620
620
|
/* HOISTED */
|
|
621
|
-
),
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
],
|
|
621
|
+
), m3 = [
|
|
622
|
+
h3,
|
|
623
|
+
g3,
|
|
624
|
+
y3,
|
|
625
|
+
_3
|
|
626
|
+
], w3 = {
|
|
627
627
|
key: 10,
|
|
628
628
|
t: "1714099890925",
|
|
629
629
|
class: "icon",
|
|
@@ -633,7 +633,7 @@ const N = (o, t) => {
|
|
|
633
633
|
"p-id": "2271",
|
|
634
634
|
width: "200",
|
|
635
635
|
height: "200"
|
|
636
|
-
},
|
|
636
|
+
}, k3 = /* @__PURE__ */ u(
|
|
637
637
|
"path",
|
|
638
638
|
{
|
|
639
639
|
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",
|
|
@@ -643,7 +643,7 @@ const N = (o, t) => {
|
|
|
643
643
|
null,
|
|
644
644
|
-1
|
|
645
645
|
/* HOISTED */
|
|
646
|
-
),
|
|
646
|
+
), F3 = /* @__PURE__ */ u(
|
|
647
647
|
"path",
|
|
648
648
|
{
|
|
649
649
|
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",
|
|
@@ -654,7 +654,7 @@ const N = (o, t) => {
|
|
|
654
654
|
null,
|
|
655
655
|
-1
|
|
656
656
|
/* HOISTED */
|
|
657
|
-
),
|
|
657
|
+
), x3 = /* @__PURE__ */ u(
|
|
658
658
|
"path",
|
|
659
659
|
{
|
|
660
660
|
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",
|
|
@@ -664,11 +664,11 @@ const N = (o, t) => {
|
|
|
664
664
|
null,
|
|
665
665
|
-1
|
|
666
666
|
/* HOISTED */
|
|
667
|
-
),
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
],
|
|
667
|
+
), S3 = [
|
|
668
|
+
k3,
|
|
669
|
+
F3,
|
|
670
|
+
x3
|
|
671
|
+
], b3 = {
|
|
672
672
|
key: 11,
|
|
673
673
|
t: "1686300037564",
|
|
674
674
|
class: "icon",
|
|
@@ -678,7 +678,7 @@ const N = (o, t) => {
|
|
|
678
678
|
"p-id": "7515",
|
|
679
679
|
width: "200",
|
|
680
680
|
height: "200"
|
|
681
|
-
},
|
|
681
|
+
}, z3 = /* @__PURE__ */ u(
|
|
682
682
|
"path",
|
|
683
683
|
{
|
|
684
684
|
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",
|
|
@@ -688,7 +688,7 @@ const N = (o, t) => {
|
|
|
688
688
|
null,
|
|
689
689
|
-1
|
|
690
690
|
/* HOISTED */
|
|
691
|
-
),
|
|
691
|
+
), $3 = /* @__PURE__ */ u(
|
|
692
692
|
"path",
|
|
693
693
|
{
|
|
694
694
|
d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
|
|
@@ -698,7 +698,7 @@ const N = (o, t) => {
|
|
|
698
698
|
null,
|
|
699
699
|
-1
|
|
700
700
|
/* HOISTED */
|
|
701
|
-
),
|
|
701
|
+
), C3 = /* @__PURE__ */ u(
|
|
702
702
|
"path",
|
|
703
703
|
{
|
|
704
704
|
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",
|
|
@@ -708,11 +708,11 @@ const N = (o, t) => {
|
|
|
708
708
|
null,
|
|
709
709
|
-1
|
|
710
710
|
/* HOISTED */
|
|
711
|
-
),
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
],
|
|
711
|
+
), I3 = [
|
|
712
|
+
z3,
|
|
713
|
+
$3,
|
|
714
|
+
C3
|
|
715
|
+
], O3 = /* @__PURE__ */ B({
|
|
716
716
|
__name: "FileIcon",
|
|
717
717
|
props: {
|
|
718
718
|
type: {
|
|
@@ -733,10 +733,19 @@ const N = (o, t) => {
|
|
|
733
733
|
}
|
|
734
734
|
},
|
|
735
735
|
setup(o) {
|
|
736
|
-
const
|
|
737
|
-
return (
|
|
736
|
+
const n = o, s = S(() => n.file ? de(n.file, n.fields) : n.type);
|
|
737
|
+
return (t, e) => s.value === "image" ? (l(), r("svg", Ie, Ee)) : s.value === "zip" ? (l(), r("svg", Re, Me)) : s.value === "ppt" ? (l(), r("svg", Pe, He)) : s.value === "word" ? (l(), r("svg", qe, We)) : s.value === "pdf" ? (l(), r("svg", Ke, Xe)) : s.value === "txt" ? (l(), r("svg", Je, e3)) : s.value === "audio" ? (l(), r("svg", t3, s3)) : s.value === "video" ? (l(), r("svg", i3, r3)) : s.value === "excel" ? (l(), r("svg", c3, f3)) : s.value === "exe" ? (l(), r("svg", v3, m3)) : s.value === "json" ? (l(), r("svg", w3, S3)) : (l(), r("svg", b3, I3));
|
|
738
738
|
}
|
|
739
|
-
}),
|
|
739
|
+
}), ue = (o) => {
|
|
740
|
+
const n = V("loadUrl"), s = S(() => o.loadUrl || (n == null ? void 0 : n.value)), t = V("uploadUrl"), e = S(() => o.action || o.uploadUrl || (t == null ? void 0 : t.value)), a = V("token"), c = S(() => o.token || (a == null ? void 0 : a.value)), h = V("onlyofficeConfig"), _ = S(() => o.onlyofficeConfig || (h == null ? void 0 : h.value)), d = V("userInfo"), f = S(() => o.userInfo || (d == null ? void 0 : d.value));
|
|
741
|
+
return {
|
|
742
|
+
cLoadUrl: s,
|
|
743
|
+
cUploadUrl: e,
|
|
744
|
+
cToken: c,
|
|
745
|
+
cOnlyofficeConfig: _,
|
|
746
|
+
cUserInfo: f
|
|
747
|
+
};
|
|
748
|
+
}, T3 = ["onClick"], B3 = { class: "text" }, D3 = { class: "fileName" }, E3 = { class: "size" }, R3 = /* @__PURE__ */ B({
|
|
740
749
|
__name: "IkPreviewFile",
|
|
741
750
|
props: {
|
|
742
751
|
list: {
|
|
@@ -806,109 +815,109 @@ const N = (o, t) => {
|
|
|
806
815
|
}
|
|
807
816
|
},
|
|
808
817
|
setup(o) {
|
|
809
|
-
const
|
|
818
|
+
const n = o, { cLoadUrl: s, cOnlyofficeConfig: t } = ue(n), e = S(() => ({
|
|
810
819
|
name: "name",
|
|
811
820
|
url: "url",
|
|
812
821
|
suffix: "suffix",
|
|
813
822
|
size: "size",
|
|
814
|
-
...
|
|
815
|
-
})),
|
|
816
|
-
var
|
|
817
|
-
|
|
818
|
-
...
|
|
819
|
-
name:
|
|
820
|
-
url:
|
|
821
|
-
|
|
822
|
-
|
|
823
|
+
...n.field
|
|
824
|
+
})), a = P({}), c = P(!1), h = (p) => {
|
|
825
|
+
var m, g;
|
|
826
|
+
a.value = {
|
|
827
|
+
...p,
|
|
828
|
+
name: p.name,
|
|
829
|
+
url: U(
|
|
830
|
+
s.value,
|
|
831
|
+
p.url || ((g = (m = p == null ? void 0 : p.response) == null ? void 0 : m.data) == null ? void 0 : g.id) || (p == null ? void 0 : p.id)
|
|
823
832
|
)
|
|
824
|
-
},
|
|
825
|
-
},
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
833
|
+
}, c.value = !0;
|
|
834
|
+
}, _ = (p) => {
|
|
835
|
+
we.downloadFile(
|
|
836
|
+
U(
|
|
837
|
+
s.value,
|
|
838
|
+
p[e.value.url] || p.attachmentId || p.id
|
|
830
839
|
),
|
|
831
|
-
|
|
840
|
+
p[e.value.name] || p.attachmentName
|
|
832
841
|
);
|
|
833
|
-
},
|
|
834
|
-
...
|
|
835
|
-
name:
|
|
836
|
-
size:
|
|
837
|
-
suffix:
|
|
842
|
+
}, d = S(() => me.isNumber(n.width) ? `${n.width}px` : n.width), f = S(() => n.list.map((p) => ({
|
|
843
|
+
...p,
|
|
844
|
+
name: p[e.value.name] || p.attachmentName,
|
|
845
|
+
size: p[e.value.size] || p.fileSize || p.attachmentSize,
|
|
846
|
+
suffix: p[e.value.suffix] || p.attachmentSuffix
|
|
838
847
|
})));
|
|
839
|
-
return (
|
|
840
|
-
var
|
|
841
|
-
return
|
|
842
|
-
|
|
848
|
+
return (p, m) => {
|
|
849
|
+
var g, i, b;
|
|
850
|
+
return l(), r(
|
|
851
|
+
I,
|
|
843
852
|
null,
|
|
844
853
|
[
|
|
845
|
-
(
|
|
846
|
-
|
|
854
|
+
(g = o.list) != null && g.length ? (l(!0), r(
|
|
855
|
+
I,
|
|
847
856
|
{ key: 0 },
|
|
848
|
-
|
|
849
|
-
var
|
|
850
|
-
return
|
|
857
|
+
M(f.value, (x, y) => {
|
|
858
|
+
var z;
|
|
859
|
+
return l(), r(
|
|
851
860
|
"div",
|
|
852
861
|
{
|
|
853
|
-
class:
|
|
854
|
-
key:
|
|
855
|
-
style:
|
|
856
|
-
marginBottom:
|
|
857
|
-
width:
|
|
862
|
+
class: O(["iking-privew-annex", { "is-bg": o.showBg }]),
|
|
863
|
+
key: y,
|
|
864
|
+
style: C({
|
|
865
|
+
marginBottom: y == ((z = o.list) == null ? void 0 : z.length) - 1 ? "0" : "10px",
|
|
866
|
+
width: d.value
|
|
858
867
|
})
|
|
859
868
|
},
|
|
860
869
|
[
|
|
861
|
-
|
|
870
|
+
u("div", {
|
|
862
871
|
class: "file-card",
|
|
863
|
-
onClick: (
|
|
872
|
+
onClick: ($) => h(x)
|
|
864
873
|
}, [
|
|
865
|
-
|
|
866
|
-
file:
|
|
867
|
-
style:
|
|
874
|
+
T(O3, {
|
|
875
|
+
file: x,
|
|
876
|
+
style: C({ height: `${o.iconSize}px` }),
|
|
868
877
|
class: "ikui-w-auto",
|
|
869
|
-
fields:
|
|
878
|
+
fields: e.value
|
|
870
879
|
}, null, 8, ["file", "style", "fields"]),
|
|
871
|
-
|
|
872
|
-
|
|
880
|
+
u("div", B3, [
|
|
881
|
+
u(
|
|
873
882
|
"div",
|
|
874
|
-
|
|
875
|
-
|
|
883
|
+
D3,
|
|
884
|
+
w(x.name),
|
|
876
885
|
1
|
|
877
886
|
/* TEXT */
|
|
878
887
|
),
|
|
879
|
-
|
|
888
|
+
u(
|
|
880
889
|
"div",
|
|
881
|
-
|
|
882
|
-
|
|
890
|
+
E3,
|
|
891
|
+
w(F(ze)(x.size)),
|
|
883
892
|
1
|
|
884
893
|
/* TEXT */
|
|
885
894
|
)
|
|
886
895
|
]),
|
|
887
|
-
|
|
896
|
+
u(
|
|
888
897
|
"div",
|
|
889
898
|
{
|
|
890
|
-
class:
|
|
899
|
+
class: O(["flex flex-center", { "hover-show": o.iconHoverShow }])
|
|
891
900
|
},
|
|
892
901
|
[
|
|
893
|
-
|
|
902
|
+
T(F(j), {
|
|
894
903
|
name: "iksvg_daochu",
|
|
895
|
-
onClick:
|
|
904
|
+
onClick: fe(($) => _(x), ["stop"]),
|
|
896
905
|
bg: o.showBg,
|
|
897
906
|
size: o.showBg ? "default" : 20
|
|
898
907
|
}, null, 8, ["onClick", "bg", "size"]),
|
|
899
|
-
|
|
908
|
+
T(F(j), {
|
|
900
909
|
name: "iksvg_yulan",
|
|
901
910
|
bg: o.showBg,
|
|
902
911
|
size: o.showBg ? "default" : 20
|
|
903
912
|
}, null, 8, ["bg", "size"]),
|
|
904
|
-
|
|
905
|
-
data: { ...
|
|
913
|
+
q(p.$slots, "operation", {
|
|
914
|
+
data: { ...x, findex: y }
|
|
906
915
|
})
|
|
907
916
|
],
|
|
908
917
|
2
|
|
909
918
|
/* CLASS */
|
|
910
919
|
)
|
|
911
|
-
], 8,
|
|
920
|
+
], 8, T3)
|
|
912
921
|
],
|
|
913
922
|
6
|
|
914
923
|
/* CLASS, STYLE */
|
|
@@ -916,15 +925,15 @@ const N = (o, t) => {
|
|
|
916
925
|
}),
|
|
917
926
|
128
|
|
918
927
|
/* KEYED_FRAGMENT */
|
|
919
|
-
)) :
|
|
920
|
-
|
|
921
|
-
show:
|
|
922
|
-
"onUpdate:show":
|
|
923
|
-
loadUrl:
|
|
924
|
-
file:
|
|
925
|
-
onlyofficeServer: o.onlyofficeServer,
|
|
926
|
-
onlyOfficeConfig:
|
|
927
|
-
onlyOfficeAccept: o.onlyOfficeAccept
|
|
928
|
+
)) : v("v-if", !0),
|
|
929
|
+
T(F(M3), {
|
|
930
|
+
show: c.value,
|
|
931
|
+
"onUpdate:show": m[0] || (m[0] = (x) => c.value = x),
|
|
932
|
+
loadUrl: F(s),
|
|
933
|
+
file: a.value,
|
|
934
|
+
onlyofficeServer: ((i = F(t)) == null ? void 0 : i.serverUrl) || o.onlyofficeServer,
|
|
935
|
+
onlyOfficeConfig: F(t),
|
|
936
|
+
onlyOfficeAccept: ((b = F(t)) == null ? void 0 : b.accept) || o.onlyOfficeAccept
|
|
928
937
|
}, null, 8, ["show", "loadUrl", "file", "onlyofficeServer", "onlyOfficeConfig", "onlyOfficeAccept"])
|
|
929
938
|
],
|
|
930
939
|
64
|
|
@@ -933,9 +942,9 @@ const N = (o, t) => {
|
|
|
933
942
|
};
|
|
934
943
|
}
|
|
935
944
|
});
|
|
936
|
-
const
|
|
945
|
+
const A3 = L(R3), V3 = /* @__PURE__ */ B({
|
|
937
946
|
__name: "IkPreviewFileDialog",
|
|
938
|
-
props: /* @__PURE__ */
|
|
947
|
+
props: /* @__PURE__ */ ie({
|
|
939
948
|
file: {
|
|
940
949
|
type: Object,
|
|
941
950
|
default: () => []
|
|
@@ -970,81 +979,81 @@ const T3 = N(O3), B3 = /* @__PURE__ */ $({
|
|
|
970
979
|
}),
|
|
971
980
|
emits: ["update:show"],
|
|
972
981
|
setup(o) {
|
|
973
|
-
const
|
|
982
|
+
const n = o, s = le(o, "show"), t = S(() => ({
|
|
974
983
|
name: "name",
|
|
975
984
|
url: "url",
|
|
976
985
|
suffix: "suffix",
|
|
977
986
|
size: "fileSize",
|
|
978
|
-
...
|
|
979
|
-
})),
|
|
987
|
+
...n.field
|
|
988
|
+
})), e = P(null), a = P(null), c = ae({
|
|
980
989
|
image: !1,
|
|
981
990
|
office: !1,
|
|
982
991
|
video: !1
|
|
983
|
-
}),
|
|
984
|
-
var f,
|
|
992
|
+
}), h = (d) => {
|
|
993
|
+
var f, p, m, g, i, b, x;
|
|
985
994
|
try {
|
|
986
|
-
const
|
|
987
|
-
if (
|
|
988
|
-
...
|
|
989
|
-
name:
|
|
990
|
-
url:
|
|
991
|
-
},
|
|
992
|
-
|
|
995
|
+
const y = ((f = d == null ? void 0 : d.response) == null ? void 0 : f.data) || d, z = y[t.value.url] || (y == null ? void 0 : y.id) || y.attachmentId, $ = (p = y[t.value.suffix] || y.attachmentSuffix) == null ? void 0 : p.toLowerCase(), A = y[t.value.name] || (y == null ? void 0 : y.attachmentName) || (y == null ? void 0 : y.originName);
|
|
996
|
+
if (a.value = {
|
|
997
|
+
...d,
|
|
998
|
+
name: d[t.value.name],
|
|
999
|
+
url: U(n.loadUrl, z)
|
|
1000
|
+
}, d && de(d, t.value) === "image") {
|
|
1001
|
+
c.image = !0;
|
|
993
1002
|
return;
|
|
994
|
-
} else if ((((
|
|
995
|
-
|
|
996
|
-
...
|
|
1003
|
+
} else if ((((m = n.onlyOfficeConfig) == null ? void 0 : m.accept) || n.onlyOfficeAccept).includes($)) {
|
|
1004
|
+
c.office = !0, e.value = {
|
|
1005
|
+
...n.onlyOfficeConfig,
|
|
997
1006
|
editorConfig: {
|
|
998
|
-
...((
|
|
1007
|
+
...((g = n.onlyOfficeConfig) == null ? void 0 : g.editorConfig) || {},
|
|
999
1008
|
customization: {
|
|
1000
|
-
...((
|
|
1009
|
+
...((b = (i = n.onlyOfficeConfig) == null ? void 0 : i.editorConfig) == null ? void 0 : b.customization) || {},
|
|
1001
1010
|
review: {
|
|
1002
1011
|
reviewDisplay: "final"
|
|
1003
1012
|
}
|
|
1004
1013
|
}
|
|
1005
1014
|
},
|
|
1006
1015
|
document: {
|
|
1007
|
-
key:
|
|
1016
|
+
key: ke(),
|
|
1008
1017
|
title: A,
|
|
1009
|
-
url:
|
|
1010
|
-
fileType:
|
|
1011
|
-
...((
|
|
1018
|
+
url: U(n.loadUrl, z),
|
|
1019
|
+
fileType: $,
|
|
1020
|
+
...((x = n.onlyOfficeConfig) == null ? void 0 : x.document) || {}
|
|
1012
1021
|
},
|
|
1013
|
-
documentType:
|
|
1022
|
+
documentType: Ce($)
|
|
1014
1023
|
};
|
|
1015
1024
|
return;
|
|
1016
1025
|
}
|
|
1017
|
-
} catch (
|
|
1018
|
-
console.info("预览错误: ",
|
|
1026
|
+
} catch (y) {
|
|
1027
|
+
console.info("预览错误: ", y);
|
|
1019
1028
|
}
|
|
1020
1029
|
};
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1030
|
+
re([s, n.file], ([d, f]) => {
|
|
1031
|
+
d && G(() => {
|
|
1032
|
+
h(n.file);
|
|
1024
1033
|
});
|
|
1025
1034
|
});
|
|
1026
1035
|
const _ = () => {
|
|
1027
|
-
|
|
1036
|
+
s.value = !1, c.office = !1, c.image = !1, c.video = !1;
|
|
1028
1037
|
};
|
|
1029
|
-
return (
|
|
1030
|
-
var
|
|
1031
|
-
const
|
|
1032
|
-
return
|
|
1033
|
-
|
|
1038
|
+
return (d, f) => {
|
|
1039
|
+
var m, g;
|
|
1040
|
+
const p = N("el-image-viewer");
|
|
1041
|
+
return s.value ? (l(), r(
|
|
1042
|
+
I,
|
|
1034
1043
|
{ key: 0 },
|
|
1035
1044
|
[
|
|
1036
|
-
(
|
|
1045
|
+
(m = a.value) != null && m.url && c.image ? (l(), R(p, {
|
|
1037
1046
|
key: 0,
|
|
1038
|
-
onClose: f[0] || (f[0] = (
|
|
1039
|
-
|
|
1047
|
+
onClose: f[0] || (f[0] = (i) => {
|
|
1048
|
+
a.value = null, c.image = !1;
|
|
1040
1049
|
}),
|
|
1041
1050
|
ref: "previewImgRef",
|
|
1042
|
-
"url-list": [(
|
|
1043
|
-
}, null, 8, ["url-list"])) :
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
modelValue:
|
|
1047
|
-
"onUpdate:modelValue": f[1] || (f[1] = (
|
|
1051
|
+
"url-list": [(g = a.value) == null ? void 0 : g.url]
|
|
1052
|
+
}, null, 8, ["url-list"])) : v("v-if", !0),
|
|
1053
|
+
v(" 文档类 "),
|
|
1054
|
+
T(F(Q3), {
|
|
1055
|
+
modelValue: c.office,
|
|
1056
|
+
"onUpdate:modelValue": f[1] || (f[1] = (i) => c.office = i),
|
|
1048
1057
|
draggable: "",
|
|
1049
1058
|
"no-footer": "",
|
|
1050
1059
|
"no-header": "",
|
|
@@ -1057,34 +1066,37 @@ const T3 = N(O3), B3 = /* @__PURE__ */ $({
|
|
|
1057
1066
|
onClose: _,
|
|
1058
1067
|
"modal-class": "ik-only-preview-dialog"
|
|
1059
1068
|
}, {
|
|
1060
|
-
default:
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1069
|
+
default: D(() => {
|
|
1070
|
+
var i;
|
|
1071
|
+
return [
|
|
1072
|
+
T(F(a6), {
|
|
1073
|
+
"config-options": e.value,
|
|
1074
|
+
"document-server-url": ((i = o.onlyOfficeConfig) == null ? void 0 : i.serverUrl) || o.onlyofficeServer
|
|
1075
|
+
}, null, 8, ["config-options", "document-server-url"])
|
|
1076
|
+
];
|
|
1077
|
+
}),
|
|
1066
1078
|
_: 1
|
|
1067
1079
|
/* STABLE */
|
|
1068
1080
|
}, 8, ["modelValue"])
|
|
1069
1081
|
],
|
|
1070
1082
|
64
|
|
1071
1083
|
/* STABLE_FRAGMENT */
|
|
1072
|
-
)) :
|
|
1084
|
+
)) : v("v-if", !0);
|
|
1073
1085
|
};
|
|
1074
1086
|
}
|
|
1075
1087
|
});
|
|
1076
|
-
const
|
|
1088
|
+
const M3 = L(V3), P3 = {
|
|
1077
1089
|
key: 0,
|
|
1078
1090
|
class: "ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"
|
|
1079
|
-
},
|
|
1091
|
+
}, N3 = {
|
|
1080
1092
|
key: 1,
|
|
1081
1093
|
class: "h-[1em] w-[1em]",
|
|
1082
1094
|
"aria-hidden": "true"
|
|
1083
|
-
},
|
|
1095
|
+
}, L3 = ["xlink:href"], H3 = ["src"], q3 = {
|
|
1084
1096
|
key: 1,
|
|
1085
1097
|
class: "h-[1em] w-[1em]",
|
|
1086
1098
|
"aria-hidden": "true"
|
|
1087
|
-
},
|
|
1099
|
+
}, U3 = ["xlink:href"], j3 = ["src"], W3 = /* @__PURE__ */ B({
|
|
1088
1100
|
name: "IkSvgIcon",
|
|
1089
1101
|
__name: "index",
|
|
1090
1102
|
props: {
|
|
@@ -1111,84 +1123,87 @@ const D3 = N(B3), E3 = {
|
|
|
1111
1123
|
tableIconType: { default: "icon" }
|
|
1112
1124
|
},
|
|
1113
1125
|
setup(o) {
|
|
1114
|
-
const
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
}), e =
|
|
1118
|
-
const
|
|
1119
|
-
|
|
1120
|
-
|
|
1126
|
+
const n = o, s = V("iconConfig"), t = S(() => ({
|
|
1127
|
+
...(s == null ? void 0 : s.value) || {},
|
|
1128
|
+
...n
|
|
1129
|
+
})), e = S(() => {
|
|
1130
|
+
const { name: c } = t.value;
|
|
1131
|
+
return /^http?:\/\//.test(c) ? "img" : /i-[^:]+:[^:]+/.test(c) ? "unocss" : c != null && c.startsWith("iksig") ? "iksig" : c != null && c.includes(":") ? "iconify" : c != null && c.startsWith("iksvg") ? "svg" : "i";
|
|
1132
|
+
}), a = S(() => {
|
|
1133
|
+
const c = [];
|
|
1134
|
+
if (t.value.flip)
|
|
1135
|
+
switch (t.value.flip) {
|
|
1121
1136
|
case "horizontal":
|
|
1122
|
-
|
|
1137
|
+
c.push("rotateY(180deg)");
|
|
1123
1138
|
break;
|
|
1124
1139
|
case "vertical":
|
|
1125
|
-
|
|
1140
|
+
c.push("rotateX(180deg)");
|
|
1126
1141
|
break;
|
|
1127
1142
|
case "both":
|
|
1128
|
-
|
|
1143
|
+
c.push("rotateX(180deg)"), c.push("rotateY(180deg)");
|
|
1129
1144
|
break;
|
|
1130
1145
|
}
|
|
1131
|
-
t.rotate &&
|
|
1132
|
-
const
|
|
1133
|
-
...t.color && { color: t.color },
|
|
1134
|
-
...t.size && { fontSize: typeof t.size == "number" ? `${t.size}px` : t.size },
|
|
1135
|
-
...
|
|
1136
|
-
padding: t.showBg || t.bg ? t.padding : 0,
|
|
1137
|
-
...t.color &&
|
|
1138
|
-
"--ik-color-icon-dark": t.color,
|
|
1139
|
-
"--ik-color-icon-light": t.colorLight ||
|
|
1146
|
+
t.value.rotate && c.push(`rotate(${t.value.rotate % 360}deg)`);
|
|
1147
|
+
const h = {
|
|
1148
|
+
...t.value.color && { color: t.value.color },
|
|
1149
|
+
...t.value.size && { fontSize: typeof t.value.size == "number" ? `${t.value.size}px` : t.value.size },
|
|
1150
|
+
...c.length && { transform: c.join(" ") },
|
|
1151
|
+
padding: t.value.showBg || t.value.bg ? t.value.padding : 0,
|
|
1152
|
+
...t.value.color && e.value !== "iksig" ? {
|
|
1153
|
+
"--ik-color-icon-dark": t.value.color,
|
|
1154
|
+
"--ik-color-icon-light": t.value.colorLight || Fe.setOpacity(t.value.color, t.value.opacity)
|
|
1140
1155
|
} : {}
|
|
1141
1156
|
};
|
|
1142
|
-
return t.width && (
|
|
1157
|
+
return t.value.width && (h.width = h.height = typeof t.value.width == "number" ? `${t.value.width}px` : t.value.width), h;
|
|
1143
1158
|
});
|
|
1144
|
-
return (
|
|
1145
|
-
const
|
|
1146
|
-
return
|
|
1147
|
-
|
|
1159
|
+
return (c, h) => {
|
|
1160
|
+
const _ = N("el-tooltip"), d = N("el-button");
|
|
1161
|
+
return t.value.tableIconType === "icon" ? (l(), r("span", P3, [
|
|
1162
|
+
t.value.notip || !t.value.title ? (l(), r(
|
|
1148
1163
|
"i",
|
|
1149
1164
|
{
|
|
1150
1165
|
key: 0,
|
|
1151
|
-
class:
|
|
1152
|
-
[
|
|
1153
|
-
"show-bg":
|
|
1154
|
-
default:
|
|
1155
|
-
small:
|
|
1156
|
-
big:
|
|
1157
|
-
warning:
|
|
1158
|
-
primary:
|
|
1159
|
-
success:
|
|
1160
|
-
error:
|
|
1161
|
-
active:
|
|
1162
|
-
disabled:
|
|
1166
|
+
class: O(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
1167
|
+
[c.name]: e.value === "unocss",
|
|
1168
|
+
"show-bg": t.value.showBg || t.value.bg,
|
|
1169
|
+
default: t.value.size === "default",
|
|
1170
|
+
small: t.value.size === "small",
|
|
1171
|
+
big: t.value.size === "big",
|
|
1172
|
+
warning: t.value.warning || t.value.type === "warning",
|
|
1173
|
+
primary: t.value.primary || t.value.type === "primary",
|
|
1174
|
+
success: c.success || t.value.type === "success",
|
|
1175
|
+
error: t.value.error || t.value.type === "error",
|
|
1176
|
+
active: t.value.active,
|
|
1177
|
+
disabled: t.value.disabled
|
|
1163
1178
|
}]),
|
|
1164
|
-
style:
|
|
1179
|
+
style: C(a.value)
|
|
1165
1180
|
},
|
|
1166
1181
|
[
|
|
1167
|
-
|
|
1168
|
-
|
|
1182
|
+
v(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
|
|
1183
|
+
e.value === "iksig" ? (l(), r(
|
|
1169
1184
|
"i",
|
|
1170
1185
|
{
|
|
1171
1186
|
key: 0,
|
|
1172
|
-
class:
|
|
1173
|
-
style:
|
|
1187
|
+
class: O(`iksig ${t.value.name}`),
|
|
1188
|
+
style: C(a.value)
|
|
1174
1189
|
},
|
|
1175
1190
|
null,
|
|
1176
1191
|
6
|
|
1177
1192
|
/* CLASS, STYLE */
|
|
1178
|
-
)) :
|
|
1179
|
-
|
|
1180
|
-
"xlink:href": `#${
|
|
1181
|
-
}, null, 8,
|
|
1182
|
-
])) :
|
|
1193
|
+
)) : e.value === "svg" ? (l(), r("svg", N3, [
|
|
1194
|
+
u("use", {
|
|
1195
|
+
"xlink:href": `#${t.value.name}`
|
|
1196
|
+
}, null, 8, L3)
|
|
1197
|
+
])) : e.value === "img" ? (l(), r("img", {
|
|
1183
1198
|
key: 2,
|
|
1184
|
-
src:
|
|
1199
|
+
src: t.value.name,
|
|
1185
1200
|
class: "h-[1em] w-[1em]"
|
|
1186
|
-
}, null, 8,
|
|
1201
|
+
}, null, 8, H3)) : (l(), r(
|
|
1187
1202
|
"i",
|
|
1188
1203
|
{
|
|
1189
1204
|
key: 3,
|
|
1190
|
-
class:
|
|
1191
|
-
style:
|
|
1205
|
+
class: O(t.value.name),
|
|
1206
|
+
style: C(a.value)
|
|
1192
1207
|
},
|
|
1193
1208
|
null,
|
|
1194
1209
|
6
|
|
@@ -1197,54 +1212,54 @@ const D3 = N(B3), E3 = {
|
|
|
1197
1212
|
],
|
|
1198
1213
|
6
|
|
1199
1214
|
/* CLASS, STYLE */
|
|
1200
|
-
)) : (
|
|
1215
|
+
)) : (l(), R(_, {
|
|
1201
1216
|
key: 1,
|
|
1202
|
-
content:
|
|
1217
|
+
content: t.value.title,
|
|
1203
1218
|
placement: "top"
|
|
1204
1219
|
}, {
|
|
1205
|
-
default:
|
|
1206
|
-
|
|
1220
|
+
default: D(() => [
|
|
1221
|
+
u(
|
|
1207
1222
|
"i",
|
|
1208
1223
|
{
|
|
1209
|
-
class:
|
|
1210
|
-
[
|
|
1211
|
-
"show-bg":
|
|
1212
|
-
default:
|
|
1213
|
-
small:
|
|
1214
|
-
big:
|
|
1215
|
-
warning:
|
|
1216
|
-
primary:
|
|
1217
|
-
success:
|
|
1218
|
-
error:
|
|
1219
|
-
active:
|
|
1224
|
+
class: O(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
1225
|
+
[c.name]: e.value === "unocss",
|
|
1226
|
+
"show-bg": t.value.showBg || t.value.bg,
|
|
1227
|
+
default: t.value.size === "default",
|
|
1228
|
+
small: t.value.size === "small",
|
|
1229
|
+
big: t.value.size === "big",
|
|
1230
|
+
warning: t.value.warning || t.value.type === "warning",
|
|
1231
|
+
primary: c.primary || t.value.type === "primary",
|
|
1232
|
+
success: c.success || t.value.type === "success",
|
|
1233
|
+
error: t.value.error || t.value.type === "error",
|
|
1234
|
+
active: t.value.active
|
|
1220
1235
|
}]),
|
|
1221
|
-
style:
|
|
1236
|
+
style: C(a.value)
|
|
1222
1237
|
},
|
|
1223
1238
|
[
|
|
1224
|
-
|
|
1239
|
+
e.value === "iksig" ? (l(), r(
|
|
1225
1240
|
"i",
|
|
1226
1241
|
{
|
|
1227
1242
|
key: 0,
|
|
1228
|
-
class:
|
|
1229
|
-
style:
|
|
1243
|
+
class: O(`iksig ${t.value.name}`),
|
|
1244
|
+
style: C(a.value)
|
|
1230
1245
|
},
|
|
1231
1246
|
null,
|
|
1232
1247
|
6
|
|
1233
1248
|
/* CLASS, STYLE */
|
|
1234
|
-
)) :
|
|
1235
|
-
|
|
1236
|
-
"xlink:href": `#${
|
|
1237
|
-
}, null, 8,
|
|
1238
|
-
])) :
|
|
1249
|
+
)) : e.value === "svg" ? (l(), r("svg", q3, [
|
|
1250
|
+
u("use", {
|
|
1251
|
+
"xlink:href": `#${t.value.name}`
|
|
1252
|
+
}, null, 8, U3)
|
|
1253
|
+
])) : e.value === "img" ? (l(), r("img", {
|
|
1239
1254
|
key: 2,
|
|
1240
|
-
src:
|
|
1255
|
+
src: t.value.name,
|
|
1241
1256
|
class: "h-[1em] w-[1em]"
|
|
1242
|
-
}, null, 8,
|
|
1257
|
+
}, null, 8, j3)) : (l(), r(
|
|
1243
1258
|
"i",
|
|
1244
1259
|
{
|
|
1245
1260
|
key: 3,
|
|
1246
|
-
class:
|
|
1247
|
-
style:
|
|
1261
|
+
class: O(t.value.name),
|
|
1262
|
+
style: C(a.value)
|
|
1248
1263
|
},
|
|
1249
1264
|
null,
|
|
1250
1265
|
6
|
|
@@ -1258,13 +1273,13 @@ const D3 = N(B3), E3 = {
|
|
|
1258
1273
|
_: 1
|
|
1259
1274
|
/* STABLE */
|
|
1260
1275
|
}, 8, ["content"]))
|
|
1261
|
-
])) : (
|
|
1276
|
+
])) : (l(), R(d, {
|
|
1262
1277
|
key: 1,
|
|
1263
|
-
type: ["warning", "error"].includes(
|
|
1278
|
+
type: ["warning", "error"].includes(t.value.type) ? "danger" : ""
|
|
1264
1279
|
}, {
|
|
1265
|
-
default:
|
|
1266
|
-
|
|
1267
|
-
|
|
1280
|
+
default: D(() => [
|
|
1281
|
+
E(
|
|
1282
|
+
w(t.value.title),
|
|
1268
1283
|
1
|
|
1269
1284
|
/* TEXT */
|
|
1270
1285
|
)
|
|
@@ -1275,10 +1290,10 @@ const D3 = N(B3), E3 = {
|
|
|
1275
1290
|
};
|
|
1276
1291
|
}
|
|
1277
1292
|
});
|
|
1278
|
-
const
|
|
1293
|
+
const K3 = /* @__PURE__ */ W(W3, [["__scopeId", "data-v-1be337e4"]]), j = L(K3), G3 = {
|
|
1279
1294
|
key: 0,
|
|
1280
1295
|
class: "exit-main-page-maximize"
|
|
1281
|
-
},
|
|
1296
|
+
}, Y3 = /* @__PURE__ */ B({
|
|
1282
1297
|
__name: "CloseIcon",
|
|
1283
1298
|
props: {
|
|
1284
1299
|
showBg: {
|
|
@@ -1291,15 +1306,15 @@ const L3 = /* @__PURE__ */ U(H3, [["__scopeId", "data-v-7d95dbf5"]]), q = N(L3),
|
|
|
1291
1306
|
}
|
|
1292
1307
|
},
|
|
1293
1308
|
setup(o) {
|
|
1294
|
-
return (
|
|
1295
|
-
o.showBg && o.fullscreen ? (
|
|
1296
|
-
|
|
1309
|
+
return (n, s) => (l(), r("div", null, [
|
|
1310
|
+
o.showBg && o.fullscreen ? (l(), r("div", G3, [
|
|
1311
|
+
T(F(j), {
|
|
1297
1312
|
name: "iksvg_guanbidanchuang",
|
|
1298
1313
|
title: "关闭",
|
|
1299
1314
|
size: 20,
|
|
1300
1315
|
error: ""
|
|
1301
1316
|
})
|
|
1302
|
-
])) : (
|
|
1317
|
+
])) : (l(), R(F(j), {
|
|
1303
1318
|
key: 1,
|
|
1304
1319
|
error: "",
|
|
1305
1320
|
name: "iksvg_guanbidanchuang",
|
|
@@ -1309,9 +1324,9 @@ const L3 = /* @__PURE__ */ U(H3, [["__scopeId", "data-v-7d95dbf5"]]), q = N(L3),
|
|
|
1309
1324
|
]));
|
|
1310
1325
|
}
|
|
1311
1326
|
});
|
|
1312
|
-
const
|
|
1327
|
+
const X3 = /* @__PURE__ */ W(Y3, [["__scopeId", "data-v-79f49df8"]]), J3 = { class: "base-header" }, Z3 = /* @__PURE__ */ B({
|
|
1313
1328
|
__name: "IkBaseDialog",
|
|
1314
|
-
props: /* @__PURE__ */
|
|
1329
|
+
props: /* @__PURE__ */ ie({
|
|
1315
1330
|
title: { default: "" },
|
|
1316
1331
|
cancelText: { default: "取消" },
|
|
1317
1332
|
confirmText: { default: "确认" },
|
|
@@ -1330,64 +1345,64 @@ const j3 = /* @__PURE__ */ U(U3, [["__scopeId", "data-v-79f49df8"]]), W3 = { cla
|
|
|
1330
1345
|
}),
|
|
1331
1346
|
emits: ["update:modelValue"],
|
|
1332
1347
|
setup(o) {
|
|
1333
|
-
const
|
|
1334
|
-
|
|
1335
|
-
},
|
|
1348
|
+
const n = o, s = le(o, "modelValue"), t = P(n.fullscreen), e = () => {
|
|
1349
|
+
t.value = !t.value;
|
|
1350
|
+
}, a = B({
|
|
1336
1351
|
setup() {
|
|
1337
|
-
return () =>
|
|
1338
|
-
showBg:
|
|
1339
|
-
fullscreen:
|
|
1352
|
+
return () => ve(X3, {
|
|
1353
|
+
showBg: n.showCloseBg,
|
|
1354
|
+
fullscreen: n.fullscreen
|
|
1340
1355
|
});
|
|
1341
1356
|
}
|
|
1342
1357
|
});
|
|
1343
|
-
return (
|
|
1344
|
-
const _ =
|
|
1345
|
-
return
|
|
1346
|
-
modelValue:
|
|
1347
|
-
"onUpdate:modelValue":
|
|
1348
|
-
},
|
|
1349
|
-
"close-icon": F(
|
|
1350
|
-
class: `ik-base-dialog ${
|
|
1351
|
-
fullscreen:
|
|
1358
|
+
return (c, h) => {
|
|
1359
|
+
const _ = N("el-dialog");
|
|
1360
|
+
return l(), R(_, ce({
|
|
1361
|
+
modelValue: s.value,
|
|
1362
|
+
"onUpdate:modelValue": h[0] || (h[0] = (d) => s.value = d)
|
|
1363
|
+
}, c.$attrs, {
|
|
1364
|
+
"close-icon": F(a),
|
|
1365
|
+
class: `ik-base-dialog ${c.noHeader ? "no-header" : ""} ${c.noFooter ? "no-footer" : ""}`,
|
|
1366
|
+
fullscreen: t.value,
|
|
1352
1367
|
"modal-class": "baseDialog"
|
|
1353
|
-
}),
|
|
1354
|
-
icon:
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1368
|
+
}), he({
|
|
1369
|
+
icon: D(() => [
|
|
1370
|
+
q(c.$slots, "title", {}, () => [
|
|
1371
|
+
E(
|
|
1372
|
+
w(c.title),
|
|
1358
1373
|
1
|
|
1359
1374
|
/* TEXT */
|
|
1360
1375
|
)
|
|
1361
1376
|
])
|
|
1362
1377
|
]),
|
|
1363
|
-
header:
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1378
|
+
header: D(() => [
|
|
1379
|
+
u("div", J3, [
|
|
1380
|
+
q(c.$slots, "header", {}, () => [
|
|
1381
|
+
E(
|
|
1382
|
+
w(c.title),
|
|
1368
1383
|
1
|
|
1369
1384
|
/* TEXT */
|
|
1370
1385
|
)
|
|
1371
1386
|
])
|
|
1372
1387
|
]),
|
|
1373
|
-
|
|
1388
|
+
c.$attrs.showClose ? (l(), R(F(j), {
|
|
1374
1389
|
key: 0,
|
|
1375
|
-
onClick:
|
|
1376
|
-
name:
|
|
1390
|
+
onClick: e,
|
|
1391
|
+
name: t.value ? "iksvg_tuichuquanping" : "iksvg_quanping-daohang",
|
|
1377
1392
|
class: "absolute! top-[18px] right-[50px] icon-dialog-full",
|
|
1378
|
-
title:
|
|
1379
|
-
}, null, 8, ["name", "title"])) :
|
|
1393
|
+
title: t.value ? "退出全屏" : "全屏"
|
|
1394
|
+
}, null, 8, ["name", "title"])) : v("v-if", !0)
|
|
1380
1395
|
]),
|
|
1381
|
-
default:
|
|
1382
|
-
|
|
1396
|
+
default: D(() => [
|
|
1397
|
+
q(c.$slots, "default")
|
|
1383
1398
|
]),
|
|
1384
1399
|
_: 2
|
|
1385
1400
|
/* DYNAMIC */
|
|
1386
1401
|
}, [
|
|
1387
|
-
|
|
1402
|
+
c.$slots.footer ? {
|
|
1388
1403
|
name: "footer",
|
|
1389
|
-
fn:
|
|
1390
|
-
|
|
1404
|
+
fn: D(() => [
|
|
1405
|
+
q(c.$slots, "footer")
|
|
1391
1406
|
]),
|
|
1392
1407
|
key: "0"
|
|
1393
1408
|
} : void 0
|
|
@@ -1395,120 +1410,120 @@ const j3 = /* @__PURE__ */ U(U3, [["__scopeId", "data-v-79f49df8"]]), W3 = { cla
|
|
|
1395
1410
|
};
|
|
1396
1411
|
}
|
|
1397
1412
|
});
|
|
1398
|
-
const
|
|
1399
|
-
function
|
|
1400
|
-
function
|
|
1401
|
-
return
|
|
1402
|
-
|
|
1413
|
+
const Q3 = L(Z3);
|
|
1414
|
+
function e6(o, n, s, t) {
|
|
1415
|
+
function e(a) {
|
|
1416
|
+
return a instanceof s ? a : new s(function(c) {
|
|
1417
|
+
c(a);
|
|
1403
1418
|
});
|
|
1404
1419
|
}
|
|
1405
|
-
return new (
|
|
1406
|
-
function
|
|
1420
|
+
return new (s || (s = Promise))(function(a, c) {
|
|
1421
|
+
function h(f) {
|
|
1407
1422
|
try {
|
|
1408
|
-
|
|
1409
|
-
} catch (
|
|
1410
|
-
|
|
1423
|
+
d(t.next(f));
|
|
1424
|
+
} catch (p) {
|
|
1425
|
+
c(p);
|
|
1411
1426
|
}
|
|
1412
1427
|
}
|
|
1413
1428
|
function _(f) {
|
|
1414
1429
|
try {
|
|
1415
|
-
|
|
1416
|
-
} catch (
|
|
1417
|
-
|
|
1430
|
+
d(t.throw(f));
|
|
1431
|
+
} catch (p) {
|
|
1432
|
+
c(p);
|
|
1418
1433
|
}
|
|
1419
1434
|
}
|
|
1420
|
-
function
|
|
1421
|
-
f.done ?
|
|
1435
|
+
function d(f) {
|
|
1436
|
+
f.done ? a(f.value) : e(f.value).then(h, _);
|
|
1422
1437
|
}
|
|
1423
|
-
|
|
1438
|
+
d((t = t.apply(o, n || [])).next());
|
|
1424
1439
|
});
|
|
1425
1440
|
}
|
|
1426
|
-
function
|
|
1427
|
-
var
|
|
1428
|
-
if (
|
|
1429
|
-
throw
|
|
1430
|
-
return
|
|
1431
|
-
}, trys: [], ops: [] }, e,
|
|
1432
|
-
return
|
|
1441
|
+
function t6(o, n) {
|
|
1442
|
+
var s = { label: 0, sent: function() {
|
|
1443
|
+
if (a[0] & 1)
|
|
1444
|
+
throw a[1];
|
|
1445
|
+
return a[1];
|
|
1446
|
+
}, trys: [], ops: [] }, t, e, a, c;
|
|
1447
|
+
return c = { next: h(0), throw: h(1), return: h(2) }, typeof Symbol == "function" && (c[Symbol.iterator] = function() {
|
|
1433
1448
|
return this;
|
|
1434
|
-
}),
|
|
1435
|
-
function
|
|
1449
|
+
}), c;
|
|
1450
|
+
function h(d) {
|
|
1436
1451
|
return function(f) {
|
|
1437
|
-
return _([
|
|
1452
|
+
return _([d, f]);
|
|
1438
1453
|
};
|
|
1439
1454
|
}
|
|
1440
|
-
function _(
|
|
1441
|
-
if (
|
|
1455
|
+
function _(d) {
|
|
1456
|
+
if (t)
|
|
1442
1457
|
throw new TypeError("Generator is already executing.");
|
|
1443
|
-
for (;
|
|
1458
|
+
for (; c && (c = 0, d[0] && (s = 0)), s; )
|
|
1444
1459
|
try {
|
|
1445
|
-
if (
|
|
1446
|
-
return
|
|
1447
|
-
switch (
|
|
1460
|
+
if (t = 1, e && (a = d[0] & 2 ? e.return : d[0] ? e.throw || ((a = e.return) && a.call(e), 0) : e.next) && !(a = a.call(e, d[1])).done)
|
|
1461
|
+
return a;
|
|
1462
|
+
switch (e = 0, a && (d = [d[0] & 2, a.value]), d[0]) {
|
|
1448
1463
|
case 0:
|
|
1449
1464
|
case 1:
|
|
1450
|
-
|
|
1465
|
+
a = d;
|
|
1451
1466
|
break;
|
|
1452
1467
|
case 4:
|
|
1453
|
-
return
|
|
1468
|
+
return s.label++, { value: d[1], done: !1 };
|
|
1454
1469
|
case 5:
|
|
1455
|
-
|
|
1470
|
+
s.label++, e = d[1], d = [0];
|
|
1456
1471
|
continue;
|
|
1457
1472
|
case 7:
|
|
1458
|
-
|
|
1473
|
+
d = s.ops.pop(), s.trys.pop();
|
|
1459
1474
|
continue;
|
|
1460
1475
|
default:
|
|
1461
|
-
if (
|
|
1462
|
-
|
|
1476
|
+
if (a = s.trys, !(a = a.length > 0 && a[a.length - 1]) && (d[0] === 6 || d[0] === 2)) {
|
|
1477
|
+
s = 0;
|
|
1463
1478
|
continue;
|
|
1464
1479
|
}
|
|
1465
|
-
if (
|
|
1466
|
-
|
|
1480
|
+
if (d[0] === 3 && (!a || d[1] > a[0] && d[1] < a[3])) {
|
|
1481
|
+
s.label = d[1];
|
|
1467
1482
|
break;
|
|
1468
1483
|
}
|
|
1469
|
-
if (
|
|
1470
|
-
|
|
1484
|
+
if (d[0] === 6 && s.label < a[1]) {
|
|
1485
|
+
s.label = a[1], a = d;
|
|
1471
1486
|
break;
|
|
1472
1487
|
}
|
|
1473
|
-
if (
|
|
1474
|
-
|
|
1488
|
+
if (a && s.label < a[2]) {
|
|
1489
|
+
s.label = a[2], s.ops.push(d);
|
|
1475
1490
|
break;
|
|
1476
1491
|
}
|
|
1477
|
-
|
|
1492
|
+
a[2] && s.ops.pop(), s.trys.pop();
|
|
1478
1493
|
continue;
|
|
1479
1494
|
}
|
|
1480
|
-
|
|
1495
|
+
d = n.call(o, s);
|
|
1481
1496
|
} catch (f) {
|
|
1482
|
-
|
|
1497
|
+
d = [6, f], e = 0;
|
|
1483
1498
|
} finally {
|
|
1484
|
-
|
|
1499
|
+
t = a = 0;
|
|
1485
1500
|
}
|
|
1486
|
-
if (
|
|
1487
|
-
throw
|
|
1488
|
-
return { value:
|
|
1501
|
+
if (d[0] & 5)
|
|
1502
|
+
throw d[1];
|
|
1503
|
+
return { value: d[0] ? d[1] : void 0, done: !0 };
|
|
1489
1504
|
}
|
|
1490
1505
|
}
|
|
1491
|
-
var
|
|
1492
|
-
return
|
|
1493
|
-
return
|
|
1494
|
-
return [2, new Promise(function(
|
|
1506
|
+
var o6 = function(o, n) {
|
|
1507
|
+
return e6(void 0, void 0, void 0, function() {
|
|
1508
|
+
return t6(this, function(s) {
|
|
1509
|
+
return [2, new Promise(function(t, e) {
|
|
1495
1510
|
try {
|
|
1496
1511
|
if (window.DocsAPI)
|
|
1497
|
-
return
|
|
1498
|
-
var
|
|
1499
|
-
if (
|
|
1500
|
-
var
|
|
1501
|
-
var _ =
|
|
1512
|
+
return t(null);
|
|
1513
|
+
var a = document.getElementById(n);
|
|
1514
|
+
if (a)
|
|
1515
|
+
var c = setInterval(function() {
|
|
1516
|
+
var _ = a.getAttribute("loading");
|
|
1502
1517
|
if (!_) {
|
|
1503
|
-
if (clearInterval(
|
|
1504
|
-
return
|
|
1505
|
-
var
|
|
1506
|
-
|
|
1518
|
+
if (clearInterval(c), window.DocsAPI)
|
|
1519
|
+
return t(null);
|
|
1520
|
+
var d = se(n, o, t, e);
|
|
1521
|
+
a.remove(), document.body.appendChild(d);
|
|
1507
1522
|
}
|
|
1508
1523
|
}, 500);
|
|
1509
1524
|
else {
|
|
1510
|
-
var
|
|
1511
|
-
document.body.appendChild(
|
|
1525
|
+
var h = se(n, o, t, e);
|
|
1526
|
+
document.body.appendChild(h);
|
|
1512
1527
|
}
|
|
1513
1528
|
} catch (_) {
|
|
1514
1529
|
console.error(_);
|
|
@@ -1516,14 +1531,14 @@ var J3 = function(o, t) {
|
|
|
1516
1531
|
})];
|
|
1517
1532
|
});
|
|
1518
1533
|
});
|
|
1519
|
-
},
|
|
1520
|
-
var
|
|
1521
|
-
return
|
|
1522
|
-
|
|
1523
|
-
},
|
|
1524
|
-
|
|
1525
|
-
},
|
|
1526
|
-
},
|
|
1534
|
+
}, se = function(o, n, s, t) {
|
|
1535
|
+
var e = document.createElement("script");
|
|
1536
|
+
return e.id = o, e.type = "text/javascript", e.src = n, e.async = !0, e.onload = function() {
|
|
1537
|
+
e.removeAttribute("loading"), s(null);
|
|
1538
|
+
}, e.onerror = function(a) {
|
|
1539
|
+
e.removeAttribute("loading"), t(a);
|
|
1540
|
+
}, e.setAttribute("loading", ""), e;
|
|
1541
|
+
}, Y = B({
|
|
1527
1542
|
name: "DocumentEditor",
|
|
1528
1543
|
props: {
|
|
1529
1544
|
id: {
|
|
@@ -1575,59 +1590,59 @@ var J3 = function(o, t) {
|
|
|
1575
1590
|
events_onRequestSelectDocument: Function
|
|
1576
1591
|
},
|
|
1577
1592
|
mounted: function() {
|
|
1578
|
-
var o = this,
|
|
1579
|
-
|
|
1580
|
-
var
|
|
1581
|
-
|
|
1593
|
+
var o = this, n = this.documentServerUrl;
|
|
1594
|
+
n.endsWith("/") || (n += "/");
|
|
1595
|
+
var s = "".concat(n, "web-apps/apps/api/documents/api.js");
|
|
1596
|
+
o6(s, "onlyoffice-api-script").then(function() {
|
|
1582
1597
|
return o.onLoad();
|
|
1583
1598
|
}).catch(function() {
|
|
1584
1599
|
o.onError(-2);
|
|
1585
1600
|
});
|
|
1586
1601
|
},
|
|
1587
1602
|
unmounted: function() {
|
|
1588
|
-
var o,
|
|
1589
|
-
!((o = window == null ? void 0 : window.DocEditor) === null || o === void 0) && o.instances[
|
|
1603
|
+
var o, n = this.id || "";
|
|
1604
|
+
!((o = window == null ? void 0 : window.DocEditor) === null || o === void 0) && o.instances[n] && (window.DocEditor.instances[n].destroyEditor(), window.DocEditor.instances[n] = void 0);
|
|
1590
1605
|
},
|
|
1591
1606
|
watch: {
|
|
1592
1607
|
config: {
|
|
1593
|
-
handler: function(o,
|
|
1608
|
+
handler: function(o, n) {
|
|
1594
1609
|
this.onChangeProps();
|
|
1595
1610
|
},
|
|
1596
1611
|
deep: !0
|
|
1597
1612
|
},
|
|
1598
|
-
document_fileType: function(o,
|
|
1613
|
+
document_fileType: function(o, n) {
|
|
1599
1614
|
this.onChangeProps();
|
|
1600
1615
|
},
|
|
1601
|
-
document_title: function(o,
|
|
1616
|
+
document_title: function(o, n) {
|
|
1602
1617
|
this.onChangeProps();
|
|
1603
1618
|
},
|
|
1604
|
-
documentType: function(o,
|
|
1619
|
+
documentType: function(o, n) {
|
|
1605
1620
|
this.onChangeProps();
|
|
1606
1621
|
},
|
|
1607
|
-
editorConfig_lang: function(o,
|
|
1622
|
+
editorConfig_lang: function(o, n) {
|
|
1608
1623
|
this.onChangeProps();
|
|
1609
1624
|
},
|
|
1610
|
-
height: function(o,
|
|
1625
|
+
height: function(o, n) {
|
|
1611
1626
|
this.onChangeProps();
|
|
1612
1627
|
},
|
|
1613
|
-
type: function(o,
|
|
1628
|
+
type: function(o, n) {
|
|
1614
1629
|
this.onChangeProps();
|
|
1615
1630
|
},
|
|
1616
|
-
width: function(o,
|
|
1631
|
+
width: function(o, n) {
|
|
1617
1632
|
this.onChangeProps();
|
|
1618
1633
|
}
|
|
1619
1634
|
},
|
|
1620
1635
|
methods: {
|
|
1621
1636
|
onLoad: function() {
|
|
1622
|
-
var o,
|
|
1637
|
+
var o, n;
|
|
1623
1638
|
try {
|
|
1624
|
-
var
|
|
1625
|
-
if (window.DocsAPI || this.onError(-3), !((o = window == null ? void 0 : window.DocEditor) === null || o === void 0) && o.instances[
|
|
1626
|
-
console.log("Skip loading. Instance already exists",
|
|
1639
|
+
var s = this.id || "";
|
|
1640
|
+
if (window.DocsAPI || this.onError(-3), !((o = window == null ? void 0 : window.DocEditor) === null || o === void 0) && o.instances[s]) {
|
|
1641
|
+
console.log("Skip loading. Instance already exists", s);
|
|
1627
1642
|
return;
|
|
1628
1643
|
}
|
|
1629
|
-
!((
|
|
1630
|
-
var
|
|
1644
|
+
!((n = window == null ? void 0 : window.DocEditor) === null || n === void 0) && n.instances || (window.DocEditor = { instances: {} });
|
|
1645
|
+
var t = Object.assign({
|
|
1631
1646
|
document: {
|
|
1632
1647
|
fileType: this.document_fileType,
|
|
1633
1648
|
title: this.document_title
|
|
@@ -1662,43 +1677,43 @@ var J3 = function(o, t) {
|
|
|
1662
1677
|
height: this.height,
|
|
1663
1678
|
type: this.type,
|
|
1664
1679
|
width: this.width
|
|
1665
|
-
}, this.config || {}),
|
|
1666
|
-
window.DocEditor.instances[
|
|
1667
|
-
} catch (
|
|
1668
|
-
console.error(
|
|
1680
|
+
}, this.config || {}), e = window.DocsAPI.DocEditor(s, t);
|
|
1681
|
+
window.DocEditor.instances[s] = e;
|
|
1682
|
+
} catch (a) {
|
|
1683
|
+
console.error(a), this.onError(-1);
|
|
1669
1684
|
}
|
|
1670
1685
|
},
|
|
1671
1686
|
onError: function(o) {
|
|
1672
|
-
var
|
|
1687
|
+
var n;
|
|
1673
1688
|
switch (o) {
|
|
1674
1689
|
case -2:
|
|
1675
|
-
|
|
1690
|
+
n = "Error load DocsAPI from " + this.documentServerUrl;
|
|
1676
1691
|
break;
|
|
1677
1692
|
case -3:
|
|
1678
|
-
|
|
1693
|
+
n = "DocsAPI is not defined";
|
|
1679
1694
|
break;
|
|
1680
1695
|
default:
|
|
1681
|
-
|
|
1696
|
+
n = "Unknown error loading component", o = -1;
|
|
1682
1697
|
}
|
|
1683
|
-
typeof this.onLoadComponentError > "u" ? console.error(
|
|
1698
|
+
typeof this.onLoadComponentError > "u" ? console.error(n) : this.onLoadComponentError(o, n);
|
|
1684
1699
|
},
|
|
1685
1700
|
onAppReady: function() {
|
|
1686
1701
|
var o = this.id || "";
|
|
1687
1702
|
this.events_onAppReady(window.DocEditor.instances[o]);
|
|
1688
1703
|
},
|
|
1689
1704
|
onChangeProps: function() {
|
|
1690
|
-
var o,
|
|
1691
|
-
!((o = window == null ? void 0 : window.DocEditor) === null || o === void 0) && o.instances[
|
|
1705
|
+
var o, n = this.id || "";
|
|
1706
|
+
!((o = window == null ? void 0 : window.DocEditor) === null || o === void 0) && o.instances[n] && (window.DocEditor.instances[n].destroyEditor(), window.DocEditor.instances[n] = void 0, console.log("Important props have been changed. Load new Editor."), this.onLoad());
|
|
1692
1707
|
}
|
|
1693
1708
|
}
|
|
1694
1709
|
});
|
|
1695
|
-
const
|
|
1696
|
-
function
|
|
1697
|
-
return
|
|
1710
|
+
const n6 = ["id"];
|
|
1711
|
+
function s6(o, n, s, t, e, a) {
|
|
1712
|
+
return l(), r("div", { id: o.id }, null, 8, n6);
|
|
1698
1713
|
}
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
const
|
|
1714
|
+
Y.render = s6;
|
|
1715
|
+
Y.__file = "src/components/DocumentEditor.vue";
|
|
1716
|
+
const i6 = /* @__PURE__ */ B({
|
|
1702
1717
|
__name: "IkOnlyOffice",
|
|
1703
1718
|
props: {
|
|
1704
1719
|
// 文件服务器的服务的地址
|
|
@@ -1719,26 +1734,26 @@ const e6 = /* @__PURE__ */ $({
|
|
|
1719
1734
|
}
|
|
1720
1735
|
},
|
|
1721
1736
|
setup(o) {
|
|
1722
|
-
const
|
|
1737
|
+
const n = o, s = P({
|
|
1723
1738
|
width: "100%",
|
|
1724
1739
|
height: "100%",
|
|
1725
|
-
...
|
|
1726
|
-
...
|
|
1727
|
-
}),
|
|
1728
|
-
console.info("文档加载完成",
|
|
1740
|
+
...n.configOptions || {},
|
|
1741
|
+
...n.configOptions
|
|
1742
|
+
}), t = () => {
|
|
1743
|
+
console.info("文档加载完成", n.configOptions);
|
|
1729
1744
|
};
|
|
1730
|
-
return (
|
|
1745
|
+
return (e, a) => (l(), r(
|
|
1731
1746
|
"div",
|
|
1732
1747
|
{
|
|
1733
|
-
style:
|
|
1748
|
+
style: C({ height: n.officeHeight })
|
|
1734
1749
|
},
|
|
1735
1750
|
[
|
|
1736
|
-
|
|
1751
|
+
T(F(Y), {
|
|
1737
1752
|
id: `${(/* @__PURE__ */ new Date()).getTime()}`,
|
|
1738
1753
|
ref: "editorRef",
|
|
1739
1754
|
"document-server-url": o.documentServerUrl,
|
|
1740
|
-
config:
|
|
1741
|
-
events_onDocumentReady:
|
|
1755
|
+
config: s.value,
|
|
1756
|
+
events_onDocumentReady: t
|
|
1742
1757
|
}, null, 8, ["id", "document-server-url", "config"])
|
|
1743
1758
|
],
|
|
1744
1759
|
4
|
|
@@ -1746,13 +1761,13 @@ const e6 = /* @__PURE__ */ $({
|
|
|
1746
1761
|
));
|
|
1747
1762
|
}
|
|
1748
1763
|
});
|
|
1749
|
-
const
|
|
1764
|
+
const l6 = /* @__PURE__ */ W(i6, [["__scopeId", "data-v-98d51ef9"]]), a6 = L(l6), X = (o) => (ye("data-v-f00f4785"), o = o(), _e(), o), r6 = {
|
|
1750
1765
|
class: "approveProcess",
|
|
1751
1766
|
id: "approveProcess"
|
|
1752
|
-
},
|
|
1767
|
+
}, c6 = ["id"], d6 = { class: "topBlock" }, u6 = { class: "left" }, p6 = { class: "nodeBg" }, f6 = ["src"], v6 = { class: "right" }, h6 = { class: "topInfo" }, g6 = { key: 0 }, y6 = {
|
|
1753
1768
|
key: 0,
|
|
1754
1769
|
class: "main-text"
|
|
1755
|
-
},
|
|
1770
|
+
}, _6 = { class: "name" }, m6 = { key: 0 }, w6 = { key: 0 }, k6 = { key: 1 }, F6 = /* @__PURE__ */ X(() => /* @__PURE__ */ u(
|
|
1756
1771
|
"span",
|
|
1757
1772
|
{
|
|
1758
1773
|
class: "red",
|
|
@@ -1761,52 +1776,52 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
|
|
|
1761
1776
|
"退回至",
|
|
1762
1777
|
-1
|
|
1763
1778
|
/* HOISTED */
|
|
1764
|
-
)),
|
|
1779
|
+
)), x6 = { key: 0 }, S6 = { key: 0 }, b6 = { key: 1 }, z6 = { key: 1 }, $6 = /* @__PURE__ */ X(() => /* @__PURE__ */ u(
|
|
1765
1780
|
"div",
|
|
1766
1781
|
{ class: "main-text" },
|
|
1767
1782
|
"抄送人员",
|
|
1768
1783
|
-1
|
|
1769
1784
|
/* HOISTED */
|
|
1770
|
-
)),
|
|
1785
|
+
)), C6 = { class: "name" }, I6 = { key: 0 }, O6 = { style: { color: "#000" } }, T6 = {
|
|
1771
1786
|
class: "blue",
|
|
1772
1787
|
style: { "margin-left": "5px", "font-size": "12px" }
|
|
1773
|
-
},
|
|
1788
|
+
}, B6 = { key: 1 }, D6 = {
|
|
1774
1789
|
key: 0,
|
|
1775
1790
|
class: "blue",
|
|
1776
1791
|
style: { "font-size": "12px" }
|
|
1777
|
-
},
|
|
1792
|
+
}, E6 = { key: 1 }, R6 = {
|
|
1778
1793
|
key: 0,
|
|
1779
1794
|
class: "blue",
|
|
1780
1795
|
style: { "font-size": "12px" }
|
|
1781
|
-
},
|
|
1796
|
+
}, A6 = {
|
|
1782
1797
|
key: 1,
|
|
1783
1798
|
class: "blue",
|
|
1784
1799
|
style: { "font-size": "12px" }
|
|
1785
|
-
},
|
|
1800
|
+
}, V6 = { class: "time" }, M6 = { key: 0 }, P6 = { key: 1 }, N6 = ["onClick"], L6 = ["onClick"], H6 = {
|
|
1786
1801
|
key: 0,
|
|
1787
1802
|
class: "opinion"
|
|
1788
|
-
},
|
|
1803
|
+
}, q6 = { key: 0 }, U6 = { key: 1 }, j6 = /* @__PURE__ */ X(() => /* @__PURE__ */ u(
|
|
1789
1804
|
"span",
|
|
1790
1805
|
{ class: "ik-text-primary" },
|
|
1791
1806
|
"添加审批人",
|
|
1792
1807
|
-1
|
|
1793
1808
|
/* HOISTED */
|
|
1794
|
-
)),
|
|
1809
|
+
)), W6 = { style: { color: "var(--el-text-color-primary)", "margin-left": "8px" } }, K6 = {
|
|
1795
1810
|
key: 2,
|
|
1796
1811
|
class: "annexImage"
|
|
1797
|
-
},
|
|
1812
|
+
}, G6 = {
|
|
1798
1813
|
key: 3,
|
|
1799
1814
|
class: "approveList"
|
|
1800
|
-
},
|
|
1815
|
+
}, Y6 = { class: "nodeBg-list" }, X6 = ["src"], J6 = { key: 1 }, Z6 = {
|
|
1801
1816
|
key: 2,
|
|
1802
1817
|
class: "ikapprove ikapprove-duihao2 green read"
|
|
1803
|
-
},
|
|
1818
|
+
}, Q6 = ["title"], et = {
|
|
1804
1819
|
key: 0,
|
|
1805
1820
|
class: "branch"
|
|
1806
|
-
},
|
|
1821
|
+
}, tt = { class: "branch-card" }, ot = { class: "branch-name" }, nt = {
|
|
1807
1822
|
name: "IkingApprovalProcessDetail"
|
|
1808
|
-
},
|
|
1809
|
-
...
|
|
1823
|
+
}, st = /* @__PURE__ */ B({
|
|
1824
|
+
...nt,
|
|
1810
1825
|
props: {
|
|
1811
1826
|
// 是否本地打开
|
|
1812
1827
|
local: {
|
|
@@ -1864,116 +1879,116 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
|
|
|
1864
1879
|
}
|
|
1865
1880
|
},
|
|
1866
1881
|
emits: ["preview"],
|
|
1867
|
-
setup(o, { emit:
|
|
1868
|
-
const
|
|
1869
|
-
|
|
1870
|
-
() =>
|
|
1871
|
-
(
|
|
1872
|
-
|
|
1873
|
-
e.listData =
|
|
1882
|
+
setup(o, { emit: n }) {
|
|
1883
|
+
const s = o, { cOnlyofficeConfig: t } = ue(s), e = ae(Se(s));
|
|
1884
|
+
re(
|
|
1885
|
+
() => s.dataList,
|
|
1886
|
+
(f) => {
|
|
1887
|
+
f && (G(() => {
|
|
1888
|
+
e.listData = f;
|
|
1874
1889
|
}), setTimeout(() => {
|
|
1875
|
-
|
|
1890
|
+
s.returnNode.length && a();
|
|
1876
1891
|
}, 500));
|
|
1877
1892
|
},
|
|
1878
1893
|
{ deep: !0 }
|
|
1879
|
-
),
|
|
1880
|
-
|
|
1881
|
-
|
|
1894
|
+
), ge(() => {
|
|
1895
|
+
s.dataList.length && (e.listData = s.dataList, setTimeout(() => {
|
|
1896
|
+
s.returnNode.length && a();
|
|
1882
1897
|
}, 500));
|
|
1883
1898
|
});
|
|
1884
|
-
const
|
|
1885
|
-
let
|
|
1886
|
-
if (
|
|
1887
|
-
for (
|
|
1888
|
-
if (isNaN(
|
|
1899
|
+
const a = () => {
|
|
1900
|
+
let f = null;
|
|
1901
|
+
if (s != null && s.returnNode)
|
|
1902
|
+
for (f of s == null ? void 0 : s.returnNode) {
|
|
1903
|
+
if (isNaN(f[1]))
|
|
1889
1904
|
return;
|
|
1890
|
-
let
|
|
1891
|
-
|
|
1892
|
-
c(
|
|
1905
|
+
let p = Array.from(new Array(f[1] + 1).keys()).slice(f[0]);
|
|
1906
|
+
G(() => {
|
|
1907
|
+
c(p);
|
|
1893
1908
|
});
|
|
1894
1909
|
}
|
|
1895
|
-
}, c = (
|
|
1896
|
-
var
|
|
1897
|
-
let
|
|
1898
|
-
|
|
1899
|
-
let
|
|
1900
|
-
|
|
1910
|
+
}, c = (f) => {
|
|
1911
|
+
var y, z, $;
|
|
1912
|
+
let p = document.createElement("div"), m = document.getElementById("approveProcess"), g = 0, i = (y = document.getElementById(`${f[0]}`)) == null ? void 0 : y.offsetWidth, b = (z = document.getElementById(`${f[0]}`)) == null ? void 0 : z.offsetLeft, x = ($ = document.getElementById(`${f[0]}`)) == null ? void 0 : $.offsetTop;
|
|
1913
|
+
f.forEach((A) => {
|
|
1914
|
+
let H = document.getElementById(`${A}`);
|
|
1915
|
+
g += H.offsetHeight;
|
|
1901
1916
|
}), setTimeout(() => {
|
|
1902
|
-
|
|
1917
|
+
p.style.width = i + 32 + "px", p.style.height = g + "px", p.style.background = "#f9f9f9", p.style.position = "absolute", p.style.top = x - 16 + "px", p.style.left = b - 16 + "px", p.style.zIndex = -1, m == null || m.appendChild(p);
|
|
1903
1918
|
});
|
|
1904
|
-
},
|
|
1905
|
-
var
|
|
1906
|
-
let
|
|
1907
|
-
switch (
|
|
1919
|
+
}, h = (f, p) => {
|
|
1920
|
+
var i;
|
|
1921
|
+
let m = (i = e.listData) == null ? void 0 : i.findIndex((b) => b.lineType == "dashed"), g = "";
|
|
1922
|
+
switch (f) {
|
|
1908
1923
|
case e.statusOption.发起:
|
|
1909
|
-
|
|
1924
|
+
g = "ikapprove-duihao2 green";
|
|
1910
1925
|
break;
|
|
1911
1926
|
case e.statusOption.等待:
|
|
1912
|
-
|
|
1927
|
+
g = m == p ? "ikapprove-dengdai orange" : "";
|
|
1913
1928
|
break;
|
|
1914
1929
|
case e.statusOption.同意:
|
|
1915
|
-
|
|
1930
|
+
g = "ikapprove-duihao2 green";
|
|
1916
1931
|
break;
|
|
1917
1932
|
case e.statusOption.拒绝:
|
|
1918
|
-
|
|
1933
|
+
g = "ikapprove-jujue red";
|
|
1919
1934
|
break;
|
|
1920
1935
|
case e.statusOption.转交:
|
|
1921
|
-
|
|
1936
|
+
g = "ikapprove-zhuanjiao blue";
|
|
1922
1937
|
break;
|
|
1923
1938
|
case e.statusOption.加签:
|
|
1924
|
-
|
|
1939
|
+
g = "ikapprove-tianjia blue";
|
|
1925
1940
|
break;
|
|
1926
1941
|
case e.statusOption.退回:
|
|
1927
|
-
|
|
1942
|
+
g = "ikapprove-s_fanhui2 red";
|
|
1928
1943
|
break;
|
|
1929
1944
|
case e.statusOption.评论:
|
|
1930
|
-
|
|
1945
|
+
g = "ikapprove-pinglun1 blue";
|
|
1931
1946
|
break;
|
|
1932
1947
|
}
|
|
1933
|
-
return `ikapprove ${
|
|
1934
|
-
},
|
|
1935
|
-
|
|
1936
|
-
let
|
|
1937
|
-
for (let
|
|
1938
|
-
|
|
1939
|
-
},
|
|
1940
|
-
return (
|
|
1941
|
-
const
|
|
1942
|
-
return
|
|
1943
|
-
(
|
|
1944
|
-
|
|
1948
|
+
return `ikapprove ${g}`;
|
|
1949
|
+
}, _ = (f, p) => {
|
|
1950
|
+
f.show = !f.show;
|
|
1951
|
+
let m = document.getElementById(`${f[e.defaultFile.nodeId]}`), g = Array.from(m == null ? void 0 : m.getElementsByClassName("approveList"));
|
|
1952
|
+
for (let i of g)
|
|
1953
|
+
i.style.display = p;
|
|
1954
|
+
}, d = (f) => U(s.fileUrl, f);
|
|
1955
|
+
return (f, p) => {
|
|
1956
|
+
const m = N("el-image"), g = N("IkingApprovalProcessDetail");
|
|
1957
|
+
return l(), r("div", r6, [
|
|
1958
|
+
(l(!0), r(
|
|
1959
|
+
I,
|
|
1945
1960
|
null,
|
|
1946
|
-
|
|
1947
|
-
var
|
|
1948
|
-
return
|
|
1961
|
+
M(e.listData, (i, b) => {
|
|
1962
|
+
var x, y, z, $, A, H, J, Z, Q, ee, te, oe;
|
|
1963
|
+
return l(), r("div", {
|
|
1949
1964
|
class: "approveBlock",
|
|
1950
|
-
id:
|
|
1951
|
-
key:
|
|
1965
|
+
id: i[e.defaultFile.nodeId],
|
|
1966
|
+
key: i[e.defaultFile.nodeId]
|
|
1952
1967
|
}, [
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
((
|
|
1968
|
+
u("div", d6, [
|
|
1969
|
+
u("div", u6, [
|
|
1970
|
+
u("span", p6, [
|
|
1971
|
+
v(' 用户列表长度等于1, :src="formatUrl(it)"并且存在头像 '),
|
|
1972
|
+
((x = i[e.defaultFile.approvePersonList]) == null ? void 0 : x.length) == 1 && i[e.defaultFile.approvePersonList][0].userAvatar ? (l(), r("img", {
|
|
1958
1973
|
key: 0,
|
|
1959
1974
|
style: { width: "100%", height: "100%", "border-radius": "50%" },
|
|
1960
|
-
src:
|
|
1961
|
-
|
|
1975
|
+
src: d(
|
|
1976
|
+
i[e.defaultFile.approvePersonList][0].userAvatar
|
|
1962
1977
|
),
|
|
1963
1978
|
alt: ""
|
|
1964
|
-
}, null, 8,
|
|
1965
|
-
|
|
1979
|
+
}, null, 8, f6)) : (l(), r(
|
|
1980
|
+
I,
|
|
1966
1981
|
{ key: 1 },
|
|
1967
1982
|
[
|
|
1968
|
-
|
|
1969
|
-
|
|
1983
|
+
v(" 否则显示对应节点 "),
|
|
1984
|
+
u(
|
|
1970
1985
|
"i",
|
|
1971
1986
|
{
|
|
1972
|
-
class:
|
|
1973
|
-
F(
|
|
1987
|
+
class: O(
|
|
1988
|
+
F(be)(
|
|
1974
1989
|
e,
|
|
1975
|
-
|
|
1976
|
-
|
|
1990
|
+
i[e.defaultFile.nodeType],
|
|
1991
|
+
i[e.defaultFile.approvePersonList]
|
|
1977
1992
|
)
|
|
1978
1993
|
)
|
|
1979
1994
|
},
|
|
@@ -1985,12 +2000,12 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
|
|
|
1985
2000
|
2112
|
|
1986
2001
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
1987
2002
|
)),
|
|
1988
|
-
|
|
1989
|
-
|
|
2003
|
+
v(" 审批状态图标 "),
|
|
2004
|
+
u(
|
|
1990
2005
|
"i",
|
|
1991
2006
|
{
|
|
1992
|
-
class:
|
|
1993
|
-
|
|
2007
|
+
class: O(
|
|
2008
|
+
h(i[e.defaultFile.approveStatus], b)
|
|
1994
2009
|
)
|
|
1995
2010
|
},
|
|
1996
2011
|
null,
|
|
@@ -1999,280 +2014,280 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
|
|
|
1999
2014
|
)
|
|
2000
2015
|
])
|
|
2001
2016
|
]),
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2017
|
+
u("div", v6, [
|
|
2018
|
+
u("div", h6, [
|
|
2019
|
+
u("div", null, [
|
|
2020
|
+
v(" 不是抄送节点 "),
|
|
2021
|
+
i[e.defaultFile.nodeType] != e.nodeType.抄送节点 ? (l(), r("div", g6, [
|
|
2022
|
+
v(" 撤销,评论不显示节点名称 "),
|
|
2023
|
+
i[e.defaultFile.approveStatus] != e.statusOption.撤销 && i[e.defaultFile.approveStatus] != e.statusOption.评论 ? (l(), r(
|
|
2009
2024
|
"div",
|
|
2010
|
-
|
|
2011
|
-
|
|
2025
|
+
y6,
|
|
2026
|
+
w(i[e.defaultFile.nodeTypeName]),
|
|
2012
2027
|
1
|
|
2013
2028
|
/* TEXT */
|
|
2014
|
-
)) :
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2029
|
+
)) : v("v-if", !0),
|
|
2030
|
+
v(" 名字+审批状态 "),
|
|
2031
|
+
u("div", _6, [
|
|
2032
|
+
v(" 已审批节点文本 "),
|
|
2033
|
+
i[e.defaultFile.lineType] == "solid" ? (l(), r("div", m6, [
|
|
2034
|
+
u(
|
|
2020
2035
|
"span",
|
|
2021
2036
|
{
|
|
2022
|
-
style:
|
|
2023
|
-
color:
|
|
2037
|
+
style: C({
|
|
2038
|
+
color: i[e.defaultFile.approveStatus] == e.statusOption.评论 ? "#000" : ""
|
|
2024
2039
|
})
|
|
2025
2040
|
},
|
|
2026
|
-
|
|
2041
|
+
w(i[e.defaultFile.originator]),
|
|
2027
2042
|
5
|
|
2028
2043
|
/* TEXT, STYLE */
|
|
2029
2044
|
),
|
|
2030
|
-
|
|
2031
|
-
|
|
2045
|
+
v(" 发起,退回不显示状态 "),
|
|
2046
|
+
i[e.defaultFile.approveStatusName] && i[e.defaultFile.approveStatus] != e.statusOption.发起 && i[e.defaultFile.approveStatus] != e.statusOption.退回 ? (l(), r(
|
|
2032
2047
|
"span",
|
|
2033
|
-
|
|
2034
|
-
|
|
2048
|
+
w6,
|
|
2049
|
+
w(i[e.defaultFile.approveStatus] == e.statusOption.评论 ? " 添加了评论" : "(" + i[e.defaultFile.approveStatusName] + ")"),
|
|
2035
2050
|
1
|
|
2036
2051
|
/* TEXT */
|
|
2037
|
-
)) :
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2052
|
+
)) : v("v-if", !0),
|
|
2053
|
+
v(" 退回状态显示 "),
|
|
2054
|
+
i[e.defaultFile.approveStatus] == e.statusOption.退回 ? (l(), r("span", k6, [
|
|
2055
|
+
F6,
|
|
2056
|
+
E(
|
|
2057
|
+
w(i[e.defaultFile.backToRecordNodeName]),
|
|
2043
2058
|
1
|
|
2044
2059
|
/* TEXT */
|
|
2045
2060
|
)
|
|
2046
|
-
])) :
|
|
2047
|
-
])) : (
|
|
2048
|
-
|
|
2061
|
+
])) : v("v-if", !0)
|
|
2062
|
+
])) : (l(), r(
|
|
2063
|
+
I,
|
|
2049
2064
|
{ key: 1 },
|
|
2050
2065
|
[
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
((
|
|
2054
|
-
|
|
2055
|
-
|
|
2066
|
+
v(" 待审批节点 "),
|
|
2067
|
+
u("div", null, [
|
|
2068
|
+
((y = i[e.defaultFile.approvePersonList]) == null ? void 0 : y.length) == 1 ? (l(), r("span", x6, [
|
|
2069
|
+
E(
|
|
2070
|
+
w(i[e.defaultFile.originator]) + " ",
|
|
2056
2071
|
1
|
|
2057
2072
|
/* TEXT */
|
|
2058
2073
|
),
|
|
2059
|
-
|
|
2074
|
+
i[e.defaultFile.approveStatus] == e.statusOption.等待 ? (l(), r(
|
|
2060
2075
|
"span",
|
|
2061
|
-
|
|
2062
|
-
|
|
2076
|
+
S6,
|
|
2077
|
+
w(`(${i[e.defaultFile.approveStatusName]})`),
|
|
2063
2078
|
1
|
|
2064
2079
|
/* TEXT */
|
|
2065
|
-
)) :
|
|
2066
|
-
])) :
|
|
2080
|
+
)) : v("v-if", !0)
|
|
2081
|
+
])) : i[e.defaultFile.approvePersonList] ? (l(), r(
|
|
2067
2082
|
"span",
|
|
2068
|
-
|
|
2069
|
-
|
|
2083
|
+
b6,
|
|
2084
|
+
w(`${(z = i[e.defaultFile.approvePersonList]) == null ? void 0 : z.length}人${i[e.defaultFile.approveTypeName]}`),
|
|
2070
2085
|
1
|
|
2071
2086
|
/* TEXT */
|
|
2072
|
-
)) :
|
|
2087
|
+
)) : v("v-if", !0)
|
|
2073
2088
|
])
|
|
2074
2089
|
],
|
|
2075
2090
|
2112
|
|
2076
2091
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
2077
2092
|
))
|
|
2078
2093
|
])
|
|
2079
|
-
])) : (
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
((
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2094
|
+
])) : (l(), r("div", z6, [
|
|
2095
|
+
$6,
|
|
2096
|
+
u("div", C6, [
|
|
2097
|
+
v(" 抄送一人时 "),
|
|
2098
|
+
(($ = i[e.defaultFile.approvePersonList]) == null ? void 0 : $.length) == 1 ? (l(), r("span", I6, [
|
|
2099
|
+
u("span", null, [
|
|
2100
|
+
E("已抄送给 "),
|
|
2101
|
+
u(
|
|
2087
2102
|
"span",
|
|
2088
|
-
|
|
2089
|
-
|
|
2103
|
+
O6,
|
|
2104
|
+
w(i[e.defaultFile.approvePersonList][0].userName),
|
|
2090
2105
|
1
|
|
2091
2106
|
/* TEXT */
|
|
2092
2107
|
)
|
|
2093
2108
|
]),
|
|
2094
|
-
|
|
2109
|
+
u(
|
|
2095
2110
|
"span",
|
|
2096
|
-
|
|
2097
|
-
|
|
2111
|
+
T6,
|
|
2112
|
+
w(i[e.defaultFile.approvePersonList][0].status === "END" ? "已读" : "未读"),
|
|
2098
2113
|
1
|
|
2099
2114
|
/* TEXT */
|
|
2100
2115
|
)
|
|
2101
|
-
])) :
|
|
2102
|
-
|
|
2103
|
-
((
|
|
2104
|
-
|
|
2105
|
-
|
|
2116
|
+
])) : v("v-if", !0),
|
|
2117
|
+
v(" 抄送多人时 "),
|
|
2118
|
+
((A = i[e.defaultFile.approvePersonList]) == null ? void 0 : A.length) > 1 ? (l(), r("span", B6, [
|
|
2119
|
+
E(
|
|
2120
|
+
w(`已抄送${(H = i[e.defaultFile.approvePersonList]) == null ? void 0 : H.length}人`) + " ",
|
|
2106
2121
|
1
|
|
2107
2122
|
/* TEXT */
|
|
2108
2123
|
),
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2124
|
+
i[e.defaultFile.allRead] ? (l(), r("span", D6, " 全部已读 ")) : (l(), r("span", E6, [
|
|
2125
|
+
i[e.defaultFile.read] ? v("v-if", !0) : (l(), r("span", R6, " 全部未读 ")),
|
|
2126
|
+
i[e.defaultFile.read] ? (l(), r(
|
|
2112
2127
|
"span",
|
|
2113
|
-
|
|
2114
|
-
|
|
2128
|
+
A6,
|
|
2129
|
+
w(i[e.defaultFile.read]) + "人已读 ",
|
|
2115
2130
|
1
|
|
2116
2131
|
/* TEXT */
|
|
2117
|
-
)) :
|
|
2132
|
+
)) : v("v-if", !0)
|
|
2118
2133
|
]))
|
|
2119
|
-
])) :
|
|
2134
|
+
])) : v("v-if", !0)
|
|
2120
2135
|
])
|
|
2121
2136
|
]))
|
|
2122
2137
|
]),
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2138
|
+
u("div", V6, [
|
|
2139
|
+
v(" 不是抄送节点,展示时间 "),
|
|
2140
|
+
i[e.defaultFile.nodeType] != e.nodeType.抄送节点 && i[e.defaultFile.approveStatus] !== e.statusOption.等待 ? (l(), r(
|
|
2126
2141
|
"span",
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2142
|
+
M6,
|
|
2143
|
+
w(F(xe).toDateTime(
|
|
2144
|
+
i[e.defaultFile.operationTime],
|
|
2130
2145
|
"MM/DD HH:mm"
|
|
2131
2146
|
)),
|
|
2132
2147
|
1
|
|
2133
2148
|
/* TEXT */
|
|
2134
|
-
)) :
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2149
|
+
)) : v("v-if", !0),
|
|
2150
|
+
v(" 是抄送节点,并且抄送人员大于1时,展示图标 "),
|
|
2151
|
+
i[e.defaultFile.nodeType] == e.nodeType.抄送节点 && ((J = i[e.defaultFile.approvePersonList]) == null ? void 0 : J.length) > 1 ? (l(), r("span", P6, [
|
|
2152
|
+
i != null && i.show ? (l(), r("i", {
|
|
2138
2153
|
key: 0,
|
|
2139
2154
|
class: "ikapprove ikapprove-a-putongjiantouzhankai",
|
|
2140
|
-
onClick: (
|
|
2141
|
-
}, null, 8,
|
|
2155
|
+
onClick: (k) => _(i, "grid")
|
|
2156
|
+
}, null, 8, N6)) : (l(), r("i", {
|
|
2142
2157
|
key: 1,
|
|
2143
|
-
onClick: (
|
|
2158
|
+
onClick: (k) => _(i, "none"),
|
|
2144
2159
|
class: "ikapprove ikapprove-a-putongjiantoushouqi"
|
|
2145
|
-
}, null, 8,
|
|
2146
|
-
])) :
|
|
2160
|
+
}, null, 8, L6))
|
|
2161
|
+
])) : v("v-if", !0)
|
|
2147
2162
|
])
|
|
2148
2163
|
])
|
|
2149
2164
|
])
|
|
2150
2165
|
]),
|
|
2151
|
-
|
|
2166
|
+
u(
|
|
2152
2167
|
"div",
|
|
2153
2168
|
{
|
|
2154
2169
|
class: "bottomBlock",
|
|
2155
|
-
style:
|
|
2156
|
-
borderLeft:
|
|
2170
|
+
style: C({
|
|
2171
|
+
borderLeft: b == e.listData.length - 1 ? "" : `2px ${i[e.defaultFile.lineType] || "dashed"} var(--el-border-color)`
|
|
2157
2172
|
})
|
|
2158
2173
|
},
|
|
2159
2174
|
[
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2175
|
+
v(" 审批意见 "),
|
|
2176
|
+
i[e.defaultFile.approveOpinion] || i[e.defaultFile.approveStatus] == e.statusOption.加签 ? (l(), r("div", H6, [
|
|
2177
|
+
i[e.defaultFile.approveOpinion] ? (l(), r(
|
|
2163
2178
|
"span",
|
|
2164
|
-
|
|
2165
|
-
|
|
2179
|
+
q6,
|
|
2180
|
+
w(i[e.defaultFile.approveOpinion]),
|
|
2166
2181
|
1
|
|
2167
2182
|
/* TEXT */
|
|
2168
|
-
)) :
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
(
|
|
2172
|
-
|
|
2183
|
+
)) : v("v-if", !0),
|
|
2184
|
+
i[e.defaultFile.approveStatus] == e.statusOption.加签 ? (l(), r("span", U6, [
|
|
2185
|
+
j6,
|
|
2186
|
+
(l(!0), r(
|
|
2187
|
+
I,
|
|
2173
2188
|
null,
|
|
2174
|
-
|
|
2189
|
+
M(i[e.defaultFile.countersignPer], (k, K) => (l(), r(
|
|
2175
2190
|
"span",
|
|
2176
|
-
|
|
2177
|
-
|
|
2191
|
+
W6,
|
|
2192
|
+
w(k == null ? void 0 : k.userName) + w(K < i[e.defaultFile.countersignPer].length - 1 ? "、" : ""),
|
|
2178
2193
|
1
|
|
2179
2194
|
/* TEXT */
|
|
2180
2195
|
))),
|
|
2181
2196
|
256
|
|
2182
2197
|
/* UNKEYED_FRAGMENT */
|
|
2183
2198
|
))
|
|
2184
|
-
])) :
|
|
2185
|
-
])) :
|
|
2186
|
-
|
|
2187
|
-
(
|
|
2199
|
+
])) : v("v-if", !0)
|
|
2200
|
+
])) : v("v-if", !0),
|
|
2201
|
+
v(" 附件 "),
|
|
2202
|
+
(Z = i[e.defaultFile.attachment]) != null && Z.length ? (l(), R(F(A3), {
|
|
2188
2203
|
key: 1,
|
|
2189
2204
|
"kk-url": o.kkUrl,
|
|
2190
2205
|
"load-url": o.fileUrl,
|
|
2191
|
-
list:
|
|
2206
|
+
list: i[e.defaultFile.attachment],
|
|
2192
2207
|
"is-only-office-preview": o.isOnlyOfficePreview,
|
|
2193
|
-
"only-office-accept": o.onlyOfficeAccept,
|
|
2194
|
-
"onlyoffice-server": o.onlyofficeServer
|
|
2195
|
-
}, null, 8, ["kk-url", "load-url", "list", "is-only-office-preview", "only-office-accept", "onlyoffice-server"])) :
|
|
2196
|
-
|
|
2197
|
-
(
|
|
2198
|
-
(
|
|
2199
|
-
|
|
2208
|
+
"only-office-accept": ((Q = F(t)) == null ? void 0 : Q.accept) || o.onlyOfficeAccept,
|
|
2209
|
+
"onlyoffice-server": ((ee = F(t)) == null ? void 0 : ee.serverUrl) || o.onlyofficeServer
|
|
2210
|
+
}, null, 8, ["kk-url", "load-url", "list", "is-only-office-preview", "only-office-accept", "onlyoffice-server"])) : v("v-if", !0),
|
|
2211
|
+
v(" 附件图片 "),
|
|
2212
|
+
(te = i[e.defaultFile.attachmentImg]) != null && te.length ? (l(), r("div", K6, [
|
|
2213
|
+
(l(!0), r(
|
|
2214
|
+
I,
|
|
2200
2215
|
null,
|
|
2201
|
-
|
|
2216
|
+
M(i[e.defaultFile.attachmentImg], (k, K) => (l(), r("div", {
|
|
2202
2217
|
class: "image",
|
|
2203
|
-
key:
|
|
2218
|
+
key: K
|
|
2204
2219
|
}, [
|
|
2205
|
-
|
|
2206
|
-
src:
|
|
2207
|
-
"preview-src-list":
|
|
2220
|
+
T(m, {
|
|
2221
|
+
src: d(k),
|
|
2222
|
+
"preview-src-list": i[e.defaultFile.attachmentImg].map((pe) => d(pe)),
|
|
2208
2223
|
fit: "cover",
|
|
2209
2224
|
"z-index": "9999",
|
|
2210
2225
|
"zoom-rate": 1.2,
|
|
2211
|
-
alt:
|
|
2226
|
+
alt: d(k)
|
|
2212
2227
|
}, null, 8, ["src", "preview-src-list", "alt"])
|
|
2213
2228
|
]))),
|
|
2214
2229
|
128
|
|
2215
2230
|
/* KEYED_FRAGMENT */
|
|
2216
2231
|
))
|
|
2217
|
-
])) :
|
|
2218
|
-
|
|
2219
|
-
(
|
|
2220
|
-
(
|
|
2221
|
-
|
|
2232
|
+
])) : v("v-if", !0),
|
|
2233
|
+
v(" 抄送节点或是等待审批状态并且列表长度大于1 "),
|
|
2234
|
+
(i[e.defaultFile.nodeType] == e.nodeType.抄送节点 || i[e.defaultFile.approveStatus] == e.statusOption.等待) && ((oe = i[e.defaultFile.approvePersonList]) == null ? void 0 : oe.length) > 1 ? (l(), r("div", G6, [
|
|
2235
|
+
(l(!0), r(
|
|
2236
|
+
I,
|
|
2222
2237
|
null,
|
|
2223
|
-
|
|
2238
|
+
M(i[e.defaultFile.approvePersonList], (k) => (l(), r("div", {
|
|
2224
2239
|
class: "perBlock",
|
|
2225
|
-
key:
|
|
2240
|
+
key: k.userName
|
|
2226
2241
|
}, [
|
|
2227
|
-
|
|
2228
|
-
|
|
2242
|
+
u("span", Y6, [
|
|
2243
|
+
k.userAvatar ? (l(), r("img", {
|
|
2229
2244
|
key: 0,
|
|
2230
2245
|
style: { width: "100%", height: "100%", "border-radius": "50%" },
|
|
2231
|
-
src:
|
|
2246
|
+
src: d(k.userAvatar),
|
|
2232
2247
|
alt: ""
|
|
2233
|
-
}, null, 8,
|
|
2248
|
+
}, null, 8, X6)) : (l(), r(
|
|
2234
2249
|
"span",
|
|
2235
|
-
|
|
2236
|
-
|
|
2250
|
+
J6,
|
|
2251
|
+
w(k.userName.slice(-2)),
|
|
2237
2252
|
1
|
|
2238
2253
|
/* TEXT */
|
|
2239
2254
|
)),
|
|
2240
|
-
|
|
2255
|
+
k.status === "END" ? (l(), r("i", Z6)) : v("v-if", !0)
|
|
2241
2256
|
]),
|
|
2242
|
-
|
|
2257
|
+
u("div", {
|
|
2243
2258
|
class: "main-text",
|
|
2244
|
-
title:
|
|
2245
|
-
},
|
|
2259
|
+
title: k.userName
|
|
2260
|
+
}, w(k.userName), 9, Q6)
|
|
2246
2261
|
]))),
|
|
2247
2262
|
128
|
|
2248
2263
|
/* KEYED_FRAGMENT */
|
|
2249
2264
|
))
|
|
2250
|
-
])) :
|
|
2265
|
+
])) : v("v-if", !0)
|
|
2251
2266
|
],
|
|
2252
2267
|
4
|
|
2253
2268
|
/* STYLE */
|
|
2254
2269
|
),
|
|
2255
|
-
|
|
2256
|
-
(
|
|
2257
|
-
|
|
2270
|
+
i[e.defaultFile.nodeType] === e.nodeType.并行分支 ? (l(), r("div", et, [
|
|
2271
|
+
(l(!0), r(
|
|
2272
|
+
I,
|
|
2258
2273
|
null,
|
|
2259
|
-
|
|
2260
|
-
|
|
2274
|
+
M(i[e.defaultFile.parallelInstances], (k) => (l(), r("div", tt, [
|
|
2275
|
+
u(
|
|
2261
2276
|
"div",
|
|
2262
|
-
|
|
2263
|
-
|
|
2277
|
+
ot,
|
|
2278
|
+
w(k.name),
|
|
2264
2279
|
1
|
|
2265
2280
|
/* TEXT */
|
|
2266
2281
|
),
|
|
2267
|
-
|
|
2268
|
-
"data-list": (
|
|
2282
|
+
T(g, ce({ ref_for: !0 }, s, {
|
|
2283
|
+
"data-list": (k == null ? void 0 : k.processInstanceNodes) || []
|
|
2269
2284
|
}), null, 16, ["data-list"])
|
|
2270
2285
|
]))),
|
|
2271
2286
|
256
|
|
2272
2287
|
/* UNKEYED_FRAGMENT */
|
|
2273
2288
|
))
|
|
2274
|
-
])) :
|
|
2275
|
-
], 8,
|
|
2289
|
+
])) : v("v-if", !0)
|
|
2290
|
+
], 8, c6);
|
|
2276
2291
|
}),
|
|
2277
2292
|
128
|
|
2278
2293
|
/* KEYED_FRAGMENT */
|
|
@@ -2281,8 +2296,8 @@ const t6 = /* @__PURE__ */ U(e6, [["__scopeId", "data-v-98d51ef9"]]), o6 = N(t6)
|
|
|
2281
2296
|
};
|
|
2282
2297
|
}
|
|
2283
2298
|
});
|
|
2284
|
-
const
|
|
2299
|
+
const it = /* @__PURE__ */ W(st, [["__scopeId", "data-v-f00f4785"]]), rt = L(it);
|
|
2285
2300
|
export {
|
|
2286
|
-
|
|
2287
|
-
|
|
2301
|
+
rt as IKApprovalProcessDetail,
|
|
2302
|
+
rt as default
|
|
2288
2303
|
};
|