iking-web-ui-pro 0.2.11 → 0.2.13
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 +116 -111
- package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
- package/dist/IKDetailPreviewFiles/style.css +1 -1
- package/dist/IKExpandCollapse/ik.index.es.js +2 -2
- package/dist/IKExpandCollapse/ik.index.umd.js +1 -1
- package/dist/IKExpandCollapse/style.css +1 -1
- package/dist/IKPreviewFile/ik.index.es.js +172 -167
- package/dist/IKPreviewFile/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/style.css +1 -1
- package/dist/IKVerticalStepBar/ik.index.es.js +2 -2
- package/dist/IKVerticalStepBar/ik.index.umd.js +1 -1
- package/dist/IKVerticalStepBar/style.css +1 -1
- package/dist/IkApprovalProcess/ik.index.es.js +194 -190
- package/dist/IkApprovalProcess/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/ik.index.es.js +645 -636
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/style.css +1 -1
- package/dist/IkBaseDialog/ik.index.es.js +2 -2
- package/dist/IkBaseDialog/ik.index.umd.js +1 -1
- package/dist/IkBaseDialog/style.css +1 -1
- package/dist/IkBtnSetting/ik.index.es.js +2 -2
- package/dist/IkBtnSetting/ik.index.umd.js +1 -1
- package/dist/IkBtnSetting/style.css +1 -1
- package/dist/IkCollapseCard/ik.index.es.js +2 -2
- package/dist/IkCollapseCard/ik.index.umd.js +1 -1
- package/dist/IkCollapseCard/style.css +1 -1
- package/dist/IkDescription/ik.index.es.js +329 -324
- package/dist/IkDescription/ik.index.umd.js +1 -1
- package/dist/IkDescription/style.css +1 -1
- package/dist/IkIconPicker/ik.index.es.js +2 -2
- package/dist/IkIconPicker/ik.index.umd.js +1 -1
- package/dist/IkIconPicker/style.css +1 -1
- package/dist/IkMonacoEditor/ik.index.es.js +2 -2
- package/dist/IkMonacoEditor/ik.index.umd.js +1 -1
- package/dist/IkMonacoEditor/style.css +1 -1
- package/dist/IkPageFull/ik.index.es.js +2 -2
- package/dist/IkPageFull/ik.index.umd.js +1 -1
- package/dist/IkPageFull/style.css +1 -1
- package/dist/IkPreviewFileDialog/ik.index.es.js +206 -203
- package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
- package/dist/IkPreviewFileDialog/style.css +1 -1
- package/dist/IkSchedule/ik.index.es.js +2 -2
- package/dist/IkSchedule/ik.index.umd.js +1 -1
- package/dist/IkSchedule/style.css +1 -1
- package/dist/IkSideText/ik.index.es.js +2 -2
- package/dist/IkSideText/ik.index.umd.js +1 -1
- package/dist/IkSideText/style.css +1 -1
- package/dist/IkSvgIcon/ik.index.es.js +8 -8
- package/dist/IkSvgIcon/ik.index.umd.js +1 -1
- package/dist/IkSvgIcon/style.css +1 -1
- package/dist/IkUploadFile/ik.index.es.js +112 -109
- package/dist/IkUploadFile/ik.index.umd.js +1 -1
- package/dist/IkUploadFile/style.css +1 -1
- package/dist/IkUploadImage/ik.index.es.js +84 -84
- package/dist/IkUploadImage/ik.index.umd.js +1 -1
- package/dist/IkUploadImage/style.css +1 -1
- package/dist/index.es.js +12672 -12663
- package/dist/index.umd.js +60 -60
- package/dist/src/components/IkMonacoEditor/src/editor-config.d.ts +1 -1
- package/dist/src/components/IkPlayer-beta/index.d.ts +76 -0
- package/dist/src/components/IkPlayer-beta/src/player.d.ts +19 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/src/components/IkPickerUser/src/list/utils.d.ts +0 -3
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { paramType as
|
|
3
|
-
const q = (
|
|
4
|
-
if (
|
|
5
|
-
for (const
|
|
6
|
-
|
|
7
|
-
},
|
|
8
|
-
for (const [
|
|
9
|
-
|
|
10
|
-
return
|
|
11
|
-
},
|
|
12
|
-
const
|
|
13
|
-
for (const [
|
|
14
|
-
|
|
15
|
-
return
|
|
16
|
-
},
|
|
1
|
+
import { defineComponent as E, computed as $, openBlock as l, createElementBlock as a, createElementVNode as u, inject as P, ref as H, resolveComponent as N, Fragment as C, renderList as A, normalizeStyle as I, toDisplayString as m, normalizeClass as O, createVNode as T, unref as k, withModifiers as oe, renderSlot as L, createBlock as D, withCtx as R, createCommentVNode as f, mergeModels as ie, useModel as le, reactive as ae, watch as re, nextTick as G, createTextVNode as V, h as pe, mergeProps as ce, createSlots as ve, onMounted as fe, pushScopeId as he, popScopeId as ge } from "vue";
|
|
2
|
+
import { paramType as ye, ikFile as _e, buildUUID as me, ikColor as we, ikDate as ke } from "iking-utils-pro";
|
|
3
|
+
const q = (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
|
+
return o;
|
|
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
|
+
}, Fe = (o) => ({
|
|
17
17
|
// ================all================
|
|
18
18
|
nodeType: {
|
|
19
19
|
发起人节点: "INITIATOR",
|
|
@@ -25,7 +25,7 @@ const q = (t, o) => {
|
|
|
25
25
|
结束节点: "END",
|
|
26
26
|
并行分支: "PARALLEL",
|
|
27
27
|
子流程: "SUB_PROCESS",
|
|
28
|
-
...
|
|
28
|
+
...o.defaultNodeType
|
|
29
29
|
},
|
|
30
30
|
defaultFile: {
|
|
31
31
|
id: "id",
|
|
@@ -38,6 +38,8 @@ const q = (t, o) => {
|
|
|
38
38
|
// 节点类型
|
|
39
39
|
nodeTypeName: "name",
|
|
40
40
|
// 节点名称
|
|
41
|
+
approveStatus: "status",
|
|
42
|
+
approveStatusName: "statusName",
|
|
41
43
|
approveType: "approveType",
|
|
42
44
|
// 审批对象类别名称
|
|
43
45
|
multiExecutorType: "multiExecutorType",
|
|
@@ -67,7 +69,7 @@ const q = (t, o) => {
|
|
|
67
69
|
singleApproval: "singleApproval",
|
|
68
70
|
//是否单选
|
|
69
71
|
originator: "username",
|
|
70
|
-
...
|
|
72
|
+
...o.defaultFieldMap
|
|
71
73
|
},
|
|
72
74
|
// ================approval================
|
|
73
75
|
statusWithoutApprover: {
|
|
@@ -75,57 +77,59 @@ const q = (t, o) => {
|
|
|
75
77
|
自动拒绝: "AUTO_REJECT",
|
|
76
78
|
自动转交管理员: "TRANSMIT_TO_MANAGER",
|
|
77
79
|
指定人员审批: "SPECIFIED_USER",
|
|
78
|
-
...
|
|
80
|
+
...o.statusWithoutApprover
|
|
79
81
|
},
|
|
80
82
|
multiple: !1,
|
|
81
83
|
chooseType: [],
|
|
82
84
|
// ================detail================
|
|
83
85
|
statusOption: {
|
|
84
|
-
发起: "
|
|
85
|
-
等待: "
|
|
86
|
-
同意: "
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
评论: "
|
|
93
|
-
|
|
86
|
+
发起: "INITIATE",
|
|
87
|
+
等待: "WAIT",
|
|
88
|
+
同意: "PASS",
|
|
89
|
+
撤销: "REVOKE",
|
|
90
|
+
拒绝: "REJECT",
|
|
91
|
+
转交: "TRANSFER",
|
|
92
|
+
加签: "APPEND",
|
|
93
|
+
退回: "BACK",
|
|
94
|
+
评论: "COMMENT",
|
|
95
|
+
待执行: "WAITING",
|
|
96
|
+
执行中: "RUNNING",
|
|
97
|
+
...o.defaultStatus
|
|
94
98
|
},
|
|
95
99
|
listData: []
|
|
96
|
-
}),
|
|
97
|
-
let
|
|
98
|
-
switch (
|
|
99
|
-
case
|
|
100
|
-
|
|
100
|
+
}), xe = (o, n, s) => {
|
|
101
|
+
let t = "";
|
|
102
|
+
switch (n) {
|
|
103
|
+
case o.nodeType.审批节点:
|
|
104
|
+
s && s.length == 1 ? t = "ikapprove-ziyuan" : t = "ikapprove-shenpi";
|
|
101
105
|
break;
|
|
102
|
-
case
|
|
103
|
-
|
|
106
|
+
case o.nodeType.办理节点:
|
|
107
|
+
t = "ikapprove-bianji";
|
|
104
108
|
break;
|
|
105
|
-
case
|
|
106
|
-
|
|
109
|
+
case o.nodeType.抄送节点:
|
|
110
|
+
t = "ikapprove-chaosong";
|
|
107
111
|
break;
|
|
108
|
-
case
|
|
109
|
-
|
|
112
|
+
case o.nodeType.并行分支:
|
|
113
|
+
t = "ikapprove-fenzhi";
|
|
110
114
|
break;
|
|
111
|
-
case
|
|
112
|
-
|
|
115
|
+
case o.nodeType.子流程:
|
|
116
|
+
t = "ikapprove-ziliucheng1";
|
|
113
117
|
break;
|
|
114
118
|
default:
|
|
115
|
-
|
|
119
|
+
t = "ikapprove-ziyuan";
|
|
116
120
|
}
|
|
117
|
-
return `ikapprove ${
|
|
118
|
-
},
|
|
119
|
-
if (
|
|
121
|
+
return `ikapprove ${t}`;
|
|
122
|
+
}, Se = (o, n = 2) => {
|
|
123
|
+
if (o === void 0)
|
|
120
124
|
return "";
|
|
121
|
-
if (
|
|
125
|
+
if (o === 0)
|
|
122
126
|
return "0 B";
|
|
123
|
-
const
|
|
124
|
-
let
|
|
125
|
-
return (
|
|
126
|
-
},
|
|
127
|
+
const s = ["B", "KB", "MB", "GB", "TB"], t = Math.floor(Math.log(o) / Math.log(1024));
|
|
128
|
+
let e = o / Math.pow(1024, t);
|
|
129
|
+
return (e % 1 === 0 ? e.toFixed(n || 0) : e.toFixed(n)) + " " + s[t];
|
|
130
|
+
}, j = (o, n) => n ? n.startsWith("http") ? n : `${o || location.origin}${n}` : "", Y = (o, n) => {
|
|
127
131
|
var r, c, g, y;
|
|
128
|
-
const
|
|
132
|
+
const s = (r = o == null ? void 0 : o.response) != null && r.data ? ne((g = (c = o == null ? void 0 : o.response) == null ? void 0 : c.data) == null ? void 0 : g.suffix) : ((y = o.raw) == null ? void 0 : y.type) || ne(o[n.suffix]), t = s == null ? void 0 : s.toLowerCase(), e = {
|
|
129
133
|
sheet: "excel",
|
|
130
134
|
excel: "excel",
|
|
131
135
|
zip: "zip",
|
|
@@ -141,11 +145,11 @@ const q = (t, o) => {
|
|
|
141
145
|
exe: "exe",
|
|
142
146
|
json: "json"
|
|
143
147
|
};
|
|
144
|
-
for (let
|
|
145
|
-
if (typeof
|
|
146
|
-
return d
|
|
148
|
+
for (let d in e)
|
|
149
|
+
if (typeof t == "string" && (t.includes(d) || t === d))
|
|
150
|
+
return e[d];
|
|
147
151
|
return "unknown";
|
|
148
|
-
},
|
|
152
|
+
}, be = {
|
|
149
153
|
".doc": "word",
|
|
150
154
|
".docx": "word",
|
|
151
155
|
".docxf": "word",
|
|
@@ -230,13 +234,13 @@ const q = (t, o) => {
|
|
|
230
234
|
".vob": "video",
|
|
231
235
|
".txt": "txt",
|
|
232
236
|
".pdf": "pdf"
|
|
233
|
-
},
|
|
234
|
-
const
|
|
235
|
-
return
|
|
236
|
-
}, ze = (
|
|
237
|
-
let
|
|
238
|
-
return
|
|
239
|
-
},
|
|
237
|
+
}, ne = (o) => {
|
|
238
|
+
const n = o == null ? void 0 : o.toLocaleLowerCase(), s = n != null && n.startsWith(".") ? n : `.${n}`;
|
|
239
|
+
return s && be[s] || "unknow";
|
|
240
|
+
}, ze = (o) => {
|
|
241
|
+
let n = "", s = ["doc", "docx"], t = ["xls", "xlsx"], e = ["ppt", "pptx"], r = ["pdf"];
|
|
242
|
+
return s.includes(o) && (n = "word"), t.includes(o) && (n = "cell"), e.includes(o) && (n = "slide"), r.includes(o) && (n = "text-pdf"), n;
|
|
243
|
+
}, $e = {
|
|
240
244
|
key: 0,
|
|
241
245
|
t: "1686300059786",
|
|
242
246
|
class: "icon",
|
|
@@ -246,7 +250,7 @@ const q = (t, o) => {
|
|
|
246
250
|
"p-id": "7671",
|
|
247
251
|
width: "200",
|
|
248
252
|
height: "200"
|
|
249
|
-
},
|
|
253
|
+
}, Ce = /* @__PURE__ */ u(
|
|
250
254
|
"path",
|
|
251
255
|
{
|
|
252
256
|
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 +260,7 @@ const q = (t, o) => {
|
|
|
256
260
|
null,
|
|
257
261
|
-1
|
|
258
262
|
/* HOISTED */
|
|
259
|
-
),
|
|
263
|
+
), Ie = /* @__PURE__ */ u(
|
|
260
264
|
"path",
|
|
261
265
|
{
|
|
262
266
|
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 +270,7 @@ const q = (t, o) => {
|
|
|
266
270
|
null,
|
|
267
271
|
-1
|
|
268
272
|
/* HOISTED */
|
|
269
|
-
),
|
|
273
|
+
), Te = /* @__PURE__ */ u(
|
|
270
274
|
"path",
|
|
271
275
|
{
|
|
272
276
|
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",
|
|
@@ -286,10 +290,10 @@ const q = (t, o) => {
|
|
|
286
290
|
null,
|
|
287
291
|
-1
|
|
288
292
|
/* HOISTED */
|
|
289
|
-
),
|
|
290
|
-
$e,
|
|
293
|
+
), Ee = [
|
|
291
294
|
Ce,
|
|
292
295
|
Ie,
|
|
296
|
+
Te,
|
|
293
297
|
Oe
|
|
294
298
|
], Be = {
|
|
295
299
|
key: 1,
|
|
@@ -301,7 +305,7 @@ const q = (t, o) => {
|
|
|
301
305
|
"p-id": "9067",
|
|
302
306
|
width: "200",
|
|
303
307
|
height: "200"
|
|
304
|
-
},
|
|
308
|
+
}, Re = /* @__PURE__ */ u(
|
|
305
309
|
"path",
|
|
306
310
|
{
|
|
307
311
|
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 +315,7 @@ const q = (t, o) => {
|
|
|
311
315
|
null,
|
|
312
316
|
-1
|
|
313
317
|
/* HOISTED */
|
|
314
|
-
),
|
|
318
|
+
), De = /* @__PURE__ */ u(
|
|
315
319
|
"path",
|
|
316
320
|
{
|
|
317
321
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -321,9 +325,9 @@ const q = (t, o) => {
|
|
|
321
325
|
null,
|
|
322
326
|
-1
|
|
323
327
|
/* HOISTED */
|
|
324
|
-
),
|
|
325
|
-
|
|
326
|
-
|
|
328
|
+
), Ae = [
|
|
329
|
+
Re,
|
|
330
|
+
De
|
|
327
331
|
], Ve = {
|
|
328
332
|
key: 2,
|
|
329
333
|
t: "1686300141125",
|
|
@@ -334,7 +338,7 @@ const q = (t, o) => {
|
|
|
334
338
|
"p-id": "8137",
|
|
335
339
|
width: "200",
|
|
336
340
|
height: "200"
|
|
337
|
-
},
|
|
341
|
+
}, Me = /* @__PURE__ */ u(
|
|
338
342
|
"path",
|
|
339
343
|
{
|
|
340
344
|
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 +348,7 @@ const q = (t, o) => {
|
|
|
344
348
|
null,
|
|
345
349
|
-1
|
|
346
350
|
/* HOISTED */
|
|
347
|
-
),
|
|
351
|
+
), Ne = /* @__PURE__ */ u(
|
|
348
352
|
"path",
|
|
349
353
|
{
|
|
350
354
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -355,9 +359,9 @@ const q = (t, o) => {
|
|
|
355
359
|
-1
|
|
356
360
|
/* HOISTED */
|
|
357
361
|
), Pe = [
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
],
|
|
362
|
+
Me,
|
|
363
|
+
Ne
|
|
364
|
+
], Le = {
|
|
361
365
|
key: 3,
|
|
362
366
|
t: "1686300157181",
|
|
363
367
|
class: "icon",
|
|
@@ -377,7 +381,7 @@ const q = (t, o) => {
|
|
|
377
381
|
null,
|
|
378
382
|
-1
|
|
379
383
|
/* HOISTED */
|
|
380
|
-
),
|
|
384
|
+
), qe = /* @__PURE__ */ u(
|
|
381
385
|
"path",
|
|
382
386
|
{
|
|
383
387
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -387,10 +391,10 @@ const q = (t, o) => {
|
|
|
387
391
|
null,
|
|
388
392
|
-1
|
|
389
393
|
/* HOISTED */
|
|
390
|
-
),
|
|
394
|
+
), Ue = [
|
|
391
395
|
He,
|
|
392
|
-
|
|
393
|
-
],
|
|
396
|
+
qe
|
|
397
|
+
], je = {
|
|
394
398
|
key: 4,
|
|
395
399
|
t: "1686300180947",
|
|
396
400
|
class: "icon",
|
|
@@ -400,7 +404,7 @@ const q = (t, o) => {
|
|
|
400
404
|
"p-id": "8447",
|
|
401
405
|
width: "200",
|
|
402
406
|
height: "200"
|
|
403
|
-
},
|
|
407
|
+
}, We = /* @__PURE__ */ u(
|
|
404
408
|
"path",
|
|
405
409
|
{
|
|
406
410
|
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 +414,7 @@ const q = (t, o) => {
|
|
|
410
414
|
null,
|
|
411
415
|
-1
|
|
412
416
|
/* HOISTED */
|
|
413
|
-
),
|
|
417
|
+
), Ke = /* @__PURE__ */ u(
|
|
414
418
|
"path",
|
|
415
419
|
{
|
|
416
420
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -420,10 +424,10 @@ const q = (t, o) => {
|
|
|
420
424
|
null,
|
|
421
425
|
-1
|
|
422
426
|
/* HOISTED */
|
|
423
|
-
),
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
],
|
|
427
|
+
), Ge = [
|
|
428
|
+
We,
|
|
429
|
+
Ke
|
|
430
|
+
], Ye = {
|
|
427
431
|
key: 5,
|
|
428
432
|
t: "1686300195363",
|
|
429
433
|
class: "icon",
|
|
@@ -433,7 +437,7 @@ const q = (t, o) => {
|
|
|
433
437
|
"p-id": "8602",
|
|
434
438
|
width: "200",
|
|
435
439
|
height: "200"
|
|
436
|
-
},
|
|
440
|
+
}, Je = /* @__PURE__ */ u(
|
|
437
441
|
"path",
|
|
438
442
|
{
|
|
439
443
|
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",
|
|
@@ -453,10 +457,10 @@ const q = (t, o) => {
|
|
|
453
457
|
null,
|
|
454
458
|
-1
|
|
455
459
|
/* HOISTED */
|
|
456
|
-
),
|
|
457
|
-
|
|
460
|
+
), Ze = [
|
|
461
|
+
Je,
|
|
458
462
|
Xe
|
|
459
|
-
],
|
|
463
|
+
], Qe = {
|
|
460
464
|
key: 6,
|
|
461
465
|
t: "1686300209288",
|
|
462
466
|
class: "icon",
|
|
@@ -466,7 +470,7 @@ const q = (t, o) => {
|
|
|
466
470
|
"p-id": "8757",
|
|
467
471
|
width: "200",
|
|
468
472
|
height: "200"
|
|
469
|
-
},
|
|
473
|
+
}, e3 = /* @__PURE__ */ u(
|
|
470
474
|
"path",
|
|
471
475
|
{
|
|
472
476
|
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 +480,7 @@ const q = (t, o) => {
|
|
|
476
480
|
null,
|
|
477
481
|
-1
|
|
478
482
|
/* HOISTED */
|
|
479
|
-
),
|
|
483
|
+
), t3 = /* @__PURE__ */ u(
|
|
480
484
|
"path",
|
|
481
485
|
{
|
|
482
486
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -486,10 +490,10 @@ const q = (t, o) => {
|
|
|
486
490
|
null,
|
|
487
491
|
-1
|
|
488
492
|
/* HOISTED */
|
|
489
|
-
),
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
],
|
|
493
|
+
), o3 = [
|
|
494
|
+
e3,
|
|
495
|
+
t3
|
|
496
|
+
], n3 = {
|
|
493
497
|
key: 7,
|
|
494
498
|
t: "1686300225262",
|
|
495
499
|
class: "icon",
|
|
@@ -499,7 +503,7 @@ const q = (t, o) => {
|
|
|
499
503
|
"p-id": "8912",
|
|
500
504
|
width: "200",
|
|
501
505
|
height: "200"
|
|
502
|
-
},
|
|
506
|
+
}, s3 = /* @__PURE__ */ u(
|
|
503
507
|
"path",
|
|
504
508
|
{
|
|
505
509
|
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 +513,7 @@ const q = (t, o) => {
|
|
|
509
513
|
null,
|
|
510
514
|
-1
|
|
511
515
|
/* HOISTED */
|
|
512
|
-
),
|
|
516
|
+
), i3 = /* @__PURE__ */ u(
|
|
513
517
|
"path",
|
|
514
518
|
{
|
|
515
519
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -519,10 +523,10 @@ const q = (t, o) => {
|
|
|
519
523
|
null,
|
|
520
524
|
-1
|
|
521
525
|
/* HOISTED */
|
|
522
|
-
),
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
],
|
|
526
|
+
), l3 = [
|
|
527
|
+
s3,
|
|
528
|
+
i3
|
|
529
|
+
], a3 = {
|
|
526
530
|
key: 8,
|
|
527
531
|
t: "1692251753690",
|
|
528
532
|
class: "icon",
|
|
@@ -532,7 +536,7 @@ const q = (t, o) => {
|
|
|
532
536
|
"p-id": "4336",
|
|
533
537
|
width: "200",
|
|
534
538
|
height: "200"
|
|
535
|
-
},
|
|
539
|
+
}, r3 = /* @__PURE__ */ u(
|
|
536
540
|
"path",
|
|
537
541
|
{
|
|
538
542
|
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 +546,7 @@ const q = (t, o) => {
|
|
|
542
546
|
null,
|
|
543
547
|
-1
|
|
544
548
|
/* HOISTED */
|
|
545
|
-
),
|
|
549
|
+
), c3 = /* @__PURE__ */ u(
|
|
546
550
|
"path",
|
|
547
551
|
{
|
|
548
552
|
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 +557,7 @@ const q = (t, o) => {
|
|
|
553
557
|
null,
|
|
554
558
|
-1
|
|
555
559
|
/* HOISTED */
|
|
556
|
-
),
|
|
560
|
+
), d3 = /* @__PURE__ */ u(
|
|
557
561
|
"path",
|
|
558
562
|
{
|
|
559
563
|
d: "M640 0l320 320H768a128 128 0 0 1-128-128V0z",
|
|
@@ -563,11 +567,11 @@ const q = (t, o) => {
|
|
|
563
567
|
null,
|
|
564
568
|
-1
|
|
565
569
|
/* HOISTED */
|
|
566
|
-
),
|
|
567
|
-
a3,
|
|
570
|
+
), u3 = [
|
|
568
571
|
r3,
|
|
569
|
-
c3
|
|
570
|
-
|
|
572
|
+
c3,
|
|
573
|
+
d3
|
|
574
|
+
], p3 = {
|
|
571
575
|
key: 9,
|
|
572
576
|
t: "1692251753690",
|
|
573
577
|
class: "icon",
|
|
@@ -577,7 +581,7 @@ const q = (t, o) => {
|
|
|
577
581
|
"p-id": "4336",
|
|
578
582
|
width: "200",
|
|
579
583
|
height: "200"
|
|
580
|
-
},
|
|
584
|
+
}, v3 = /* @__PURE__ */ u(
|
|
581
585
|
"path",
|
|
582
586
|
{
|
|
583
587
|
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",
|
|
@@ -597,7 +601,7 @@ const q = (t, o) => {
|
|
|
597
601
|
null,
|
|
598
602
|
-1
|
|
599
603
|
/* HOISTED */
|
|
600
|
-
),
|
|
604
|
+
), h3 = /* @__PURE__ */ u(
|
|
601
605
|
"path",
|
|
602
606
|
{
|
|
603
607
|
d: "M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z",
|
|
@@ -608,7 +612,7 @@ const q = (t, o) => {
|
|
|
608
612
|
null,
|
|
609
613
|
-1
|
|
610
614
|
/* HOISTED */
|
|
611
|
-
),
|
|
615
|
+
), g3 = /* @__PURE__ */ u(
|
|
612
616
|
"path",
|
|
613
617
|
{
|
|
614
618
|
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,11 +622,11 @@ const q = (t, o) => {
|
|
|
618
622
|
null,
|
|
619
623
|
-1
|
|
620
624
|
/* HOISTED */
|
|
621
|
-
),
|
|
622
|
-
p3,
|
|
623
|
-
f3,
|
|
625
|
+
), y3 = [
|
|
624
626
|
v3,
|
|
625
|
-
|
|
627
|
+
f3,
|
|
628
|
+
h3,
|
|
629
|
+
g3
|
|
626
630
|
], _3 = {
|
|
627
631
|
key: 10,
|
|
628
632
|
t: "1714099890925",
|
|
@@ -633,7 +637,7 @@ const q = (t, o) => {
|
|
|
633
637
|
"p-id": "2271",
|
|
634
638
|
width: "200",
|
|
635
639
|
height: "200"
|
|
636
|
-
},
|
|
640
|
+
}, m3 = /* @__PURE__ */ u(
|
|
637
641
|
"path",
|
|
638
642
|
{
|
|
639
643
|
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 +647,7 @@ const q = (t, o) => {
|
|
|
643
647
|
null,
|
|
644
648
|
-1
|
|
645
649
|
/* HOISTED */
|
|
646
|
-
),
|
|
650
|
+
), w3 = /* @__PURE__ */ u(
|
|
647
651
|
"path",
|
|
648
652
|
{
|
|
649
653
|
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 +658,7 @@ const q = (t, o) => {
|
|
|
654
658
|
null,
|
|
655
659
|
-1
|
|
656
660
|
/* HOISTED */
|
|
657
|
-
),
|
|
661
|
+
), k3 = /* @__PURE__ */ u(
|
|
658
662
|
"path",
|
|
659
663
|
{
|
|
660
664
|
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 +668,11 @@ const q = (t, o) => {
|
|
|
664
668
|
null,
|
|
665
669
|
-1
|
|
666
670
|
/* HOISTED */
|
|
667
|
-
),
|
|
668
|
-
y3,
|
|
671
|
+
), F3 = [
|
|
669
672
|
m3,
|
|
670
|
-
w3
|
|
671
|
-
|
|
673
|
+
w3,
|
|
674
|
+
k3
|
|
675
|
+
], x3 = {
|
|
672
676
|
key: 11,
|
|
673
677
|
t: "1686300037564",
|
|
674
678
|
class: "icon",
|
|
@@ -678,7 +682,7 @@ const q = (t, o) => {
|
|
|
678
682
|
"p-id": "7515",
|
|
679
683
|
width: "200",
|
|
680
684
|
height: "200"
|
|
681
|
-
},
|
|
685
|
+
}, S3 = /* @__PURE__ */ u(
|
|
682
686
|
"path",
|
|
683
687
|
{
|
|
684
688
|
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 +692,7 @@ const q = (t, o) => {
|
|
|
688
692
|
null,
|
|
689
693
|
-1
|
|
690
694
|
/* HOISTED */
|
|
691
|
-
),
|
|
695
|
+
), b3 = /* @__PURE__ */ u(
|
|
692
696
|
"path",
|
|
693
697
|
{
|
|
694
698
|
d: "M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",
|
|
@@ -708,11 +712,11 @@ const q = (t, o) => {
|
|
|
708
712
|
null,
|
|
709
713
|
-1
|
|
710
714
|
/* HOISTED */
|
|
711
|
-
),
|
|
712
|
-
x3,
|
|
715
|
+
), $3 = [
|
|
713
716
|
S3,
|
|
717
|
+
b3,
|
|
714
718
|
z3
|
|
715
|
-
],
|
|
719
|
+
], C3 = /* @__PURE__ */ E({
|
|
716
720
|
__name: "FileIcon",
|
|
717
721
|
props: {
|
|
718
722
|
type: {
|
|
@@ -732,20 +736,20 @@ const q = (t, o) => {
|
|
|
732
736
|
})
|
|
733
737
|
}
|
|
734
738
|
},
|
|
735
|
-
setup(
|
|
736
|
-
const
|
|
737
|
-
return (
|
|
739
|
+
setup(o) {
|
|
740
|
+
const n = o, s = $(() => n.file ? Y(n.file, n.fields) : n.type);
|
|
741
|
+
return (t, e) => s.value === "image" ? (l(), a("svg", $e, Ee)) : s.value === "zip" ? (l(), a("svg", Be, Ae)) : s.value === "ppt" ? (l(), a("svg", Ve, Pe)) : s.value === "word" ? (l(), a("svg", Le, Ue)) : s.value === "pdf" ? (l(), a("svg", je, Ge)) : s.value === "txt" ? (l(), a("svg", Ye, Ze)) : s.value === "audio" ? (l(), a("svg", Qe, o3)) : s.value === "video" ? (l(), a("svg", n3, l3)) : s.value === "excel" ? (l(), a("svg", a3, u3)) : s.value === "exe" ? (l(), a("svg", p3, y3)) : s.value === "json" ? (l(), a("svg", _3, F3)) : (l(), a("svg", x3, $3));
|
|
738
742
|
}
|
|
739
|
-
}),
|
|
740
|
-
const
|
|
743
|
+
}), de = (o) => {
|
|
744
|
+
const n = P("loadUrl"), s = $(() => o.loadUrl || o.fileUrl || (n == null ? void 0 : n.value)), t = P("uploadUrl"), e = $(() => o.action || o.uploadUrl || (t == null ? void 0 : t.value)), r = P("token"), c = $(() => o.token || (r == null ? void 0 : r.value)), g = P("onlyofficeConfig"), y = $(() => o.onlyofficeConfig || (g == null ? void 0 : g.value)), d = P("userInfo"), v = $(() => o.userInfo || (d == null ? void 0 : d.value));
|
|
741
745
|
return {
|
|
742
|
-
cLoadUrl:
|
|
743
|
-
cUploadUrl:
|
|
746
|
+
cLoadUrl: s,
|
|
747
|
+
cUploadUrl: e,
|
|
744
748
|
cToken: c,
|
|
745
749
|
cOnlyofficeConfig: y,
|
|
746
750
|
cUserInfo: v
|
|
747
751
|
};
|
|
748
|
-
},
|
|
752
|
+
}, I3 = ["onClick"], T3 = { class: "fileName simple" }, O3 = ["onClick"], E3 = { class: "text" }, B3 = { class: "fileName" }, R3 = { class: "size" }, D3 = /* @__PURE__ */ E({
|
|
749
753
|
__name: "IkPreviewFile",
|
|
750
754
|
props: {
|
|
751
755
|
list: {
|
|
@@ -819,59 +823,59 @@ const q = (t, o) => {
|
|
|
819
823
|
default: !1
|
|
820
824
|
}
|
|
821
825
|
},
|
|
822
|
-
setup(
|
|
823
|
-
const
|
|
826
|
+
setup(o) {
|
|
827
|
+
const n = o, { cLoadUrl: s, cOnlyofficeConfig: t } = de(n), e = $(() => ({
|
|
824
828
|
name: "name",
|
|
825
829
|
url: "url",
|
|
826
830
|
suffix: "suffix",
|
|
827
831
|
size: "size",
|
|
828
|
-
...
|
|
829
|
-
})), r =
|
|
830
|
-
var _,
|
|
832
|
+
...n.field
|
|
833
|
+
})), r = H({}), c = H(!1), g = (p) => {
|
|
834
|
+
var _, F;
|
|
831
835
|
r.value = {
|
|
832
836
|
...p,
|
|
833
837
|
name: p.name,
|
|
834
|
-
url:
|
|
835
|
-
|
|
836
|
-
p.url || ((
|
|
838
|
+
url: j(
|
|
839
|
+
s.value,
|
|
840
|
+
p.url || ((F = (_ = p == null ? void 0 : p.response) == null ? void 0 : _.data) == null ? void 0 : F.id) || (p == null ? void 0 : p.id)
|
|
837
841
|
)
|
|
838
842
|
}, c.value = !0;
|
|
839
843
|
}, y = (p) => {
|
|
840
844
|
_e.downloadFile(
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
p[
|
|
845
|
+
j(
|
|
846
|
+
s.value,
|
|
847
|
+
p[e.value.url] || p.attachmentId || p.id
|
|
844
848
|
),
|
|
845
|
-
p[
|
|
849
|
+
p[e.value.name] || p.attachmentName
|
|
846
850
|
);
|
|
847
|
-
},
|
|
851
|
+
}, d = $(() => ye.isNumber(n.width) ? `${n.width}px` : n.width), v = $(() => n.list.map((p) => ({
|
|
848
852
|
...p,
|
|
849
|
-
name: p[
|
|
850
|
-
size: p[
|
|
851
|
-
suffix: p[
|
|
853
|
+
name: p[e.value.name] || p.attachmentName,
|
|
854
|
+
size: p[e.value.size] || p.fileSize || p.attachmentSize,
|
|
855
|
+
suffix: p[e.value.suffix] || p.attachmentSuffix
|
|
852
856
|
})));
|
|
853
857
|
return (p, _) => {
|
|
854
|
-
var
|
|
855
|
-
const
|
|
858
|
+
var i, b, z;
|
|
859
|
+
const F = N("tmplate");
|
|
856
860
|
return l(), a(
|
|
857
|
-
|
|
861
|
+
C,
|
|
858
862
|
null,
|
|
859
863
|
[
|
|
860
|
-
(
|
|
861
|
-
|
|
864
|
+
(i = o.list) != null && i.length ? (l(), a(
|
|
865
|
+
C,
|
|
862
866
|
{ key: 0 },
|
|
863
867
|
[
|
|
864
|
-
|
|
865
|
-
|
|
868
|
+
o.simple ? (l(!0), a(
|
|
869
|
+
C,
|
|
866
870
|
{ key: 0 },
|
|
867
|
-
|
|
871
|
+
A(v.value, (h, x) => (l(), a("div", {
|
|
868
872
|
class: "iking-privew-annex simple",
|
|
869
873
|
onClick: (S) => g(h),
|
|
870
|
-
style:
|
|
874
|
+
style: I({ width: d.value })
|
|
871
875
|
}, [
|
|
872
876
|
u(
|
|
873
877
|
"div",
|
|
874
|
-
|
|
878
|
+
T3,
|
|
875
879
|
m(h.name),
|
|
876
880
|
1
|
|
877
881
|
/* TEXT */
|
|
@@ -879,59 +883,59 @@ const q = (t, o) => {
|
|
|
879
883
|
u(
|
|
880
884
|
"div",
|
|
881
885
|
{
|
|
882
|
-
class: O(["flex flex-center", { "hover-show":
|
|
886
|
+
class: O(["flex flex-center", { "hover-show": o.iconHoverShow }])
|
|
883
887
|
},
|
|
884
888
|
[
|
|
885
|
-
|
|
889
|
+
T(k(M), {
|
|
886
890
|
name: "iksvg_daochu",
|
|
887
|
-
onClick:
|
|
891
|
+
onClick: oe((S) => y(h), ["stop"]),
|
|
888
892
|
size: 20,
|
|
889
893
|
active: ""
|
|
890
894
|
}, null, 8, ["onClick"]),
|
|
891
|
-
|
|
895
|
+
T(k(M), {
|
|
892
896
|
name: "iksvg_yulan",
|
|
893
897
|
size: 20,
|
|
894
898
|
active: ""
|
|
895
899
|
}),
|
|
896
|
-
|
|
900
|
+
L(p.$slots, "operation", {
|
|
897
901
|
data: { ...h, findex: x }
|
|
898
902
|
})
|
|
899
903
|
],
|
|
900
904
|
2
|
|
901
905
|
/* CLASS */
|
|
902
906
|
)
|
|
903
|
-
], 12,
|
|
907
|
+
], 12, I3))),
|
|
904
908
|
256
|
|
905
909
|
/* UNKEYED_FRAGMENT */
|
|
906
|
-
)) : (l(),
|
|
907
|
-
default:
|
|
910
|
+
)) : (l(), D(F, { key: 1 }, {
|
|
911
|
+
default: R(() => [
|
|
908
912
|
(l(!0), a(
|
|
909
|
-
|
|
913
|
+
C,
|
|
910
914
|
null,
|
|
911
|
-
|
|
915
|
+
A(v.value, (h, x) => {
|
|
912
916
|
var S;
|
|
913
917
|
return l(), a(
|
|
914
918
|
"div",
|
|
915
919
|
{
|
|
916
|
-
class: O(["iking-privew-annex", { "is-bg":
|
|
920
|
+
class: O(["iking-privew-annex", { "is-bg": o.showBg }]),
|
|
917
921
|
key: x,
|
|
918
|
-
style:
|
|
919
|
-
marginBottom: x == ((S =
|
|
920
|
-
width:
|
|
922
|
+
style: I({
|
|
923
|
+
marginBottom: x == ((S = o.list) == null ? void 0 : S.length) - 1 ? "0" : "10px",
|
|
924
|
+
width: d.value
|
|
921
925
|
})
|
|
922
926
|
},
|
|
923
927
|
[
|
|
924
928
|
u("div", {
|
|
925
929
|
class: "file-card",
|
|
926
|
-
onClick: (
|
|
930
|
+
onClick: (B) => g(h)
|
|
927
931
|
}, [
|
|
928
|
-
|
|
932
|
+
T(C3, {
|
|
929
933
|
file: h,
|
|
930
|
-
style:
|
|
934
|
+
style: I({ height: `${o.iconSize}px` }),
|
|
931
935
|
class: "ikui-w-auto",
|
|
932
|
-
fields:
|
|
936
|
+
fields: e.value
|
|
933
937
|
}, null, 8, ["file", "style", "fields"]),
|
|
934
|
-
u("div",
|
|
938
|
+
u("div", E3, [
|
|
935
939
|
u(
|
|
936
940
|
"div",
|
|
937
941
|
B3,
|
|
@@ -941,8 +945,8 @@ const q = (t, o) => {
|
|
|
941
945
|
),
|
|
942
946
|
u(
|
|
943
947
|
"div",
|
|
944
|
-
|
|
945
|
-
m(k(
|
|
948
|
+
R3,
|
|
949
|
+
m(k(Se)(h.size)),
|
|
946
950
|
1
|
|
947
951
|
/* TEXT */
|
|
948
952
|
)
|
|
@@ -950,21 +954,23 @@ const q = (t, o) => {
|
|
|
950
954
|
u(
|
|
951
955
|
"div",
|
|
952
956
|
{
|
|
953
|
-
class: O(["flex flex-center", { "hover-show":
|
|
957
|
+
class: O(["flex flex-center", { "hover-show": o.iconHoverShow }])
|
|
954
958
|
},
|
|
955
959
|
[
|
|
956
|
-
|
|
960
|
+
T(k(M), {
|
|
957
961
|
name: "iksvg_daochu",
|
|
958
|
-
onClick:
|
|
959
|
-
bg:
|
|
960
|
-
size:
|
|
962
|
+
onClick: oe((B) => y(h), ["stop"]),
|
|
963
|
+
bg: o.showBg,
|
|
964
|
+
size: o.showBg ? "default" : 20,
|
|
965
|
+
title: "下载"
|
|
961
966
|
}, null, 8, ["onClick", "bg", "size"]),
|
|
962
|
-
|
|
967
|
+
T(k(M), {
|
|
963
968
|
name: "iksvg_yulan",
|
|
964
|
-
bg:
|
|
965
|
-
size:
|
|
969
|
+
bg: o.showBg,
|
|
970
|
+
size: o.showBg ? "default" : 20,
|
|
971
|
+
title: "预览"
|
|
966
972
|
}, null, 8, ["bg", "size"]),
|
|
967
|
-
|
|
973
|
+
L(p.$slots, "operation", {
|
|
968
974
|
data: { ...h, findex: x }
|
|
969
975
|
})
|
|
970
976
|
],
|
|
@@ -988,14 +994,14 @@ const q = (t, o) => {
|
|
|
988
994
|
64
|
|
989
995
|
/* STABLE_FRAGMENT */
|
|
990
996
|
)) : f("v-if", !0),
|
|
991
|
-
|
|
997
|
+
T(k(M3), {
|
|
992
998
|
show: c.value,
|
|
993
999
|
"onUpdate:show": _[0] || (_[0] = (h) => c.value = h),
|
|
994
|
-
loadUrl: k(
|
|
1000
|
+
loadUrl: k(s),
|
|
995
1001
|
file: r.value,
|
|
996
|
-
onlyofficeServer: ((
|
|
997
|
-
onlyOfficeConfig: k(
|
|
998
|
-
onlyOfficeAccept: ((
|
|
1002
|
+
onlyofficeServer: ((b = k(t)) == null ? void 0 : b.serverUrl) || o.onlyofficeServer,
|
|
1003
|
+
onlyOfficeConfig: k(t),
|
|
1004
|
+
onlyOfficeAccept: ((z = k(t)) == null ? void 0 : z.accept) || o.onlyOfficeAccept
|
|
999
1005
|
}, null, 8, ["show", "loadUrl", "file", "onlyofficeServer", "onlyOfficeConfig", "onlyOfficeAccept"])
|
|
1000
1006
|
],
|
|
1001
1007
|
64
|
|
@@ -1004,9 +1010,9 @@ const q = (t, o) => {
|
|
|
1004
1010
|
};
|
|
1005
1011
|
}
|
|
1006
1012
|
});
|
|
1007
|
-
const
|
|
1013
|
+
const A3 = q(D3), V3 = /* @__PURE__ */ E({
|
|
1008
1014
|
__name: "IkPreviewFileDialog",
|
|
1009
|
-
props: /* @__PURE__ */
|
|
1015
|
+
props: /* @__PURE__ */ ie({
|
|
1010
1016
|
file: {
|
|
1011
1017
|
type: Object,
|
|
1012
1018
|
default: () => []
|
|
@@ -1040,46 +1046,49 @@ const R3 = q(E3), V3 = /* @__PURE__ */ B({
|
|
|
1040
1046
|
showModifiers: {}
|
|
1041
1047
|
}),
|
|
1042
1048
|
emits: ["update:show"],
|
|
1043
|
-
setup(
|
|
1044
|
-
const
|
|
1049
|
+
setup(o) {
|
|
1050
|
+
const n = o, s = le(o, "show"), t = $(() => ({
|
|
1045
1051
|
name: "name",
|
|
1046
1052
|
url: "url",
|
|
1047
1053
|
suffix: "suffix",
|
|
1048
1054
|
size: "fileSize",
|
|
1049
|
-
...
|
|
1050
|
-
})),
|
|
1055
|
+
...n.field
|
|
1056
|
+
})), e = H(null), r = H(null), c = ae({
|
|
1051
1057
|
image: !1,
|
|
1052
1058
|
office: !1,
|
|
1053
1059
|
video: !1
|
|
1054
|
-
}), g = (
|
|
1055
|
-
var v, p, _,
|
|
1060
|
+
}), g = (d) => {
|
|
1061
|
+
var v, p, _, F, i, b, z;
|
|
1056
1062
|
try {
|
|
1057
|
-
const h = ((v =
|
|
1063
|
+
const h = ((v = d == null ? void 0 : d.response) == null ? void 0 : v.data) || d, x = h[t.value.url] || (h == null ? void 0 : h.id) || h.attachmentId, S = (p = h[t.value.suffix] || h.attachmentSuffix) == null ? void 0 : p.toLowerCase(), B = h[t.value.name] || (h == null ? void 0 : h.attachmentName) || (h == null ? void 0 : h.originName);
|
|
1058
1064
|
if (r.value = {
|
|
1059
|
-
...
|
|
1060
|
-
name:
|
|
1061
|
-
url:
|
|
1062
|
-
},
|
|
1065
|
+
...d,
|
|
1066
|
+
name: d[t.value.name],
|
|
1067
|
+
url: j(n.loadUrl, x)
|
|
1068
|
+
}, d && Y(d, t.value) === "image") {
|
|
1063
1069
|
c.image = !0;
|
|
1064
1070
|
return;
|
|
1065
|
-
} else if (
|
|
1066
|
-
c.
|
|
1067
|
-
|
|
1071
|
+
} else if (d && Y(d, t.value) === "video") {
|
|
1072
|
+
c.video = !0, console.log("modal.video = true;", c.video);
|
|
1073
|
+
return;
|
|
1074
|
+
} else if ((((_ = n.onlyOfficeConfig) == null ? void 0 : _.accept) || n.onlyOfficeAccept).includes(S)) {
|
|
1075
|
+
c.office = !0, e.value = {
|
|
1076
|
+
...n.onlyOfficeConfig,
|
|
1068
1077
|
editorConfig: {
|
|
1069
|
-
...((
|
|
1078
|
+
...((F = n.onlyOfficeConfig) == null ? void 0 : F.editorConfig) || {},
|
|
1070
1079
|
customization: {
|
|
1071
|
-
...((
|
|
1080
|
+
...((b = (i = n.onlyOfficeConfig) == null ? void 0 : i.editorConfig) == null ? void 0 : b.customization) || {},
|
|
1072
1081
|
review: {
|
|
1073
1082
|
reviewDisplay: "final"
|
|
1074
1083
|
}
|
|
1075
1084
|
}
|
|
1076
1085
|
},
|
|
1077
1086
|
document: {
|
|
1078
|
-
key:
|
|
1079
|
-
title:
|
|
1080
|
-
url:
|
|
1087
|
+
key: me(),
|
|
1088
|
+
title: B,
|
|
1089
|
+
url: j(n.loadUrl, x),
|
|
1081
1090
|
fileType: S,
|
|
1082
|
-
...((
|
|
1091
|
+
...((z = n.onlyOfficeConfig) == null ? void 0 : z.document) || {}
|
|
1083
1092
|
},
|
|
1084
1093
|
documentType: ze(S)
|
|
1085
1094
|
};
|
|
@@ -1089,33 +1098,33 @@ const R3 = q(E3), V3 = /* @__PURE__ */ B({
|
|
|
1089
1098
|
console.info("预览错误: ", h);
|
|
1090
1099
|
}
|
|
1091
1100
|
};
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
g(
|
|
1101
|
+
re([s, n.file], ([d, v]) => {
|
|
1102
|
+
d && G(() => {
|
|
1103
|
+
g(n.file);
|
|
1095
1104
|
});
|
|
1096
1105
|
});
|
|
1097
1106
|
const y = () => {
|
|
1098
|
-
|
|
1107
|
+
s.value = !1, c.office = !1, c.image = !1, c.video = !1, r.value = null;
|
|
1099
1108
|
};
|
|
1100
|
-
return (
|
|
1101
|
-
var _,
|
|
1102
|
-
const p =
|
|
1103
|
-
return
|
|
1104
|
-
|
|
1109
|
+
return (d, v) => {
|
|
1110
|
+
var _, F;
|
|
1111
|
+
const p = N("el-image-viewer");
|
|
1112
|
+
return s.value ? (l(), a(
|
|
1113
|
+
C,
|
|
1105
1114
|
{ key: 0 },
|
|
1106
1115
|
[
|
|
1107
|
-
(_ = r.value) != null && _.url && c.image ? (l(),
|
|
1116
|
+
(_ = r.value) != null && _.url && c.image ? (l(), D(p, {
|
|
1108
1117
|
key: 0,
|
|
1109
|
-
onClose: v[0] || (v[0] = (
|
|
1110
|
-
r.value = null, c.image = !1;
|
|
1111
|
-
}),
|
|
1118
|
+
onClose: v[0] || (v[0] = (i) => y()),
|
|
1112
1119
|
ref: "previewImgRef",
|
|
1113
|
-
"url-list": [(
|
|
1120
|
+
"url-list": [(F = r.value) == null ? void 0 : F.url],
|
|
1121
|
+
teleported: ""
|
|
1114
1122
|
}, null, 8, ["url-list"])) : f("v-if", !0),
|
|
1123
|
+
f(' <IkPreviewVideo :file="fileData" v-model:show="modal.video" />'),
|
|
1115
1124
|
f(" 文档类 "),
|
|
1116
|
-
|
|
1125
|
+
T(k(Q3), {
|
|
1117
1126
|
modelValue: c.office,
|
|
1118
|
-
"onUpdate:modelValue": v[1] || (v[1] = (
|
|
1127
|
+
"onUpdate:modelValue": v[1] || (v[1] = (i) => c.office = i),
|
|
1119
1128
|
draggable: "",
|
|
1120
1129
|
"no-footer": "",
|
|
1121
1130
|
"no-header": "",
|
|
@@ -1128,12 +1137,12 @@ const R3 = q(E3), V3 = /* @__PURE__ */ B({
|
|
|
1128
1137
|
onClose: y,
|
|
1129
1138
|
"modal-class": "ik-only-preview-dialog"
|
|
1130
1139
|
}, {
|
|
1131
|
-
default:
|
|
1132
|
-
var
|
|
1140
|
+
default: R(() => {
|
|
1141
|
+
var i;
|
|
1133
1142
|
return [
|
|
1134
|
-
|
|
1135
|
-
"config-options":
|
|
1136
|
-
"document-server-url": ((
|
|
1143
|
+
T(k(a6), {
|
|
1144
|
+
"config-options": e.value,
|
|
1145
|
+
"document-server-url": ((i = o.onlyOfficeConfig) == null ? void 0 : i.serverUrl) || o.onlyofficeServer
|
|
1137
1146
|
}, null, 8, ["config-options", "document-server-url"])
|
|
1138
1147
|
];
|
|
1139
1148
|
}),
|
|
@@ -1147,18 +1156,18 @@ const R3 = q(E3), V3 = /* @__PURE__ */ B({
|
|
|
1147
1156
|
};
|
|
1148
1157
|
}
|
|
1149
1158
|
});
|
|
1150
|
-
const
|
|
1159
|
+
const M3 = q(V3), N3 = {
|
|
1151
1160
|
key: 0,
|
|
1152
|
-
class: "ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"
|
|
1161
|
+
class: "ik-svg-icon ik-icon-span inline-block inline-flex justify-center box-content line-height-[0]"
|
|
1153
1162
|
}, P3 = {
|
|
1154
1163
|
key: 1,
|
|
1155
1164
|
class: "h-[1em] w-[1em]",
|
|
1156
1165
|
"aria-hidden": "true"
|
|
1157
|
-
},
|
|
1166
|
+
}, L3 = ["xlink:href"], H3 = ["src"], q3 = {
|
|
1158
1167
|
key: 1,
|
|
1159
1168
|
class: "h-[1em] w-[1em]",
|
|
1160
1169
|
"aria-hidden": "true"
|
|
1161
|
-
},
|
|
1170
|
+
}, U3 = ["xlink:href"], j3 = ["src"], W3 = /* @__PURE__ */ E({
|
|
1162
1171
|
name: "IkSvgIcon",
|
|
1163
1172
|
__name: "index",
|
|
1164
1173
|
props: {
|
|
@@ -1184,17 +1193,17 @@ const A3 = q(V3), M3 = {
|
|
|
1184
1193
|
disabled: { type: Boolean, default: !1 },
|
|
1185
1194
|
tableIconType: {}
|
|
1186
1195
|
},
|
|
1187
|
-
setup(
|
|
1188
|
-
const
|
|
1189
|
-
...(
|
|
1190
|
-
...
|
|
1191
|
-
})),
|
|
1192
|
-
const { name: c } =
|
|
1196
|
+
setup(o) {
|
|
1197
|
+
const n = o, s = P("iconConfig"), t = $(() => ({
|
|
1198
|
+
...(s == null ? void 0 : s.value) || {},
|
|
1199
|
+
...n
|
|
1200
|
+
})), e = $(() => {
|
|
1201
|
+
const { name: c } = t.value;
|
|
1193
1202
|
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";
|
|
1194
|
-
}), r =
|
|
1203
|
+
}), r = $(() => {
|
|
1195
1204
|
const c = [];
|
|
1196
|
-
if (
|
|
1197
|
-
switch (
|
|
1205
|
+
if (t.value.flip)
|
|
1206
|
+
switch (t.value.flip) {
|
|
1198
1207
|
case "horizontal":
|
|
1199
1208
|
c.push("rotateY(180deg)");
|
|
1200
1209
|
break;
|
|
@@ -1205,67 +1214,67 @@ const A3 = q(V3), M3 = {
|
|
|
1205
1214
|
c.push("rotateX(180deg)"), c.push("rotateY(180deg)");
|
|
1206
1215
|
break;
|
|
1207
1216
|
}
|
|
1208
|
-
|
|
1217
|
+
t.value.rotate && c.push(`rotate(${t.value.rotate % 360}deg)`);
|
|
1209
1218
|
const g = {
|
|
1210
|
-
...
|
|
1211
|
-
...
|
|
1219
|
+
...t.value.color && { color: t.value.color },
|
|
1220
|
+
...t.value.size && { fontSize: typeof t.value.size == "number" ? `${t.value.size}px` : t.value.size },
|
|
1212
1221
|
...c.length && { transform: c.join(" ") },
|
|
1213
|
-
padding:
|
|
1214
|
-
...
|
|
1215
|
-
"--ik-color-icon-dark":
|
|
1216
|
-
"--ik-color-icon-light":
|
|
1222
|
+
padding: t.value.showBg || t.value.bg ? t.value.padding : 0,
|
|
1223
|
+
...t.value.color && e.value !== "iksig" ? {
|
|
1224
|
+
"--ik-color-icon-dark": t.value.color,
|
|
1225
|
+
"--ik-color-icon-light": t.value.colorLight || we.setOpacity(t.value.color, t.value.opacity)
|
|
1217
1226
|
} : {}
|
|
1218
1227
|
};
|
|
1219
|
-
return
|
|
1228
|
+
return t.value.width && (g.width = g.height = typeof t.value.width == "number" ? `${t.value.width}px` : t.value.width), g;
|
|
1220
1229
|
});
|
|
1221
1230
|
return (c, g) => {
|
|
1222
|
-
const y =
|
|
1223
|
-
return
|
|
1224
|
-
|
|
1231
|
+
const y = N("el-tooltip"), d = N("el-button");
|
|
1232
|
+
return t.value.tableIconType === "icon" || !t.value.tableIconType ? (l(), a("span", N3, [
|
|
1233
|
+
t.value.notip || !t.value.title ? (l(), a(
|
|
1225
1234
|
"i",
|
|
1226
1235
|
{
|
|
1227
1236
|
key: 0,
|
|
1228
1237
|
class: O(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
1229
|
-
[c.name]:
|
|
1230
|
-
"show-bg":
|
|
1231
|
-
default:
|
|
1232
|
-
small:
|
|
1233
|
-
big:
|
|
1234
|
-
warning:
|
|
1235
|
-
primary:
|
|
1236
|
-
success: c.success ||
|
|
1237
|
-
error:
|
|
1238
|
-
active:
|
|
1239
|
-
disabled:
|
|
1238
|
+
[c.name]: e.value === "unocss",
|
|
1239
|
+
"show-bg": t.value.showBg || t.value.bg,
|
|
1240
|
+
default: t.value.size === "default",
|
|
1241
|
+
small: t.value.size === "small",
|
|
1242
|
+
big: t.value.size === "big",
|
|
1243
|
+
warning: t.value.warning || t.value.type === "warning",
|
|
1244
|
+
primary: t.value.primary || t.value.type === "primary",
|
|
1245
|
+
success: c.success || t.value.type === "success",
|
|
1246
|
+
error: t.value.error || t.value.type === "error",
|
|
1247
|
+
active: t.value.active,
|
|
1248
|
+
disabled: t.value.disabled
|
|
1240
1249
|
}]),
|
|
1241
|
-
style:
|
|
1250
|
+
style: I(r.value)
|
|
1242
1251
|
},
|
|
1243
1252
|
[
|
|
1244
1253
|
f(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
|
|
1245
|
-
|
|
1254
|
+
e.value === "iksig" ? (l(), a(
|
|
1246
1255
|
"i",
|
|
1247
1256
|
{
|
|
1248
1257
|
key: 0,
|
|
1249
|
-
class: O(`iksig ${
|
|
1250
|
-
style:
|
|
1258
|
+
class: O(`iksig ${t.value.name}`),
|
|
1259
|
+
style: I(r.value)
|
|
1251
1260
|
},
|
|
1252
1261
|
null,
|
|
1253
1262
|
6
|
|
1254
1263
|
/* CLASS, STYLE */
|
|
1255
|
-
)) :
|
|
1264
|
+
)) : e.value === "svg" ? (l(), a("svg", P3, [
|
|
1256
1265
|
u("use", {
|
|
1257
|
-
"xlink:href": `#${
|
|
1258
|
-
}, null, 8,
|
|
1259
|
-
])) :
|
|
1266
|
+
"xlink:href": `#${t.value.name}`
|
|
1267
|
+
}, null, 8, L3)
|
|
1268
|
+
])) : e.value === "img" ? (l(), a("img", {
|
|
1260
1269
|
key: 2,
|
|
1261
|
-
src:
|
|
1270
|
+
src: t.value.name,
|
|
1262
1271
|
class: "h-[1em] w-[1em]"
|
|
1263
1272
|
}, null, 8, H3)) : (l(), a(
|
|
1264
1273
|
"i",
|
|
1265
1274
|
{
|
|
1266
1275
|
key: 3,
|
|
1267
|
-
class: O(
|
|
1268
|
-
style:
|
|
1276
|
+
class: O(t.value.name),
|
|
1277
|
+
style: I(r.value)
|
|
1269
1278
|
},
|
|
1270
1279
|
null,
|
|
1271
1280
|
6
|
|
@@ -1274,54 +1283,54 @@ const A3 = q(V3), M3 = {
|
|
|
1274
1283
|
],
|
|
1275
1284
|
6
|
|
1276
1285
|
/* CLASS, STYLE */
|
|
1277
|
-
)) : (l(),
|
|
1286
|
+
)) : (l(), D(y, {
|
|
1278
1287
|
key: 1,
|
|
1279
|
-
content:
|
|
1288
|
+
content: t.value.title,
|
|
1280
1289
|
placement: "top"
|
|
1281
1290
|
}, {
|
|
1282
|
-
default:
|
|
1291
|
+
default: R(() => [
|
|
1283
1292
|
u(
|
|
1284
1293
|
"i",
|
|
1285
1294
|
{
|
|
1286
1295
|
class: O(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
1287
|
-
[c.name]:
|
|
1288
|
-
"show-bg":
|
|
1289
|
-
default:
|
|
1290
|
-
small:
|
|
1291
|
-
big:
|
|
1292
|
-
warning:
|
|
1293
|
-
primary: c.primary ||
|
|
1294
|
-
success: c.success ||
|
|
1295
|
-
error:
|
|
1296
|
-
active:
|
|
1296
|
+
[c.name]: e.value === "unocss",
|
|
1297
|
+
"show-bg": t.value.showBg || t.value.bg,
|
|
1298
|
+
default: t.value.size === "default",
|
|
1299
|
+
small: t.value.size === "small",
|
|
1300
|
+
big: t.value.size === "big",
|
|
1301
|
+
warning: t.value.warning || t.value.type === "warning",
|
|
1302
|
+
primary: c.primary || t.value.type === "primary",
|
|
1303
|
+
success: c.success || t.value.type === "success",
|
|
1304
|
+
error: t.value.error || t.value.type === "error",
|
|
1305
|
+
active: t.value.active
|
|
1297
1306
|
}]),
|
|
1298
|
-
style:
|
|
1307
|
+
style: I(r.value)
|
|
1299
1308
|
},
|
|
1300
1309
|
[
|
|
1301
|
-
|
|
1310
|
+
e.value === "iksig" ? (l(), a(
|
|
1302
1311
|
"i",
|
|
1303
1312
|
{
|
|
1304
1313
|
key: 0,
|
|
1305
|
-
class: O(`iksig ${
|
|
1306
|
-
style:
|
|
1314
|
+
class: O(`iksig ${t.value.name}`),
|
|
1315
|
+
style: I(r.value)
|
|
1307
1316
|
},
|
|
1308
1317
|
null,
|
|
1309
1318
|
6
|
|
1310
1319
|
/* CLASS, STYLE */
|
|
1311
|
-
)) :
|
|
1320
|
+
)) : e.value === "svg" ? (l(), a("svg", q3, [
|
|
1312
1321
|
u("use", {
|
|
1313
|
-
"xlink:href": `#${
|
|
1314
|
-
}, null, 8,
|
|
1315
|
-
])) :
|
|
1322
|
+
"xlink:href": `#${t.value.name}`
|
|
1323
|
+
}, null, 8, U3)
|
|
1324
|
+
])) : e.value === "img" ? (l(), a("img", {
|
|
1316
1325
|
key: 2,
|
|
1317
|
-
src:
|
|
1326
|
+
src: t.value.name,
|
|
1318
1327
|
class: "h-[1em] w-[1em]"
|
|
1319
|
-
}, null, 8,
|
|
1328
|
+
}, null, 8, j3)) : (l(), a(
|
|
1320
1329
|
"i",
|
|
1321
1330
|
{
|
|
1322
1331
|
key: 3,
|
|
1323
|
-
class: O(
|
|
1324
|
-
style:
|
|
1332
|
+
class: O(t.value.name),
|
|
1333
|
+
style: I(r.value)
|
|
1325
1334
|
},
|
|
1326
1335
|
null,
|
|
1327
1336
|
6
|
|
@@ -1335,13 +1344,13 @@ const A3 = q(V3), M3 = {
|
|
|
1335
1344
|
_: 1
|
|
1336
1345
|
/* STABLE */
|
|
1337
1346
|
}, 8, ["content"]))
|
|
1338
|
-
])) : (l(),
|
|
1347
|
+
])) : (l(), D(d, {
|
|
1339
1348
|
key: 1,
|
|
1340
|
-
type: ["warning", "error"].includes(
|
|
1349
|
+
type: ["warning", "error"].includes(t.value.type) ? "danger" : ""
|
|
1341
1350
|
}, {
|
|
1342
|
-
default:
|
|
1343
|
-
|
|
1344
|
-
m(
|
|
1351
|
+
default: R(() => [
|
|
1352
|
+
V(
|
|
1353
|
+
m(t.value.title),
|
|
1345
1354
|
1
|
|
1346
1355
|
/* TEXT */
|
|
1347
1356
|
)
|
|
@@ -1352,10 +1361,10 @@ const A3 = q(V3), M3 = {
|
|
|
1352
1361
|
};
|
|
1353
1362
|
}
|
|
1354
1363
|
});
|
|
1355
|
-
const
|
|
1364
|
+
const K3 = /* @__PURE__ */ W(W3, [["__scopeId", "data-v-76d7e119"]]), M = q(K3), G3 = {
|
|
1356
1365
|
key: 0,
|
|
1357
1366
|
class: "exit-main-page-maximize"
|
|
1358
|
-
},
|
|
1367
|
+
}, Y3 = /* @__PURE__ */ E({
|
|
1359
1368
|
__name: "CloseIcon",
|
|
1360
1369
|
props: {
|
|
1361
1370
|
showBg: {
|
|
@@ -1367,16 +1376,16 @@ const W3 = /* @__PURE__ */ j(j3, [["__scopeId", "data-v-7729b79a"]]), M = q(W3),
|
|
|
1367
1376
|
default: !1
|
|
1368
1377
|
}
|
|
1369
1378
|
},
|
|
1370
|
-
setup(
|
|
1371
|
-
return (
|
|
1372
|
-
|
|
1373
|
-
|
|
1379
|
+
setup(o) {
|
|
1380
|
+
return (n, s) => (l(), a("div", null, [
|
|
1381
|
+
o.showBg && o.fullscreen ? (l(), a("div", G3, [
|
|
1382
|
+
T(k(M), {
|
|
1374
1383
|
name: "iksvg_guanbidanchuang",
|
|
1375
1384
|
title: "关闭",
|
|
1376
1385
|
size: 20,
|
|
1377
1386
|
error: ""
|
|
1378
1387
|
})
|
|
1379
|
-
])) : (l(),
|
|
1388
|
+
])) : (l(), D(k(M), {
|
|
1380
1389
|
key: 1,
|
|
1381
1390
|
error: "",
|
|
1382
1391
|
name: "iksvg_guanbidanchuang",
|
|
@@ -1386,9 +1395,9 @@ const W3 = /* @__PURE__ */ j(j3, [["__scopeId", "data-v-7729b79a"]]), M = q(W3),
|
|
|
1386
1395
|
]));
|
|
1387
1396
|
}
|
|
1388
1397
|
});
|
|
1389
|
-
const
|
|
1398
|
+
const J3 = /* @__PURE__ */ W(Y3, [["__scopeId", "data-v-79f49df8"]]), X3 = { class: "base-header" }, Z3 = /* @__PURE__ */ E({
|
|
1390
1399
|
__name: "IkBaseDialog",
|
|
1391
|
-
props: /* @__PURE__ */
|
|
1400
|
+
props: /* @__PURE__ */ ie({
|
|
1392
1401
|
title: { default: "" },
|
|
1393
1402
|
cancelText: { default: "取消" },
|
|
1394
1403
|
confirmText: { default: "确认" },
|
|
@@ -1406,65 +1415,65 @@ const Y3 = /* @__PURE__ */ j(G3, [["__scopeId", "data-v-79f49df8"]]), X3 = { cla
|
|
|
1406
1415
|
modelModifiers: {}
|
|
1407
1416
|
}),
|
|
1408
1417
|
emits: ["update:modelValue"],
|
|
1409
|
-
setup(
|
|
1410
|
-
const
|
|
1411
|
-
|
|
1412
|
-
}, r =
|
|
1418
|
+
setup(o) {
|
|
1419
|
+
const n = o, s = le(o, "modelValue"), t = H(n.fullscreen), e = () => {
|
|
1420
|
+
t.value = !t.value;
|
|
1421
|
+
}, r = E({
|
|
1413
1422
|
setup() {
|
|
1414
|
-
return () =>
|
|
1415
|
-
showBg:
|
|
1416
|
-
fullscreen:
|
|
1423
|
+
return () => pe(J3, {
|
|
1424
|
+
showBg: n.showCloseBg,
|
|
1425
|
+
fullscreen: n.fullscreen
|
|
1417
1426
|
});
|
|
1418
1427
|
}
|
|
1419
1428
|
});
|
|
1420
1429
|
return (c, g) => {
|
|
1421
|
-
const y =
|
|
1422
|
-
return l(),
|
|
1423
|
-
modelValue:
|
|
1424
|
-
"onUpdate:modelValue": g[0] || (g[0] = (
|
|
1430
|
+
const y = N("el-dialog");
|
|
1431
|
+
return l(), D(y, ce({
|
|
1432
|
+
modelValue: s.value,
|
|
1433
|
+
"onUpdate:modelValue": g[0] || (g[0] = (d) => s.value = d)
|
|
1425
1434
|
}, c.$attrs, {
|
|
1426
1435
|
"close-icon": k(r),
|
|
1427
1436
|
class: `ik-base-dialog ${c.noHeader ? "no-header" : ""} ${c.noFooter ? "no-footer" : ""}`,
|
|
1428
|
-
fullscreen:
|
|
1437
|
+
fullscreen: t.value,
|
|
1429
1438
|
"modal-class": "baseDialog"
|
|
1430
|
-
}),
|
|
1431
|
-
icon:
|
|
1432
|
-
|
|
1433
|
-
|
|
1439
|
+
}), ve({
|
|
1440
|
+
icon: R(() => [
|
|
1441
|
+
L(c.$slots, "title", {}, () => [
|
|
1442
|
+
V(
|
|
1434
1443
|
m(c.title),
|
|
1435
1444
|
1
|
|
1436
1445
|
/* TEXT */
|
|
1437
1446
|
)
|
|
1438
1447
|
])
|
|
1439
1448
|
]),
|
|
1440
|
-
header:
|
|
1449
|
+
header: R(() => [
|
|
1441
1450
|
u("div", X3, [
|
|
1442
|
-
|
|
1443
|
-
|
|
1451
|
+
L(c.$slots, "header", {}, () => [
|
|
1452
|
+
V(
|
|
1444
1453
|
m(c.title),
|
|
1445
1454
|
1
|
|
1446
1455
|
/* TEXT */
|
|
1447
1456
|
)
|
|
1448
1457
|
])
|
|
1449
1458
|
]),
|
|
1450
|
-
c.$attrs.showClose ? (l(),
|
|
1459
|
+
c.$attrs.showClose ? (l(), D(k(M), {
|
|
1451
1460
|
key: 0,
|
|
1452
|
-
onClick:
|
|
1453
|
-
name:
|
|
1461
|
+
onClick: e,
|
|
1462
|
+
name: t.value ? "iksvg_tuichuquanping" : "iksvg_quanping-daohang",
|
|
1454
1463
|
class: "absolute! top-[18px] right-[50px] icon-dialog-full",
|
|
1455
|
-
title:
|
|
1464
|
+
title: t.value ? "退出全屏" : "全屏"
|
|
1456
1465
|
}, null, 8, ["name", "title"])) : f("v-if", !0)
|
|
1457
1466
|
]),
|
|
1458
|
-
default:
|
|
1459
|
-
|
|
1467
|
+
default: R(() => [
|
|
1468
|
+
L(c.$slots, "default")
|
|
1460
1469
|
]),
|
|
1461
1470
|
_: 2
|
|
1462
1471
|
/* DYNAMIC */
|
|
1463
1472
|
}, [
|
|
1464
1473
|
c.$slots.footer ? {
|
|
1465
1474
|
name: "footer",
|
|
1466
|
-
fn:
|
|
1467
|
-
|
|
1475
|
+
fn: R(() => [
|
|
1476
|
+
L(c.$slots, "footer")
|
|
1468
1477
|
]),
|
|
1469
1478
|
key: "0"
|
|
1470
1479
|
} : void 0
|
|
@@ -1472,119 +1481,119 @@ const Y3 = /* @__PURE__ */ j(G3, [["__scopeId", "data-v-79f49df8"]]), X3 = { cla
|
|
|
1472
1481
|
};
|
|
1473
1482
|
}
|
|
1474
1483
|
});
|
|
1475
|
-
const
|
|
1476
|
-
function
|
|
1477
|
-
function
|
|
1478
|
-
return r instanceof
|
|
1484
|
+
const Q3 = q(Z3);
|
|
1485
|
+
function e6(o, n, s, t) {
|
|
1486
|
+
function e(r) {
|
|
1487
|
+
return r instanceof s ? r : new s(function(c) {
|
|
1479
1488
|
c(r);
|
|
1480
1489
|
});
|
|
1481
1490
|
}
|
|
1482
|
-
return new (
|
|
1491
|
+
return new (s || (s = Promise))(function(r, c) {
|
|
1483
1492
|
function g(v) {
|
|
1484
1493
|
try {
|
|
1485
|
-
|
|
1494
|
+
d(t.next(v));
|
|
1486
1495
|
} catch (p) {
|
|
1487
1496
|
c(p);
|
|
1488
1497
|
}
|
|
1489
1498
|
}
|
|
1490
1499
|
function y(v) {
|
|
1491
1500
|
try {
|
|
1492
|
-
|
|
1501
|
+
d(t.throw(v));
|
|
1493
1502
|
} catch (p) {
|
|
1494
1503
|
c(p);
|
|
1495
1504
|
}
|
|
1496
1505
|
}
|
|
1497
|
-
function
|
|
1498
|
-
v.done ? r(v.value) :
|
|
1506
|
+
function d(v) {
|
|
1507
|
+
v.done ? r(v.value) : e(v.value).then(g, y);
|
|
1499
1508
|
}
|
|
1500
|
-
|
|
1509
|
+
d((t = t.apply(o, n || [])).next());
|
|
1501
1510
|
});
|
|
1502
1511
|
}
|
|
1503
|
-
function
|
|
1504
|
-
var
|
|
1512
|
+
function t6(o, n) {
|
|
1513
|
+
var s = { label: 0, sent: function() {
|
|
1505
1514
|
if (r[0] & 1)
|
|
1506
1515
|
throw r[1];
|
|
1507
1516
|
return r[1];
|
|
1508
|
-
}, trys: [], ops: [] },
|
|
1517
|
+
}, trys: [], ops: [] }, t, e, r, c;
|
|
1509
1518
|
return c = { next: g(0), throw: g(1), return: g(2) }, typeof Symbol == "function" && (c[Symbol.iterator] = function() {
|
|
1510
1519
|
return this;
|
|
1511
1520
|
}), c;
|
|
1512
|
-
function g(
|
|
1521
|
+
function g(d) {
|
|
1513
1522
|
return function(v) {
|
|
1514
|
-
return y([
|
|
1523
|
+
return y([d, v]);
|
|
1515
1524
|
};
|
|
1516
1525
|
}
|
|
1517
|
-
function y(
|
|
1518
|
-
if (
|
|
1526
|
+
function y(d) {
|
|
1527
|
+
if (t)
|
|
1519
1528
|
throw new TypeError("Generator is already executing.");
|
|
1520
|
-
for (; c && (c = 0,
|
|
1529
|
+
for (; c && (c = 0, d[0] && (s = 0)), s; )
|
|
1521
1530
|
try {
|
|
1522
|
-
if (
|
|
1531
|
+
if (t = 1, e && (r = d[0] & 2 ? e.return : d[0] ? e.throw || ((r = e.return) && r.call(e), 0) : e.next) && !(r = r.call(e, d[1])).done)
|
|
1523
1532
|
return r;
|
|
1524
|
-
switch (
|
|
1533
|
+
switch (e = 0, r && (d = [d[0] & 2, r.value]), d[0]) {
|
|
1525
1534
|
case 0:
|
|
1526
1535
|
case 1:
|
|
1527
|
-
r =
|
|
1536
|
+
r = d;
|
|
1528
1537
|
break;
|
|
1529
1538
|
case 4:
|
|
1530
|
-
return
|
|
1539
|
+
return s.label++, { value: d[1], done: !1 };
|
|
1531
1540
|
case 5:
|
|
1532
|
-
|
|
1541
|
+
s.label++, e = d[1], d = [0];
|
|
1533
1542
|
continue;
|
|
1534
1543
|
case 7:
|
|
1535
|
-
|
|
1544
|
+
d = s.ops.pop(), s.trys.pop();
|
|
1536
1545
|
continue;
|
|
1537
1546
|
default:
|
|
1538
|
-
if (r =
|
|
1539
|
-
|
|
1547
|
+
if (r = s.trys, !(r = r.length > 0 && r[r.length - 1]) && (d[0] === 6 || d[0] === 2)) {
|
|
1548
|
+
s = 0;
|
|
1540
1549
|
continue;
|
|
1541
1550
|
}
|
|
1542
|
-
if (
|
|
1543
|
-
|
|
1551
|
+
if (d[0] === 3 && (!r || d[1] > r[0] && d[1] < r[3])) {
|
|
1552
|
+
s.label = d[1];
|
|
1544
1553
|
break;
|
|
1545
1554
|
}
|
|
1546
|
-
if (
|
|
1547
|
-
|
|
1555
|
+
if (d[0] === 6 && s.label < r[1]) {
|
|
1556
|
+
s.label = r[1], r = d;
|
|
1548
1557
|
break;
|
|
1549
1558
|
}
|
|
1550
|
-
if (r &&
|
|
1551
|
-
|
|
1559
|
+
if (r && s.label < r[2]) {
|
|
1560
|
+
s.label = r[2], s.ops.push(d);
|
|
1552
1561
|
break;
|
|
1553
1562
|
}
|
|
1554
|
-
r[2] &&
|
|
1563
|
+
r[2] && s.ops.pop(), s.trys.pop();
|
|
1555
1564
|
continue;
|
|
1556
1565
|
}
|
|
1557
|
-
|
|
1566
|
+
d = n.call(o, s);
|
|
1558
1567
|
} catch (v) {
|
|
1559
|
-
|
|
1568
|
+
d = [6, v], e = 0;
|
|
1560
1569
|
} finally {
|
|
1561
|
-
|
|
1570
|
+
t = r = 0;
|
|
1562
1571
|
}
|
|
1563
|
-
if (
|
|
1564
|
-
throw
|
|
1565
|
-
return { value:
|
|
1572
|
+
if (d[0] & 5)
|
|
1573
|
+
throw d[1];
|
|
1574
|
+
return { value: d[0] ? d[1] : void 0, done: !0 };
|
|
1566
1575
|
}
|
|
1567
1576
|
}
|
|
1568
|
-
var
|
|
1569
|
-
return
|
|
1570
|
-
return
|
|
1571
|
-
return [2, new Promise(function(
|
|
1577
|
+
var o6 = function(o, n) {
|
|
1578
|
+
return e6(void 0, void 0, void 0, function() {
|
|
1579
|
+
return t6(this, function(s) {
|
|
1580
|
+
return [2, new Promise(function(t, e) {
|
|
1572
1581
|
try {
|
|
1573
1582
|
if (window.DocsAPI)
|
|
1574
|
-
return
|
|
1575
|
-
var r = document.getElementById(
|
|
1583
|
+
return t(null);
|
|
1584
|
+
var r = document.getElementById(n);
|
|
1576
1585
|
if (r)
|
|
1577
1586
|
var c = setInterval(function() {
|
|
1578
1587
|
var y = r.getAttribute("loading");
|
|
1579
1588
|
if (!y) {
|
|
1580
1589
|
if (clearInterval(c), window.DocsAPI)
|
|
1581
|
-
return
|
|
1582
|
-
var
|
|
1583
|
-
r.remove(), document.body.appendChild(
|
|
1590
|
+
return t(null);
|
|
1591
|
+
var d = se(n, o, t, e);
|
|
1592
|
+
r.remove(), document.body.appendChild(d);
|
|
1584
1593
|
}
|
|
1585
1594
|
}, 500);
|
|
1586
1595
|
else {
|
|
1587
|
-
var g =
|
|
1596
|
+
var g = se(n, o, t, e);
|
|
1588
1597
|
document.body.appendChild(g);
|
|
1589
1598
|
}
|
|
1590
1599
|
} catch (y) {
|
|
@@ -1593,14 +1602,14 @@ var t6 = function(t, o) {
|
|
|
1593
1602
|
})];
|
|
1594
1603
|
});
|
|
1595
1604
|
});
|
|
1596
|
-
},
|
|
1597
|
-
var
|
|
1598
|
-
return
|
|
1599
|
-
|
|
1600
|
-
},
|
|
1601
|
-
|
|
1602
|
-
},
|
|
1603
|
-
},
|
|
1605
|
+
}, se = function(o, n, s, t) {
|
|
1606
|
+
var e = document.createElement("script");
|
|
1607
|
+
return e.id = o, e.type = "text/javascript", e.src = n, e.async = !0, e.onload = function() {
|
|
1608
|
+
e.removeAttribute("loading"), s(null);
|
|
1609
|
+
}, e.onerror = function(r) {
|
|
1610
|
+
e.removeAttribute("loading"), t(r);
|
|
1611
|
+
}, e.setAttribute("loading", ""), e;
|
|
1612
|
+
}, J = E({
|
|
1604
1613
|
name: "DocumentEditor",
|
|
1605
1614
|
props: {
|
|
1606
1615
|
id: {
|
|
@@ -1652,59 +1661,59 @@ var t6 = function(t, o) {
|
|
|
1652
1661
|
events_onRequestSelectDocument: Function
|
|
1653
1662
|
},
|
|
1654
1663
|
mounted: function() {
|
|
1655
|
-
var
|
|
1656
|
-
|
|
1657
|
-
var
|
|
1658
|
-
|
|
1659
|
-
return
|
|
1664
|
+
var o = this, n = this.documentServerUrl;
|
|
1665
|
+
n.endsWith("/") || (n += "/");
|
|
1666
|
+
var s = "".concat(n, "web-apps/apps/api/documents/api.js");
|
|
1667
|
+
o6(s, "onlyoffice-api-script").then(function() {
|
|
1668
|
+
return o.onLoad();
|
|
1660
1669
|
}).catch(function() {
|
|
1661
|
-
|
|
1670
|
+
o.onError(-2);
|
|
1662
1671
|
});
|
|
1663
1672
|
},
|
|
1664
1673
|
unmounted: function() {
|
|
1665
|
-
var
|
|
1666
|
-
!((
|
|
1674
|
+
var o, n = this.id || "";
|
|
1675
|
+
!((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);
|
|
1667
1676
|
},
|
|
1668
1677
|
watch: {
|
|
1669
1678
|
config: {
|
|
1670
|
-
handler: function(
|
|
1679
|
+
handler: function(o, n) {
|
|
1671
1680
|
this.onChangeProps();
|
|
1672
1681
|
},
|
|
1673
1682
|
deep: !0
|
|
1674
1683
|
},
|
|
1675
|
-
document_fileType: function(
|
|
1684
|
+
document_fileType: function(o, n) {
|
|
1676
1685
|
this.onChangeProps();
|
|
1677
1686
|
},
|
|
1678
|
-
document_title: function(
|
|
1687
|
+
document_title: function(o, n) {
|
|
1679
1688
|
this.onChangeProps();
|
|
1680
1689
|
},
|
|
1681
|
-
documentType: function(
|
|
1690
|
+
documentType: function(o, n) {
|
|
1682
1691
|
this.onChangeProps();
|
|
1683
1692
|
},
|
|
1684
|
-
editorConfig_lang: function(
|
|
1693
|
+
editorConfig_lang: function(o, n) {
|
|
1685
1694
|
this.onChangeProps();
|
|
1686
1695
|
},
|
|
1687
|
-
height: function(
|
|
1696
|
+
height: function(o, n) {
|
|
1688
1697
|
this.onChangeProps();
|
|
1689
1698
|
},
|
|
1690
|
-
type: function(
|
|
1699
|
+
type: function(o, n) {
|
|
1691
1700
|
this.onChangeProps();
|
|
1692
1701
|
},
|
|
1693
|
-
width: function(
|
|
1702
|
+
width: function(o, n) {
|
|
1694
1703
|
this.onChangeProps();
|
|
1695
1704
|
}
|
|
1696
1705
|
},
|
|
1697
1706
|
methods: {
|
|
1698
1707
|
onLoad: function() {
|
|
1699
|
-
var
|
|
1708
|
+
var o, n;
|
|
1700
1709
|
try {
|
|
1701
|
-
var
|
|
1702
|
-
if (window.DocsAPI || this.onError(-3), !((
|
|
1703
|
-
console.log("Skip loading. Instance already exists",
|
|
1710
|
+
var s = this.id || "";
|
|
1711
|
+
if (window.DocsAPI || this.onError(-3), !((o = window == null ? void 0 : window.DocEditor) === null || o === void 0) && o.instances[s]) {
|
|
1712
|
+
console.log("Skip loading. Instance already exists", s);
|
|
1704
1713
|
return;
|
|
1705
1714
|
}
|
|
1706
|
-
!((
|
|
1707
|
-
var
|
|
1715
|
+
!((n = window == null ? void 0 : window.DocEditor) === null || n === void 0) && n.instances || (window.DocEditor = { instances: {} });
|
|
1716
|
+
var t = Object.assign({
|
|
1708
1717
|
document: {
|
|
1709
1718
|
fileType: this.document_fileType,
|
|
1710
1719
|
title: this.document_title
|
|
@@ -1739,43 +1748,43 @@ var t6 = function(t, o) {
|
|
|
1739
1748
|
height: this.height,
|
|
1740
1749
|
type: this.type,
|
|
1741
1750
|
width: this.width
|
|
1742
|
-
}, this.config || {}),
|
|
1743
|
-
window.DocEditor.instances[
|
|
1751
|
+
}, this.config || {}), e = window.DocsAPI.DocEditor(s, t);
|
|
1752
|
+
window.DocEditor.instances[s] = e;
|
|
1744
1753
|
} catch (r) {
|
|
1745
1754
|
console.error(r), this.onError(-1);
|
|
1746
1755
|
}
|
|
1747
1756
|
},
|
|
1748
|
-
onError: function(
|
|
1749
|
-
var
|
|
1750
|
-
switch (
|
|
1757
|
+
onError: function(o) {
|
|
1758
|
+
var n;
|
|
1759
|
+
switch (o) {
|
|
1751
1760
|
case -2:
|
|
1752
|
-
|
|
1761
|
+
n = "Error load DocsAPI from " + this.documentServerUrl;
|
|
1753
1762
|
break;
|
|
1754
1763
|
case -3:
|
|
1755
|
-
|
|
1764
|
+
n = "DocsAPI is not defined";
|
|
1756
1765
|
break;
|
|
1757
1766
|
default:
|
|
1758
|
-
|
|
1767
|
+
n = "Unknown error loading component", o = -1;
|
|
1759
1768
|
}
|
|
1760
|
-
typeof this.onLoadComponentError > "u" ? console.error(
|
|
1769
|
+
typeof this.onLoadComponentError > "u" ? console.error(n) : this.onLoadComponentError(o, n);
|
|
1761
1770
|
},
|
|
1762
1771
|
onAppReady: function() {
|
|
1763
|
-
var
|
|
1764
|
-
this.events_onAppReady(window.DocEditor.instances[
|
|
1772
|
+
var o = this.id || "";
|
|
1773
|
+
this.events_onAppReady(window.DocEditor.instances[o]);
|
|
1765
1774
|
},
|
|
1766
1775
|
onChangeProps: function() {
|
|
1767
|
-
var
|
|
1768
|
-
!((
|
|
1776
|
+
var o, n = this.id || "";
|
|
1777
|
+
!((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());
|
|
1769
1778
|
}
|
|
1770
1779
|
}
|
|
1771
1780
|
});
|
|
1772
|
-
const
|
|
1773
|
-
function
|
|
1774
|
-
return l(), a("div", { id:
|
|
1781
|
+
const n6 = ["id"];
|
|
1782
|
+
function s6(o, n, s, t, e, r) {
|
|
1783
|
+
return l(), a("div", { id: o.id }, null, 8, n6);
|
|
1775
1784
|
}
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
const
|
|
1785
|
+
J.render = s6;
|
|
1786
|
+
J.__file = "src/components/DocumentEditor.vue";
|
|
1787
|
+
const i6 = /* @__PURE__ */ E({
|
|
1779
1788
|
__name: "IkOnlyOffice",
|
|
1780
1789
|
props: {
|
|
1781
1790
|
// 文件服务器的服务的地址
|
|
@@ -1795,27 +1804,27 @@ const s6 = /* @__PURE__ */ B({
|
|
|
1795
1804
|
default: "100%"
|
|
1796
1805
|
}
|
|
1797
1806
|
},
|
|
1798
|
-
setup(
|
|
1799
|
-
const
|
|
1807
|
+
setup(o) {
|
|
1808
|
+
const n = o, s = H({
|
|
1800
1809
|
width: "100%",
|
|
1801
1810
|
height: "100%",
|
|
1802
|
-
...
|
|
1803
|
-
...
|
|
1804
|
-
}),
|
|
1805
|
-
console.info("文档加载完成",
|
|
1811
|
+
...n.configOptions || {},
|
|
1812
|
+
...n.configOptions
|
|
1813
|
+
}), t = () => {
|
|
1814
|
+
console.info("文档加载完成", n.configOptions);
|
|
1806
1815
|
};
|
|
1807
|
-
return (
|
|
1816
|
+
return (e, r) => (l(), a(
|
|
1808
1817
|
"div",
|
|
1809
1818
|
{
|
|
1810
|
-
style:
|
|
1819
|
+
style: I({ height: n.officeHeight })
|
|
1811
1820
|
},
|
|
1812
1821
|
[
|
|
1813
|
-
|
|
1822
|
+
T(k(J), {
|
|
1814
1823
|
id: `${(/* @__PURE__ */ new Date()).getTime()}`,
|
|
1815
1824
|
ref: "editorRef",
|
|
1816
|
-
"document-server-url":
|
|
1817
|
-
config:
|
|
1818
|
-
events_onDocumentReady:
|
|
1825
|
+
"document-server-url": o.documentServerUrl,
|
|
1826
|
+
config: s.value,
|
|
1827
|
+
events_onDocumentReady: t
|
|
1819
1828
|
}, null, 8, ["id", "document-server-url", "config"])
|
|
1820
1829
|
],
|
|
1821
1830
|
4
|
|
@@ -1823,13 +1832,13 @@ const s6 = /* @__PURE__ */ B({
|
|
|
1823
1832
|
));
|
|
1824
1833
|
}
|
|
1825
1834
|
});
|
|
1826
|
-
const
|
|
1835
|
+
const l6 = /* @__PURE__ */ W(i6, [["__scopeId", "data-v-98d51ef9"]]), a6 = q(l6), X = (o) => (he("data-v-586207eb"), o = o(), ge(), o), r6 = {
|
|
1827
1836
|
class: "approveProcess",
|
|
1828
1837
|
id: "approveProcess"
|
|
1829
|
-
},
|
|
1838
|
+
}, c6 = ["id"], d6 = { class: "topBlock" }, u6 = { class: "left" }, p6 = { class: "nodeBg" }, v6 = ["src"], f6 = { class: "right" }, h6 = { class: "topInfo" }, g6 = { key: 0 }, y6 = {
|
|
1830
1839
|
key: 0,
|
|
1831
1840
|
class: "main-text"
|
|
1832
|
-
}, _6 = { class: "name" },
|
|
1841
|
+
}, _6 = { class: "name" }, m6 = { key: 0 }, w6 = { key: 0 }, k6 = { key: 1 }, F6 = /* @__PURE__ */ X(() => /* @__PURE__ */ u(
|
|
1833
1842
|
"span",
|
|
1834
1843
|
{
|
|
1835
1844
|
class: "red",
|
|
@@ -1838,52 +1847,52 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
1838
1847
|
"退回至",
|
|
1839
1848
|
-1
|
|
1840
1849
|
/* HOISTED */
|
|
1841
|
-
)),
|
|
1850
|
+
)), x6 = { key: 0 }, S6 = { key: 0 }, b6 = { key: 1 }, z6 = { key: 1 }, $6 = /* @__PURE__ */ X(() => /* @__PURE__ */ u(
|
|
1842
1851
|
"div",
|
|
1843
1852
|
{ class: "main-text" },
|
|
1844
1853
|
"抄送人员",
|
|
1845
1854
|
-1
|
|
1846
1855
|
/* HOISTED */
|
|
1847
|
-
)),
|
|
1856
|
+
)), C6 = { class: "name" }, I6 = { key: 0 }, T6 = { style: { color: "#000" } }, O6 = {
|
|
1848
1857
|
class: "blue",
|
|
1849
1858
|
style: { "margin-left": "5px", "font-size": "12px" }
|
|
1850
|
-
},
|
|
1859
|
+
}, E6 = { key: 1 }, B6 = {
|
|
1851
1860
|
key: 0,
|
|
1852
1861
|
class: "blue",
|
|
1853
1862
|
style: { "font-size": "12px" }
|
|
1854
|
-
},
|
|
1863
|
+
}, R6 = { key: 1 }, D6 = {
|
|
1855
1864
|
key: 0,
|
|
1856
1865
|
class: "blue",
|
|
1857
1866
|
style: { "font-size": "12px" }
|
|
1858
|
-
},
|
|
1867
|
+
}, A6 = {
|
|
1859
1868
|
key: 1,
|
|
1860
1869
|
class: "blue",
|
|
1861
1870
|
style: { "font-size": "12px" }
|
|
1862
|
-
}, V6 = { class: "time" },
|
|
1871
|
+
}, V6 = { class: "time" }, M6 = { key: 0 }, N6 = { key: 1 }, P6 = ["onClick"], L6 = ["onClick"], H6 = {
|
|
1863
1872
|
key: 0,
|
|
1864
1873
|
class: "opinion"
|
|
1865
|
-
},
|
|
1874
|
+
}, q6 = { key: 0 }, U6 = { key: 1 }, j6 = /* @__PURE__ */ X(() => /* @__PURE__ */ u(
|
|
1866
1875
|
"span",
|
|
1867
1876
|
{ class: "ik-text-primary" },
|
|
1868
1877
|
"添加审批人",
|
|
1869
1878
|
-1
|
|
1870
1879
|
/* HOISTED */
|
|
1871
|
-
)),
|
|
1880
|
+
)), W6 = { style: { color: "var(--el-text-color-primary)", "margin-left": "8px" } }, K6 = {
|
|
1872
1881
|
key: 2,
|
|
1873
1882
|
class: "annexImage"
|
|
1874
|
-
},
|
|
1883
|
+
}, G6 = {
|
|
1875
1884
|
key: 3,
|
|
1876
1885
|
class: "approveList"
|
|
1877
|
-
},
|
|
1886
|
+
}, Y6 = { class: "nodeBg-list" }, J6 = ["src"], X6 = { key: 1 }, Z6 = {
|
|
1878
1887
|
key: 2,
|
|
1879
1888
|
class: "ikapprove ikapprove-duihao2 green read"
|
|
1880
|
-
},
|
|
1889
|
+
}, Q6 = ["title"], et = {
|
|
1881
1890
|
key: 0,
|
|
1882
1891
|
class: "branch"
|
|
1883
|
-
},
|
|
1892
|
+
}, tt = { class: "branch-card" }, ot = { class: "branch-name" }, nt = {
|
|
1884
1893
|
name: "IkingApprovalProcessDetail"
|
|
1885
|
-
},
|
|
1886
|
-
...
|
|
1894
|
+
}, st = /* @__PURE__ */ E({
|
|
1895
|
+
...nt,
|
|
1887
1896
|
props: {
|
|
1888
1897
|
// 是否本地打开
|
|
1889
1898
|
local: {
|
|
@@ -1941,107 +1950,107 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
1941
1950
|
}
|
|
1942
1951
|
},
|
|
1943
1952
|
emits: ["preview"],
|
|
1944
|
-
setup(
|
|
1945
|
-
const
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
i && (G(() => {
|
|
1952
|
-
e.listData = i;
|
|
1953
|
+
setup(o, { emit: n }) {
|
|
1954
|
+
const s = o, { cLoadUrl: t } = de(s), e = ae(Fe(s));
|
|
1955
|
+
re(
|
|
1956
|
+
() => s.dataList,
|
|
1957
|
+
(v) => {
|
|
1958
|
+
v && (G(() => {
|
|
1959
|
+
e.listData = v;
|
|
1953
1960
|
}), setTimeout(() => {
|
|
1954
|
-
|
|
1961
|
+
s.returnNode.length && r();
|
|
1955
1962
|
}, 500));
|
|
1956
1963
|
},
|
|
1957
1964
|
{ deep: !0 }
|
|
1958
1965
|
), fe(() => {
|
|
1959
|
-
|
|
1960
|
-
|
|
1966
|
+
s.dataList.length && (e.listData = s.dataList, setTimeout(() => {
|
|
1967
|
+
s.returnNode.length && r();
|
|
1961
1968
|
}, 500));
|
|
1962
1969
|
});
|
|
1963
|
-
const
|
|
1964
|
-
let
|
|
1965
|
-
if (
|
|
1966
|
-
for (
|
|
1967
|
-
if (isNaN(
|
|
1970
|
+
const r = () => {
|
|
1971
|
+
let v = null;
|
|
1972
|
+
if (s != null && s.returnNode)
|
|
1973
|
+
for (v of s == null ? void 0 : s.returnNode) {
|
|
1974
|
+
if (isNaN(v[1]))
|
|
1968
1975
|
return;
|
|
1969
|
-
let
|
|
1976
|
+
let p = Array.from(new Array(v[1] + 1).keys()).slice(v[0]);
|
|
1970
1977
|
G(() => {
|
|
1971
|
-
|
|
1978
|
+
c(p);
|
|
1972
1979
|
});
|
|
1973
1980
|
}
|
|
1974
|
-
},
|
|
1975
|
-
var
|
|
1976
|
-
let
|
|
1977
|
-
|
|
1978
|
-
let
|
|
1979
|
-
|
|
1981
|
+
}, c = (v) => {
|
|
1982
|
+
var h, x, S;
|
|
1983
|
+
let p = document.createElement("div"), _ = document.getElementById("approveProcess"), F = 0, i = (h = document.getElementById(`${v[0]}`)) == null ? void 0 : h.offsetWidth, b = (x = document.getElementById(`${v[0]}`)) == null ? void 0 : x.offsetLeft, z = (S = document.getElementById(`${v[0]}`)) == null ? void 0 : S.offsetTop;
|
|
1984
|
+
v.forEach((B) => {
|
|
1985
|
+
let U = document.getElementById(`${B}`);
|
|
1986
|
+
F += U.offsetHeight;
|
|
1980
1987
|
}), setTimeout(() => {
|
|
1981
|
-
|
|
1988
|
+
p.style.width = i + 32 + "px", p.style.height = F + "px", p.style.background = "#f9f9f9", p.style.position = "absolute", p.style.top = z - 16 + "px", p.style.left = b - 16 + "px", p.style.zIndex = -1, _ == null || _.appendChild(p);
|
|
1982
1989
|
});
|
|
1983
|
-
},
|
|
1984
|
-
var
|
|
1985
|
-
let
|
|
1986
|
-
|
|
1990
|
+
}, g = (v, p, _) => {
|
|
1991
|
+
var b, z;
|
|
1992
|
+
let F = (b = e.listData) == null ? void 0 : b.findIndex((h) => h.lineType == "dashed"), i = "";
|
|
1993
|
+
if (_ && ((z = _[e.defaultFile.approvePersonList]) == null ? void 0 : z.findIndex((x) => x[e.defaultFile.approveStatus] === e.statusOption.执行中)) > -1)
|
|
1994
|
+
return "ikapprove ikapprove-dengdai orange";
|
|
1995
|
+
switch (v) {
|
|
1987
1996
|
case e.statusOption.发起:
|
|
1988
|
-
|
|
1997
|
+
i = "ikapprove-duihao2 green";
|
|
1989
1998
|
break;
|
|
1990
|
-
case e.statusOption
|
|
1991
|
-
|
|
1999
|
+
case e.statusOption.执行中:
|
|
2000
|
+
i = F == p ? "ikapprove-dengdai orange" : "";
|
|
1992
2001
|
break;
|
|
1993
2002
|
case e.statusOption.同意:
|
|
1994
|
-
|
|
2003
|
+
i = "ikapprove-duihao2 green";
|
|
1995
2004
|
break;
|
|
1996
2005
|
case e.statusOption.拒绝:
|
|
1997
|
-
|
|
2006
|
+
i = "ikapprove-jujue red";
|
|
1998
2007
|
break;
|
|
1999
2008
|
case e.statusOption.转交:
|
|
2000
|
-
|
|
2009
|
+
i = "ikapprove-zhuanjiao blue";
|
|
2001
2010
|
break;
|
|
2002
2011
|
case e.statusOption.加签:
|
|
2003
|
-
|
|
2012
|
+
i = "ikapprove-tianjia blue";
|
|
2004
2013
|
break;
|
|
2005
2014
|
case e.statusOption.退回:
|
|
2006
|
-
|
|
2015
|
+
i = "ikapprove-s_fanhui2 red";
|
|
2007
2016
|
break;
|
|
2008
2017
|
case e.statusOption.评论:
|
|
2009
|
-
|
|
2018
|
+
i = "ikapprove-pinglun1 blue";
|
|
2010
2019
|
break;
|
|
2011
2020
|
}
|
|
2012
|
-
return `ikapprove ${
|
|
2013
|
-
},
|
|
2014
|
-
|
|
2015
|
-
let
|
|
2016
|
-
for (let
|
|
2017
|
-
|
|
2018
|
-
},
|
|
2019
|
-
return (
|
|
2020
|
-
const
|
|
2021
|
-
return l(), a("div",
|
|
2021
|
+
return `ikapprove ${i}`;
|
|
2022
|
+
}, y = (v, p) => {
|
|
2023
|
+
v.show = !v.show;
|
|
2024
|
+
let _ = document.getElementById(`${v[e.defaultFile.nodeId]}`), F = Array.from(_ == null ? void 0 : _.getElementsByClassName("approveList"));
|
|
2025
|
+
for (let i of F)
|
|
2026
|
+
i.style.display = p;
|
|
2027
|
+
}, d = (v) => j(t.value, v);
|
|
2028
|
+
return (v, p) => {
|
|
2029
|
+
const _ = N("el-image"), F = N("IkingApprovalProcessDetail");
|
|
2030
|
+
return l(), a("div", r6, [
|
|
2022
2031
|
(l(!0), a(
|
|
2023
|
-
|
|
2032
|
+
C,
|
|
2024
2033
|
null,
|
|
2025
|
-
|
|
2026
|
-
var
|
|
2034
|
+
A(e.listData, (i, b) => {
|
|
2035
|
+
var z, h, x, S, B, U, Z, Q, ee, te;
|
|
2027
2036
|
return l(), a("div", {
|
|
2028
2037
|
class: "approveBlock",
|
|
2029
|
-
id:
|
|
2030
|
-
key:
|
|
2038
|
+
id: i[e.defaultFile.nodeId],
|
|
2039
|
+
key: i[e.defaultFile.nodeId]
|
|
2031
2040
|
}, [
|
|
2032
|
-
u("div",
|
|
2033
|
-
u("div",
|
|
2034
|
-
u("span",
|
|
2041
|
+
u("div", d6, [
|
|
2042
|
+
u("div", u6, [
|
|
2043
|
+
u("span", p6, [
|
|
2035
2044
|
f(' 用户列表长度等于1, :src="formatUrl(it)"并且存在头像 '),
|
|
2036
|
-
((
|
|
2045
|
+
((z = i[e.defaultFile.approvePersonList]) == null ? void 0 : z.length) == 1 && i[e.defaultFile.approvePersonList][0].userAvatar ? (l(), a("img", {
|
|
2037
2046
|
key: 0,
|
|
2038
|
-
style: { width: "100%", height: "100%", "border-radius": "
|
|
2039
|
-
src:
|
|
2040
|
-
|
|
2047
|
+
style: { width: "100%", height: "100%", "border-radius": "10px" },
|
|
2048
|
+
src: d(
|
|
2049
|
+
i[e.defaultFile.approvePersonList][0].userAvatar
|
|
2041
2050
|
),
|
|
2042
2051
|
alt: ""
|
|
2043
|
-
}, null, 8,
|
|
2044
|
-
|
|
2052
|
+
}, null, 8, v6)) : (l(), a(
|
|
2053
|
+
C,
|
|
2045
2054
|
{ key: 1 },
|
|
2046
2055
|
[
|
|
2047
2056
|
f(" 否则显示对应节点 "),
|
|
@@ -2049,10 +2058,10 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2049
2058
|
"i",
|
|
2050
2059
|
{
|
|
2051
2060
|
class: O(
|
|
2052
|
-
k(
|
|
2061
|
+
k(xe)(
|
|
2053
2062
|
e,
|
|
2054
|
-
|
|
2055
|
-
|
|
2063
|
+
i[e.defaultFile.nodeType],
|
|
2064
|
+
i[e.defaultFile.approvePersonList]
|
|
2056
2065
|
)
|
|
2057
2066
|
)
|
|
2058
2067
|
},
|
|
@@ -2069,7 +2078,7 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2069
2078
|
"i",
|
|
2070
2079
|
{
|
|
2071
2080
|
class: O(
|
|
2072
|
-
|
|
2081
|
+
g(i[e.defaultFile.approveStatus], b, i)
|
|
2073
2082
|
)
|
|
2074
2083
|
},
|
|
2075
2084
|
null,
|
|
@@ -2079,73 +2088,73 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2079
2088
|
])
|
|
2080
2089
|
]),
|
|
2081
2090
|
u("div", f6, [
|
|
2082
|
-
u("div",
|
|
2091
|
+
u("div", h6, [
|
|
2083
2092
|
u("div", null, [
|
|
2084
2093
|
f(" 不是抄送节点 "),
|
|
2085
|
-
|
|
2094
|
+
e.nodeType.抄送节点 !== i[e.defaultFile.nodeType] ? (l(), a("div", g6, [
|
|
2086
2095
|
f(" 撤销,评论不显示节点名称 "),
|
|
2087
|
-
|
|
2096
|
+
i[e.defaultFile.approveStatus] != e.statusOption.撤销 && i[e.defaultFile.approveStatus] != e.statusOption.评论 && i[e.defaultFile.nodeType] !== e.nodeType.并行分支 ? (l(), a(
|
|
2088
2097
|
"div",
|
|
2089
|
-
|
|
2090
|
-
m(
|
|
2098
|
+
y6,
|
|
2099
|
+
m(i[e.defaultFile.nodeTypeName]),
|
|
2091
2100
|
1
|
|
2092
2101
|
/* TEXT */
|
|
2093
2102
|
)) : f("v-if", !0),
|
|
2094
2103
|
f(" 名字+审批状态 "),
|
|
2095
2104
|
u("div", _6, [
|
|
2096
2105
|
f(" 已审批节点文本 "),
|
|
2097
|
-
|
|
2106
|
+
i[e.defaultFile.lineType] == "solid" ? (l(), a("div", m6, [
|
|
2098
2107
|
u(
|
|
2099
2108
|
"span",
|
|
2100
2109
|
{
|
|
2101
|
-
style:
|
|
2102
|
-
color:
|
|
2110
|
+
style: I({
|
|
2111
|
+
color: i[e.defaultFile.approveStatus] == e.statusOption.评论 ? "#000" : ""
|
|
2103
2112
|
})
|
|
2104
2113
|
},
|
|
2105
|
-
m(
|
|
2114
|
+
m(i[e.defaultFile.originator]),
|
|
2106
2115
|
5
|
|
2107
2116
|
/* TEXT, STYLE */
|
|
2108
2117
|
),
|
|
2109
2118
|
f(" 发起,退回不显示状态 "),
|
|
2110
|
-
|
|
2119
|
+
i[e.defaultFile.approveStatusName] && i[e.defaultFile.approveStatus] != e.statusOption.发起 && i[e.defaultFile.approveStatus] != e.statusOption.退回 ? (l(), a(
|
|
2111
2120
|
"span",
|
|
2112
|
-
|
|
2113
|
-
m(
|
|
2121
|
+
w6,
|
|
2122
|
+
m(i[e.defaultFile.approveStatus] == e.statusOption.评论 ? " 添加了评论" : "(" + i[e.defaultFile.approveStatusName] + ")"),
|
|
2114
2123
|
1
|
|
2115
2124
|
/* TEXT */
|
|
2116
2125
|
)) : f("v-if", !0),
|
|
2117
2126
|
f(" 退回状态显示 "),
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
m(
|
|
2127
|
+
i[e.defaultFile.approveStatus] == e.statusOption.退回 ? (l(), a("span", k6, [
|
|
2128
|
+
F6,
|
|
2129
|
+
V(
|
|
2130
|
+
m(i[e.defaultFile.backToRecordNodeName]),
|
|
2122
2131
|
1
|
|
2123
2132
|
/* TEXT */
|
|
2124
2133
|
)
|
|
2125
2134
|
])) : f("v-if", !0)
|
|
2126
2135
|
])) : (l(), a(
|
|
2127
|
-
|
|
2136
|
+
C,
|
|
2128
2137
|
{ key: 1 },
|
|
2129
2138
|
[
|
|
2130
2139
|
f(" 待审批节点 "),
|
|
2131
2140
|
u("div", null, [
|
|
2132
|
-
((
|
|
2133
|
-
|
|
2134
|
-
m(
|
|
2141
|
+
((h = i[e.defaultFile.approvePersonList]) == null ? void 0 : h.length) == 1 ? (l(), a("span", x6, [
|
|
2142
|
+
V(
|
|
2143
|
+
m(i[e.defaultFile.originator]) + " ",
|
|
2135
2144
|
1
|
|
2136
2145
|
/* TEXT */
|
|
2137
2146
|
),
|
|
2138
|
-
|
|
2147
|
+
i[e.defaultFile.approveStatus] == e.statusOption.等待 ? (l(), a(
|
|
2139
2148
|
"span",
|
|
2140
|
-
|
|
2141
|
-
m(`(${
|
|
2149
|
+
S6,
|
|
2150
|
+
m(`(${i[e.defaultFile.approveStatusName]})`),
|
|
2142
2151
|
1
|
|
2143
2152
|
/* TEXT */
|
|
2144
2153
|
)) : f("v-if", !0)
|
|
2145
|
-
])) :
|
|
2154
|
+
])) : i[e.defaultFile.approvePersonList] ? (l(), a(
|
|
2146
2155
|
"span",
|
|
2147
|
-
|
|
2148
|
-
m(`${(
|
|
2156
|
+
b6,
|
|
2157
|
+
m(`${(x = i[e.defaultFile.approvePersonList]) == null ? void 0 : x.length}人${i[e.defaultFile.approveTypeName]}`),
|
|
2149
2158
|
1
|
|
2150
2159
|
/* TEXT */
|
|
2151
2160
|
)) : f("v-if", !0)
|
|
@@ -2156,16 +2165,16 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2156
2165
|
))
|
|
2157
2166
|
])
|
|
2158
2167
|
])) : (l(), a("div", z6, [
|
|
2159
|
-
|
|
2160
|
-
u("div",
|
|
2168
|
+
$6,
|
|
2169
|
+
u("div", C6, [
|
|
2161
2170
|
f(" 抄送一人时 "),
|
|
2162
|
-
((
|
|
2171
|
+
((S = i[e.defaultFile.approvePersonList]) == null ? void 0 : S.length) == 1 ? (l(), a("span", I6, [
|
|
2163
2172
|
u("span", null, [
|
|
2164
|
-
|
|
2173
|
+
V("已抄送给 "),
|
|
2165
2174
|
u(
|
|
2166
2175
|
"span",
|
|
2167
|
-
|
|
2168
|
-
m(
|
|
2176
|
+
T6,
|
|
2177
|
+
m(i[e.defaultFile.approvePersonList][0].userName),
|
|
2169
2178
|
1
|
|
2170
2179
|
/* TEXT */
|
|
2171
2180
|
)
|
|
@@ -2173,24 +2182,24 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2173
2182
|
u(
|
|
2174
2183
|
"span",
|
|
2175
2184
|
O6,
|
|
2176
|
-
m(
|
|
2185
|
+
m(i[e.defaultFile.approvePersonList][0].status === "END" ? "已读" : "未读"),
|
|
2177
2186
|
1
|
|
2178
2187
|
/* TEXT */
|
|
2179
2188
|
)
|
|
2180
2189
|
])) : f("v-if", !0),
|
|
2181
2190
|
f(" 抄送多人时 "),
|
|
2182
|
-
((
|
|
2183
|
-
|
|
2184
|
-
m(`已抄送${(
|
|
2191
|
+
((B = i[e.defaultFile.approvePersonList]) == null ? void 0 : B.length) > 1 ? (l(), a("span", E6, [
|
|
2192
|
+
V(
|
|
2193
|
+
m(`已抄送${(U = i[e.defaultFile.approvePersonList]) == null ? void 0 : U.length}人`) + " ",
|
|
2185
2194
|
1
|
|
2186
2195
|
/* TEXT */
|
|
2187
2196
|
),
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2197
|
+
i[e.defaultFile.allRead] ? (l(), a("span", B6, " 全部已读 ")) : (l(), a("span", R6, [
|
|
2198
|
+
i[e.defaultFile.read] ? f("v-if", !0) : (l(), a("span", D6, " 全部未读 ")),
|
|
2199
|
+
i[e.defaultFile.read] ? (l(), a(
|
|
2191
2200
|
"span",
|
|
2192
|
-
|
|
2193
|
-
m(
|
|
2201
|
+
A6,
|
|
2202
|
+
m(i[e.defaultFile.read]) + "人已读 ",
|
|
2194
2203
|
1
|
|
2195
2204
|
/* TEXT */
|
|
2196
2205
|
)) : f("v-if", !0)
|
|
@@ -2201,27 +2210,27 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2201
2210
|
]),
|
|
2202
2211
|
u("div", V6, [
|
|
2203
2212
|
f(" 不是抄送节点,展示时间 "),
|
|
2204
|
-
|
|
2213
|
+
i[e.defaultFile.nodeType] != e.nodeType.抄送节点 && i[e.defaultFile.approveStatus] !== e.statusOption.等待 ? (l(), a(
|
|
2205
2214
|
"span",
|
|
2206
|
-
|
|
2207
|
-
m(k(
|
|
2208
|
-
|
|
2215
|
+
M6,
|
|
2216
|
+
m(k(ke).toDateTime(
|
|
2217
|
+
i[e.defaultFile.operationTime],
|
|
2209
2218
|
"MM/DD HH:mm"
|
|
2210
2219
|
)),
|
|
2211
2220
|
1
|
|
2212
2221
|
/* TEXT */
|
|
2213
2222
|
)) : f("v-if", !0),
|
|
2214
2223
|
f(" 是抄送节点,并且抄送人员大于1时,展示图标 "),
|
|
2215
|
-
|
|
2216
|
-
|
|
2224
|
+
i[e.defaultFile.nodeType] == e.nodeType.抄送节点 && ((Z = i[e.defaultFile.approvePersonList]) == null ? void 0 : Z.length) > 1 ? (l(), a("span", N6, [
|
|
2225
|
+
i != null && i.show ? (l(), a("i", {
|
|
2217
2226
|
key: 0,
|
|
2218
2227
|
class: "ikapprove ikapprove-a-putongjiantouzhankai",
|
|
2219
|
-
onClick: (w) =>
|
|
2228
|
+
onClick: (w) => y(i, "grid")
|
|
2220
2229
|
}, null, 8, P6)) : (l(), a("i", {
|
|
2221
2230
|
key: 1,
|
|
2222
|
-
onClick: (w) =>
|
|
2231
|
+
onClick: (w) => y(i, "none"),
|
|
2223
2232
|
class: "ikapprove ikapprove-a-putongjiantoushouqi"
|
|
2224
|
-
}, null, 8,
|
|
2233
|
+
}, null, 8, L6))
|
|
2225
2234
|
])) : f("v-if", !0)
|
|
2226
2235
|
])
|
|
2227
2236
|
])
|
|
@@ -2231,29 +2240,29 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2231
2240
|
"div",
|
|
2232
2241
|
{
|
|
2233
2242
|
class: "bottomBlock",
|
|
2234
|
-
style:
|
|
2235
|
-
borderLeft:
|
|
2243
|
+
style: I({
|
|
2244
|
+
borderLeft: b == e.listData.length - 1 ? "" : `2px ${i[e.defaultFile.lineType] || "dashed"} var(--el-border-color)`
|
|
2236
2245
|
})
|
|
2237
2246
|
},
|
|
2238
2247
|
[
|
|
2239
2248
|
f(" 审批意见 "),
|
|
2240
|
-
|
|
2241
|
-
|
|
2249
|
+
i[e.defaultFile.approveOpinion] || i[e.defaultFile.approveStatus] == e.statusOption.加签 ? (l(), a("div", H6, [
|
|
2250
|
+
i[e.defaultFile.approveOpinion] ? (l(), a(
|
|
2242
2251
|
"span",
|
|
2243
|
-
|
|
2244
|
-
m(
|
|
2252
|
+
q6,
|
|
2253
|
+
m(i[e.defaultFile.approveOpinion]),
|
|
2245
2254
|
1
|
|
2246
2255
|
/* TEXT */
|
|
2247
2256
|
)) : f("v-if", !0),
|
|
2248
|
-
|
|
2249
|
-
|
|
2257
|
+
i[e.defaultFile.approveStatus] == e.statusOption.加签 ? (l(), a("span", U6, [
|
|
2258
|
+
j6,
|
|
2250
2259
|
(l(!0), a(
|
|
2251
|
-
|
|
2260
|
+
C,
|
|
2252
2261
|
null,
|
|
2253
|
-
|
|
2262
|
+
A(i[e.defaultFile.countersignPer], (w, K) => (l(), a(
|
|
2254
2263
|
"span",
|
|
2255
|
-
|
|
2256
|
-
m(w == null ? void 0 : w.userName) + m(K <
|
|
2264
|
+
W6,
|
|
2265
|
+
m(w == null ? void 0 : w.userName) + m(K < i[e.defaultFile.countersignPer].length - 1 ? "、" : ""),
|
|
2257
2266
|
1
|
|
2258
2267
|
/* TEXT */
|
|
2259
2268
|
))),
|
|
@@ -2263,26 +2272,26 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2263
2272
|
])) : f("v-if", !0)
|
|
2264
2273
|
])) : f("v-if", !0),
|
|
2265
2274
|
f(" 附件 "),
|
|
2266
|
-
(
|
|
2275
|
+
(Q = i[e.defaultFile.attachment]) != null && Q.length ? (l(), D(k(A3), {
|
|
2267
2276
|
key: 1,
|
|
2268
|
-
list:
|
|
2277
|
+
list: i[e.defaultFile.attachment]
|
|
2269
2278
|
}, null, 8, ["list"])) : f("v-if", !0),
|
|
2270
2279
|
f(" 附件图片 "),
|
|
2271
|
-
(
|
|
2280
|
+
(ee = i[e.defaultFile.attachmentImg]) != null && ee.length ? (l(), a("div", K6, [
|
|
2272
2281
|
(l(!0), a(
|
|
2273
|
-
|
|
2282
|
+
C,
|
|
2274
2283
|
null,
|
|
2275
|
-
|
|
2284
|
+
A(i[e.defaultFile.attachmentImg], (w, K) => (l(), a("div", {
|
|
2276
2285
|
class: "image",
|
|
2277
2286
|
key: K
|
|
2278
2287
|
}, [
|
|
2279
|
-
|
|
2280
|
-
src:
|
|
2281
|
-
"preview-src-list":
|
|
2288
|
+
T(_, {
|
|
2289
|
+
src: d(w),
|
|
2290
|
+
"preview-src-list": i[e.defaultFile.attachmentImg].map((ue) => d(ue)),
|
|
2282
2291
|
fit: "cover",
|
|
2283
2292
|
"z-index": "9999",
|
|
2284
2293
|
"zoom-rate": 1.2,
|
|
2285
|
-
alt:
|
|
2294
|
+
alt: d(w)
|
|
2286
2295
|
}, null, 8, ["src", "preview-src-list", "alt"])
|
|
2287
2296
|
]))),
|
|
2288
2297
|
128
|
|
@@ -2290,33 +2299,33 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2290
2299
|
))
|
|
2291
2300
|
])) : f("v-if", !0),
|
|
2292
2301
|
f(" 抄送节点或是等待审批状态并且列表长度大于1 "),
|
|
2293
|
-
(
|
|
2302
|
+
(i[e.defaultFile.nodeType] == e.nodeType.抄送节点 || i[e.defaultFile.approveStatus] == e.statusOption.等待) && ((te = i[e.defaultFile.approvePersonList]) == null ? void 0 : te.length) > 1 ? (l(), a("div", G6, [
|
|
2294
2303
|
(l(!0), a(
|
|
2295
|
-
|
|
2304
|
+
C,
|
|
2296
2305
|
null,
|
|
2297
|
-
|
|
2306
|
+
A(i[e.defaultFile.approvePersonList], (w) => (l(), a("div", {
|
|
2298
2307
|
class: "perBlock",
|
|
2299
2308
|
key: w.userName
|
|
2300
2309
|
}, [
|
|
2301
|
-
u("span",
|
|
2310
|
+
u("span", Y6, [
|
|
2302
2311
|
w.userAvatar ? (l(), a("img", {
|
|
2303
2312
|
key: 0,
|
|
2304
2313
|
style: { width: "100%", height: "100%", "border-radius": "50%" },
|
|
2305
|
-
src:
|
|
2314
|
+
src: d(w.userAvatar),
|
|
2306
2315
|
alt: ""
|
|
2307
|
-
}, null, 8,
|
|
2316
|
+
}, null, 8, J6)) : (l(), a(
|
|
2308
2317
|
"span",
|
|
2309
2318
|
X6,
|
|
2310
2319
|
m(w.userName.slice(-2)),
|
|
2311
2320
|
1
|
|
2312
2321
|
/* TEXT */
|
|
2313
2322
|
)),
|
|
2314
|
-
w.status === "END" ? (l(), a("i",
|
|
2323
|
+
w.status === "END" ? (l(), a("i", Z6)) : f("v-if", !0)
|
|
2315
2324
|
]),
|
|
2316
2325
|
u("div", {
|
|
2317
2326
|
class: "main-text",
|
|
2318
2327
|
title: w.userName
|
|
2319
|
-
}, m(w.userName), 9,
|
|
2328
|
+
}, m(w.userName), 9, Q6)
|
|
2320
2329
|
]))),
|
|
2321
2330
|
128
|
|
2322
2331
|
/* KEYED_FRAGMENT */
|
|
@@ -2326,19 +2335,19 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2326
2335
|
4
|
|
2327
2336
|
/* STYLE */
|
|
2328
2337
|
),
|
|
2329
|
-
|
|
2338
|
+
i[e.defaultFile.nodeType] === e.nodeType.并行分支 ? (l(), a("div", et, [
|
|
2330
2339
|
(l(!0), a(
|
|
2331
|
-
|
|
2340
|
+
C,
|
|
2332
2341
|
null,
|
|
2333
|
-
|
|
2342
|
+
A(i[e.defaultFile.parallelInstances], (w) => (l(), a("div", tt, [
|
|
2334
2343
|
u(
|
|
2335
2344
|
"div",
|
|
2336
|
-
|
|
2345
|
+
ot,
|
|
2337
2346
|
m(w.name),
|
|
2338
2347
|
1
|
|
2339
2348
|
/* TEXT */
|
|
2340
2349
|
),
|
|
2341
|
-
|
|
2350
|
+
T(F, ce({ ref_for: !0 }, s, {
|
|
2342
2351
|
"data-list": (w == null ? void 0 : w.processInstanceNodes) || []
|
|
2343
2352
|
}), null, 16, ["data-list"])
|
|
2344
2353
|
]))),
|
|
@@ -2346,7 +2355,7 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2346
2355
|
/* UNKEYED_FRAGMENT */
|
|
2347
2356
|
))
|
|
2348
2357
|
])) : f("v-if", !0)
|
|
2349
|
-
], 8,
|
|
2358
|
+
], 8, c6);
|
|
2350
2359
|
}),
|
|
2351
2360
|
128
|
|
2352
2361
|
/* KEYED_FRAGMENT */
|
|
@@ -2355,8 +2364,8 @@ const i6 = /* @__PURE__ */ j(s6, [["__scopeId", "data-v-98d51ef9"]]), l6 = q(i6)
|
|
|
2355
2364
|
};
|
|
2356
2365
|
}
|
|
2357
2366
|
});
|
|
2358
|
-
const
|
|
2367
|
+
const it = /* @__PURE__ */ W(st, [["__scopeId", "data-v-586207eb"]]), rt = q(it);
|
|
2359
2368
|
export {
|
|
2360
|
-
|
|
2361
|
-
|
|
2369
|
+
rt as IKApprovalProcessDetail,
|
|
2370
|
+
rt as default
|
|
2362
2371
|
};
|