iking-web-ui-pro 0.1.73 → 0.1.75
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 +27 -34
- package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
- package/dist/IKDetailPreviewFiles/style.css +1 -1
- package/dist/IKExpandCollapse/ik.index.es.js +49 -54
- package/dist/IKExpandCollapse/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/ik.index.es.js +31 -38
- package/dist/IKPreviewFile/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/style.css +1 -1
- package/dist/IKPreviewFileDialog/ik.index.es.js +29 -36
- package/dist/IKPreviewFileDialog/ik.index.umd.js +1 -1
- package/dist/IKPreviewFileDialog/style.css +1 -1
- package/dist/IKVerticalStepBar/ik.index.es.js +58 -63
- package/dist/IKVerticalStepBar/ik.index.umd.js +3 -3
- package/dist/IkApprovalProcessDetail/ik.index.es.js +133 -140
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/style.css +1 -1
- package/dist/IkBaseDialog/ik.index.es.js +64 -71
- package/dist/IkBaseDialog/ik.index.umd.js +1 -1
- package/dist/IkBaseDialog/style.css +1 -1
- package/dist/IkBtnSetting/ik.index.es.js +120 -125
- package/dist/IkBtnSetting/ik.index.umd.js +1 -1
- package/dist/IkCollapseCard/ik.index.es.js +40 -45
- package/dist/IkCollapseCard/ik.index.umd.js +1 -1
- package/dist/IkDescription/ik.index.es.js +42 -49
- package/dist/IkDescription/ik.index.umd.js +1 -1
- package/dist/IkDescription/style.css +1 -1
- package/dist/IkIconPicker/ik.index.es.js +28 -33
- package/dist/IkIconPicker/ik.index.umd.js +1 -1
- package/dist/IkMonacoEditor/ik.index.es.js +21 -26
- package/dist/IkMonacoEditor/ik.index.umd.js +3 -3
- package/dist/IkPageFull/ik.index.es.js +152 -157
- package/dist/IkPageFull/ik.index.umd.js +2 -2
- package/dist/IkSchedule/ik.index.es.js +129 -134
- package/dist/IkSchedule/ik.index.umd.js +1 -1
- package/dist/IkSelectTag/ik.index.es.js +77 -79
- package/dist/IkSelectTag/ik.index.umd.js +1 -1
- package/dist/IkSelectTag/style.css +1 -1
- package/dist/IkSideText/ik.index.es.js +60 -65
- package/dist/IkSideText/ik.index.umd.js +1 -1
- package/dist/IkStatu/ik.index.es.js +30 -32
- package/dist/IkStatu/ik.index.umd.js +1 -1
- package/dist/IkStatu/style.css +1 -1
- package/dist/IkStatuOver/ik.index.es.js +65 -67
- package/dist/IkStatuOver/ik.index.umd.js +1 -1
- package/dist/IkStatuOver/style.css +1 -1
- package/dist/IkSvgIcon/ik.index.es.js +53 -58
- package/dist/IkSvgIcon/ik.index.umd.js +1 -1
- package/dist/IkUploadFile/ik.index.es.js +61 -68
- package/dist/IkUploadFile/ik.index.umd.js +1 -1
- package/dist/IkUploadFile/style.css +1 -1
- package/dist/IkUploadImage/ik.index.es.js +98 -103
- package/dist/IkUploadImage/ik.index.umd.js +1 -1
- package/dist/index.es.js +531 -540
- package/dist/index.umd.js +2 -2
- package/dist/src/components/IkSvgIcon/index.d.ts +0 -6
- package/dist/src/components/IkSvgIcon/src/index.vue.d.ts +0 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as k, computed as S, openBlock as d, createElementBlock as u, createElementVNode as c, mergeModels as P, useModel as L, ref as z, reactive as W, watch as j, nextTick as K, resolveComponent as $, createBlock as R, createCommentVNode as C, createVNode as _, unref as w, withCtx as
|
|
1
|
+
import { defineComponent as k, computed as S, openBlock as d, createElementBlock as u, createElementVNode as c, mergeModels as P, useModel as L, ref as z, reactive as W, watch as j, nextTick as K, resolveComponent as $, createBlock as R, createCommentVNode as C, createVNode as _, unref as w, withCtx as b, Fragment as M, renderList as E, normalizeClass as x, normalizeStyle as y, toDisplayString as V, withModifiers as X, renderSlot as I, createTextVNode as H, h as Y, mergeProps as Z, createSlots as J, pushScopeId as Q, popScopeId as e3 } from "vue";
|
|
2
2
|
import { buildUUID as t3, paramType as o3, ikFile as n3, ikColor as i3, ikUrl as s3 } from "iking-utils-pro";
|
|
3
3
|
const D = (o, e) => {
|
|
4
4
|
if (o.install = (i) => {
|
|
@@ -266,7 +266,7 @@ const G = (o, e) => {
|
|
|
266
266
|
"p-id": "8292",
|
|
267
267
|
width: "200",
|
|
268
268
|
height: "200"
|
|
269
|
-
},
|
|
269
|
+
}, x3 = /* @__PURE__ */ c(
|
|
270
270
|
"path",
|
|
271
271
|
{
|
|
272
272
|
d: "M204.8 0h477.866667l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0z m307.2 607.573333l68.266667 191.146667c13.653333 27.306667 54.613333 27.306667 61.44 0l102.4-273.066667c6.826667-20.48 0-34.133333-20.48-40.96s-34.133333 0-40.96 13.653334l-68.266667 191.146666-68.266667-191.146666c-13.653333-27.306667-54.613333-27.306667-68.266666 0l-68.266667 191.146666-68.266667-191.146666c-6.826667-13.653333-27.306667-27.306667-47.786666-20.48s-27.306667 27.306667-20.48 47.786666l102.4 273.066667c13.653333 27.306667 54.613333 27.306667 61.44 0l75.093333-191.146667z",
|
|
@@ -276,7 +276,7 @@ const G = (o, e) => {
|
|
|
276
276
|
null,
|
|
277
277
|
-1
|
|
278
278
|
/* HOISTED */
|
|
279
|
-
),
|
|
279
|
+
), b3 = /* @__PURE__ */ c(
|
|
280
280
|
"path",
|
|
281
281
|
{
|
|
282
282
|
d: "M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",
|
|
@@ -287,8 +287,8 @@ const G = (o, e) => {
|
|
|
287
287
|
-1
|
|
288
288
|
/* HOISTED */
|
|
289
289
|
), S3 = [
|
|
290
|
-
|
|
291
|
-
|
|
290
|
+
x3,
|
|
291
|
+
b3
|
|
292
292
|
], C3 = {
|
|
293
293
|
key: 4,
|
|
294
294
|
t: "1686300180947",
|
|
@@ -746,7 +746,7 @@ const G = (o, e) => {
|
|
|
746
746
|
onClose: g,
|
|
747
747
|
"modal-class": "ik-only-preview-dialog"
|
|
748
748
|
}, {
|
|
749
|
-
default:
|
|
749
|
+
default: b(() => [
|
|
750
750
|
_(w(U6), {
|
|
751
751
|
configOptions: n.value,
|
|
752
752
|
documentServerUrl: o.onlyofficeServer,
|
|
@@ -866,7 +866,7 @@ const p6 = ["onClick"], h6 = { class: "text" }, f6 = { class: "fileName" }, v6 =
|
|
|
866
866
|
return d(), u(
|
|
867
867
|
"div",
|
|
868
868
|
{
|
|
869
|
-
class:
|
|
869
|
+
class: x(["iking-privew-annex", { "is-bg": o.showBg }]),
|
|
870
870
|
key: m,
|
|
871
871
|
style: y({
|
|
872
872
|
marginBottom: m == ((p = o.list) == null ? void 0 : p.length) - 1 ? "0" : "10px",
|
|
@@ -903,7 +903,7 @@ const p6 = ["onClick"], h6 = { class: "text" }, f6 = { class: "fileName" }, v6 =
|
|
|
903
903
|
c(
|
|
904
904
|
"div",
|
|
905
905
|
{
|
|
906
|
-
class:
|
|
906
|
+
class: x(["flex flex-center", { "hover-show": o.iconHoverShow }])
|
|
907
907
|
},
|
|
908
908
|
[
|
|
909
909
|
_(w(B), {
|
|
@@ -958,7 +958,7 @@ const m6 = D(g6), w6 = {
|
|
|
958
958
|
key: 1,
|
|
959
959
|
class: "h-[1em] w-[1em]",
|
|
960
960
|
"aria-hidden": "true"
|
|
961
|
-
}, F6 = ["xlink:href"],
|
|
961
|
+
}, F6 = ["xlink:href"], x6 = ["src"], b6 = /* @__PURE__ */ k({
|
|
962
962
|
name: "IkSvgIcon",
|
|
963
963
|
__name: "index",
|
|
964
964
|
props: {
|
|
@@ -974,7 +974,6 @@ const m6 = D(g6), w6 = {
|
|
|
974
974
|
primary: { type: Boolean },
|
|
975
975
|
warning: { type: Boolean },
|
|
976
976
|
success: { type: Boolean },
|
|
977
|
-
error: { type: Boolean },
|
|
978
977
|
notip: { type: Boolean, default: !1 },
|
|
979
978
|
title: {},
|
|
980
979
|
type: {},
|
|
@@ -1014,17 +1013,13 @@ const m6 = D(g6), w6 = {
|
|
|
1014
1013
|
"--ik-color-icon-light": "var(--ik-color-icon-light-hover)",
|
|
1015
1014
|
"--ik-color-bg-icon": "var(--ik-color-bg-button-secondary)"
|
|
1016
1015
|
} : e.type === "warning" || e.warning ? {
|
|
1017
|
-
"--ik-color-icon-dark": "var(--ik-color-
|
|
1018
|
-
"--ik-color-icon-light": "var(--ik-color-
|
|
1019
|
-
"--ik-color-bg-icon": "var(--ik-color-icon-
|
|
1016
|
+
"--ik-color-icon-dark": "var(--ik-color-error)",
|
|
1017
|
+
"--ik-color-icon-light": "var(--ik-color-icon-error-light)",
|
|
1018
|
+
"--ik-color-bg-icon": "var(--ik-color-icon-error-bg)"
|
|
1020
1019
|
} : e.type === "success" || e.success ? {
|
|
1021
1020
|
"--ik-color-icon-dark": "var(--ik-color-success)",
|
|
1022
1021
|
"--ik-color-icon-light": "var(--ik-color-tag-success-light)",
|
|
1023
1022
|
"--ik-color-bg-icon": "var(--ik-color-icon-success-bg)"
|
|
1024
|
-
} : e.type === "error" || e.error ? {
|
|
1025
|
-
"--ik-color-icon-dark": "var(--ik-color-error)",
|
|
1026
|
-
"--ik-color-icon-light": "var(--ik-color-tag-error-light)",
|
|
1027
|
-
"--ik-color-bg-icon": "var(--ik-color-icon-error-bg)"
|
|
1028
1023
|
} : {}
|
|
1029
1024
|
};
|
|
1030
1025
|
});
|
|
@@ -1035,7 +1030,7 @@ const m6 = D(g6), w6 = {
|
|
|
1035
1030
|
"i",
|
|
1036
1031
|
{
|
|
1037
1032
|
key: 0,
|
|
1038
|
-
class:
|
|
1033
|
+
class: x(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
1039
1034
|
[n.name]: i.value === "unocss",
|
|
1040
1035
|
"show-bg": n.showBg || n.bg,
|
|
1041
1036
|
default: n.size === "default",
|
|
@@ -1054,7 +1049,7 @@ const m6 = D(g6), w6 = {
|
|
|
1054
1049
|
"i",
|
|
1055
1050
|
{
|
|
1056
1051
|
key: 0,
|
|
1057
|
-
class:
|
|
1052
|
+
class: x(`iksig ${n.name}`),
|
|
1058
1053
|
style: y(l.value)
|
|
1059
1054
|
},
|
|
1060
1055
|
null,
|
|
@@ -1072,7 +1067,7 @@ const m6 = D(g6), w6 = {
|
|
|
1072
1067
|
"i",
|
|
1073
1068
|
{
|
|
1074
1069
|
key: 3,
|
|
1075
|
-
class:
|
|
1070
|
+
class: x(n.name),
|
|
1076
1071
|
style: y(l.value)
|
|
1077
1072
|
},
|
|
1078
1073
|
null,
|
|
@@ -1087,11 +1082,11 @@ const m6 = D(g6), w6 = {
|
|
|
1087
1082
|
content: n.title,
|
|
1088
1083
|
placement: "top"
|
|
1089
1084
|
}, {
|
|
1090
|
-
default:
|
|
1085
|
+
default: b(() => [
|
|
1091
1086
|
c(
|
|
1092
1087
|
"i",
|
|
1093
1088
|
{
|
|
1094
|
-
class:
|
|
1089
|
+
class: x(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
|
|
1095
1090
|
[n.name]: i.value === "unocss",
|
|
1096
1091
|
"show-bg": n.showBg || n.bg,
|
|
1097
1092
|
default: n.size === "default",
|
|
@@ -1108,7 +1103,7 @@ const m6 = D(g6), w6 = {
|
|
|
1108
1103
|
"i",
|
|
1109
1104
|
{
|
|
1110
1105
|
key: 0,
|
|
1111
|
-
class:
|
|
1106
|
+
class: x(`iksig ${n.name}`),
|
|
1112
1107
|
style: y(l.value)
|
|
1113
1108
|
},
|
|
1114
1109
|
null,
|
|
@@ -1122,11 +1117,11 @@ const m6 = D(g6), w6 = {
|
|
|
1122
1117
|
key: 2,
|
|
1123
1118
|
src: n.name,
|
|
1124
1119
|
class: "h-[1em] w-[1em]"
|
|
1125
|
-
}, null, 8,
|
|
1120
|
+
}, null, 8, x6)) : (d(), u(
|
|
1126
1121
|
"i",
|
|
1127
1122
|
{
|
|
1128
1123
|
key: 3,
|
|
1129
|
-
class:
|
|
1124
|
+
class: x(n.name),
|
|
1130
1125
|
style: y(l.value)
|
|
1131
1126
|
},
|
|
1132
1127
|
null,
|
|
@@ -1145,7 +1140,7 @@ const m6 = D(g6), w6 = {
|
|
|
1145
1140
|
key: 1,
|
|
1146
1141
|
type: ["warning", "error"].includes(n.type) ? "danger" : ""
|
|
1147
1142
|
}, {
|
|
1148
|
-
default:
|
|
1143
|
+
default: b(() => [
|
|
1149
1144
|
H(
|
|
1150
1145
|
V(n.title),
|
|
1151
1146
|
1
|
|
@@ -1157,7 +1152,7 @@ const m6 = D(g6), w6 = {
|
|
|
1157
1152
|
}, 8, ["type"]));
|
|
1158
1153
|
};
|
|
1159
1154
|
}
|
|
1160
|
-
}), B = D(
|
|
1155
|
+
}), B = D(b6), S6 = {
|
|
1161
1156
|
key: 0,
|
|
1162
1157
|
class: "exit-main-page-maximize"
|
|
1163
1158
|
}, C6 = /* @__PURE__ */ k({
|
|
@@ -1177,21 +1172,19 @@ const m6 = D(g6), w6 = {
|
|
|
1177
1172
|
o.showBg && o.fullscreen ? (d(), u("div", S6, [
|
|
1178
1173
|
_(w(B), {
|
|
1179
1174
|
name: "iksvg_guanbidanchuang",
|
|
1180
|
-
warning: "",
|
|
1181
1175
|
title: "关闭",
|
|
1182
1176
|
size: 20
|
|
1183
1177
|
})
|
|
1184
1178
|
])) : (d(), R(w(B), {
|
|
1185
1179
|
key: 1,
|
|
1186
1180
|
name: "iksvg_guanbidanchuang",
|
|
1187
|
-
warning: "",
|
|
1188
1181
|
title: "关闭",
|
|
1189
1182
|
size: 20
|
|
1190
1183
|
}))
|
|
1191
1184
|
]));
|
|
1192
1185
|
}
|
|
1193
1186
|
});
|
|
1194
|
-
const V6 = /* @__PURE__ */ A(C6, [["__scopeId", "data-v-
|
|
1187
|
+
const V6 = /* @__PURE__ */ A(C6, [["__scopeId", "data-v-737a8336"]]), B6 = { class: "base-header" }, R6 = /* @__PURE__ */ k({
|
|
1195
1188
|
__name: "IkBaseDialog",
|
|
1196
1189
|
props: /* @__PURE__ */ P({
|
|
1197
1190
|
title: { default: "" },
|
|
@@ -1233,7 +1226,7 @@ const V6 = /* @__PURE__ */ A(C6, [["__scopeId", "data-v-8f74b5ea"]]), B6 = { cla
|
|
|
1233
1226
|
fullscreen: l.value,
|
|
1234
1227
|
"modal-class": "baseDialog"
|
|
1235
1228
|
}), J({
|
|
1236
|
-
icon:
|
|
1229
|
+
icon: b(() => [
|
|
1237
1230
|
I(a.$slots, "title", {}, () => [
|
|
1238
1231
|
H(
|
|
1239
1232
|
V(a.title),
|
|
@@ -1242,7 +1235,7 @@ const V6 = /* @__PURE__ */ A(C6, [["__scopeId", "data-v-8f74b5ea"]]), B6 = { cla
|
|
|
1242
1235
|
)
|
|
1243
1236
|
])
|
|
1244
1237
|
]),
|
|
1245
|
-
header:
|
|
1238
|
+
header: b(() => [
|
|
1246
1239
|
c("div", B6, [
|
|
1247
1240
|
I(a.$slots, "header", {}, () => [
|
|
1248
1241
|
H(
|
|
@@ -1260,7 +1253,7 @@ const V6 = /* @__PURE__ */ A(C6, [["__scopeId", "data-v-8f74b5ea"]]), B6 = { cla
|
|
|
1260
1253
|
title: l.value ? "退出全屏" : "全屏"
|
|
1261
1254
|
}, null, 8, ["name", "title"])) : C("v-if", !0)
|
|
1262
1255
|
]),
|
|
1263
|
-
default:
|
|
1256
|
+
default: b(() => [
|
|
1264
1257
|
I(a.$slots, "default")
|
|
1265
1258
|
]),
|
|
1266
1259
|
_: 2
|
|
@@ -1268,7 +1261,7 @@ const V6 = /* @__PURE__ */ A(C6, [["__scopeId", "data-v-8f74b5ea"]]), B6 = { cla
|
|
|
1268
1261
|
}, [
|
|
1269
1262
|
a.$slots.footer ? {
|
|
1270
1263
|
name: "footer",
|
|
1271
|
-
fn:
|
|
1264
|
+
fn: b(() => [
|
|
1272
1265
|
I(a.$slots, "footer")
|
|
1273
1266
|
]),
|
|
1274
1267
|
key: "0"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(g,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("iking-utils-pro")):typeof define=="function"&&define.amd?define(["exports","vue","iking-utils-pro"],e):(g=typeof globalThis<"u"?globalThis:g||self,e(g.index={},g.Vue,g["iking-utils-pro"]))})(this,function(g,e,y){"use strict";const k=(n,t)=>{if(n.install=i=>{for(const s of[n,...Object.values(t??{})])i.component(s.name,s)},t)for(const[i,s]of Object.entries(t))n[i]=s;return n},B=(n,t)=>{const i=n.__vccOpts||n;for(const[s,l]of t)i[s]=l;return i},S=(n,t=2)=>{if(n===void 0)return"";if(n===0)return"0 B";const i=["B","KB","MB","GB","TB"],s=Math.floor(Math.log(n)/Math.log(1024));let l=n/Math.pow(1024,s);return(l%1===0?l.toFixed(t||0):l.toFixed(t))+" "+i[s]},v=(n,t)=>t?t.startsWith("http")?t:`${n||location.origin}${t}`:"",O3="",V=(n,t)=>{var c,r,p,u;const i=(c=n==null?void 0:n.response)!=null&&c.data?E((p=(r=n==null?void 0:n.response)==null?void 0:r.data)==null?void 0:p.suffix):((u=n.raw)==null?void 0:u.type)||E(n[t.suffix]),s=i==null?void 0:i.toLowerCase(),l={sheet:"excel",excel:"excel",zip:"zip","application/x-compressed":"zip",image:"image",video:"video",audio:"audio",pdf:"pdf",text:"txt",txt:"txt",word:"word",ppt:"ppt",exe:"exe",json:"json"};for(let o in l)if(typeof s=="string"&&(s.includes(o)||s===o))return l[o];return"unknown"},b={".doc":"word",".docx":"word",".docxf":"word",".docm":"word",".dot":"word",".dotm":"word",".dotx":"word",".epub":"word",".fodt":"word",".htm":"word",".html":"word",".mht":"word",".odt":"word",".ott":"word",".rtf":"word",".djvu":"word",".oxps":"word",".oform":"word",".fb2":"word",".xml":"word",".xps":"word",".csv":"excel",".xls":"excel",".xlsx":"excel",".fods":"excel",".ods":"excel",".ots":"excel",".xlsb":"excel",".xlsm":"excel",".xlt":"excel",".xltm":"excel",".xltx":"excel",".fodp":"ppt",".odp":"ppt",".otp":"ppt",".pot":"ppt",".potm":"ppt",".potx":"ppt",".pps":"ppt",".ppsm":"ppt",".ppsx":"ppt",".ppt":"ppt",".pptm":"ppt",".pptx":"ppt",".zip":"zip",".rar":"zip",".7z":"zip",".apz":"zip",".ar":"zip",".bz":"zip",".car":"zip",".dar":"zip",".cpgz":"zip",".f":"zip",".ha":"zip",".hbc":"zip",".hbc2":"zip",".hbe":"zip",".hpk":"zip",".hyp":"zip",".png":"image",".jpg":"image",".jpeg":"image",".bmp":"image",".gif":"image",".webp":"image",".psd":"image",".svg":"image",".tiff":"image",".avi":"video",".wmv":"video",".mpeg":"video",".mp4":"video",".mpm4v":"video",".mov":"video",".asf":"video",".flv":"video",".f4v":"video",".rmvb":"video",".rm":"video",".3gp":"video",".vob":"video",".txt":"txt",".pdf":"pdf"},E=n=>{const t=n==null?void 0:n.toLocaleLowerCase(),i=t!=null&&t.startsWith(".")?t:`.${t}`;return i&&b[i]||"unknow"},C=n=>{let t="",i=["doc","docx"],s=["xls","xlsx"],l=["ppt","pptx"],c=["pdf"];return i.includes(n)&&(t="word"),s.includes(n)&&(t="cell"),l.includes(n)&&(t="slide"),c.includes(n)&&(t="text-pdf"),t},N={key:0,t:"1686300059786",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7671",width:"200",height:"200"},$=[e.createElementVNode("path",{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",fill:"#50CD89","p-id":"7672"},null,-1),e.createElementVNode("path",{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",fill:"#FFF7F7","p-id":"7673"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF","p-id":"7674"},null,-1),e.createElementVNode("path",{d:"M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",fill:"#a9f6cc","p-id":"7675"},null,-1)],D={key:1,t:"1686301531714",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9067",width:"200",height:"200"},I=[e.createElementVNode("path",{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",fill:"#FFA621","p-id":"9068"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f5d37b","p-id":"9069"},null,-1)],R={key:2,t:"1686300141125",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8137",width:"200",height:"200"},M=[e.createElementVNode("path",{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",fill:"#F1416C","p-id":"8138"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f78cbc","p-id":"8139"},null,-1)],q={key:3,t:"1686300157181",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8292",width:"200",height:"200"},H=[e.createElementVNode("path",{d:"M204.8 0h477.866667l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0z m307.2 607.573333l68.266667 191.146667c13.653333 27.306667 54.613333 27.306667 61.44 0l102.4-273.066667c6.826667-20.48 0-34.133333-20.48-40.96s-34.133333 0-40.96 13.653334l-68.266667 191.146666-68.266667-191.146666c-13.653333-27.306667-54.613333-27.306667-68.266666 0l-68.266667 191.146666-68.266667-191.146666c-6.826667-13.653333-27.306667-27.306667-47.786666-20.48s-27.306667 27.306667-20.48 47.786666l102.4 273.066667c13.653333 27.306667 54.613333 27.306667 61.44 0l75.093333-191.146667z",fill:"#029EF7","p-id":"8293"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#64b5ed","p-id":"8294"},null,-1)],T={key:4,t:"1686300180947",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8447",width:"200",height:"200"},O=[e.createElementVNode("path",{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",fill:"#F1416C","p-id":"8448"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f78cbc","p-id":"8449"},null,-1)],A={key:5,t:"1686300195363",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8602",width:"200",height:"200"},U=[e.createElementVNode("path",{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",fill:"#029EF7","p-id":"8603"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#64b5ed","p-id":"8604"},null,-1)],L={key:6,t:"1686300209288",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8757",width:"200",height:"200"},P=[e.createElementVNode("path",{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",fill:"#FFA621","p-id":"8758"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f5d37b","p-id":"8759"},null,-1)],j={key:7,t:"1686300225262",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8912",width:"200",height:"200"},G=[e.createElementVNode("path",{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",fill:"#FFA621","p-id":"8913"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f5d37b","p-id":"8914"},null,-1)],W={key:8,t:"1692251753690",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4336",width:"200",height:"200"},K=[e.createElementVNode("path",{d:"M192 0h448.170667l319.829333 320V896a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V128A128 128 0 0 1 192 0z",fill:"#00BD76","p-id":"4337"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF",opacity:".9","p-id":"4338"},null,-1),e.createElementVNode("path",{d:"M640 0l320 320H768a128 128 0 0 1-128-128V0z",fill:"#19EA9C","p-id":"4339"},null,-1)],X={key:9,t:"1692251753690",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4336",width:"200",height:"200"},Y=[e.createElementVNode("path",{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",fill:"#8199AF","p-id":"8002"},null,-1),e.createElementVNode("path",{d:"M960 326.4v16H755.2s-100.8-20.8-99.2-107.2c0 0 3.2 91.2 96 91.2h208z",fill:"#617F9B","p-id":"8003"},null,-1),e.createElementVNode("path",{d:"M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z",fill:"#FFFFFF",opacity:".5","p-id":"8004"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF","p-id":"8005"},null,-1)],Z={key:10,t:"1714099890925",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2271",width:"200",height:"200"},J=[e.createElementVNode("path",{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",fill:"#0DD59D","p-id":"2272"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF","fill-opacity":".65","p-id":"2273"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF","p-id":"2274"},null,-1)],Q={key:11,t:"1686300037564",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7515",width:"200",height:"200"},e3=[e.createElementVNode("path",{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",fill:"#029EF7","p-id":"7516"},null,-1),e.createElementVNode("path",{d:"M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",fill:"#64b5ed","p-id":"7517"},null,-1),e.createElementVNode("path",{d:"M384 499.2c0-25.6 5.12-46.08 10.24-58.88 5.12-12.8 15.36-25.6 28.16-35.84 12.8-12.8 25.6-20.48 43.52-25.6 15.36-5.12 30.72-7.68 48.64-7.68 35.84 0 64 10.24 89.6 30.72C627.2 422.4 640 448 640 481.28c0 15.36-5.12 28.16-10.24 40.96s-17.92 28.16-38.4 46.08-28.16 30.72-35.84 38.4c-7.68 7.68-10.24 17.92-15.36 28.16-5.12 10.24-2.56 17.92-2.56 43.52h-51.2c0-25.6 2.56-38.4 5.12-51.2s7.68-23.04 15.36-33.28 15.36-23.04 33.28-40.96c17.92-17.92 30.72-30.72 35.84-38.4 5.12-7.68 10.24-20.48 10.24-38.4s-7.68-30.72-20.48-43.52-30.72-20.48-53.76-20.48c-51.2 0-76.8 35.84-76.8 87.04h-51.2z m153.6 281.6h-51.2v-51.2h51.2v51.2z",fill:"#FFFFFF","p-id":"7518"},null,-1)],t3=e.defineComponent({__name:"FileIcon",props:{type:{type:String,default:"unknow"},file:{type:Object,default:()=>null},fields:{type:Object,default:()=>({name:"name",url:"url",suffix:"suffix"})}},setup(n){const t=n,i=e.computed(()=>t.file?V(t.file,t.fields):t.type);return(s,l)=>i.value==="image"?(e.openBlock(),e.createElementBlock("svg",N,$)):i.value==="zip"?(e.openBlock(),e.createElementBlock("svg",D,I)):i.value==="ppt"?(e.openBlock(),e.createElementBlock("svg",R,M)):i.value==="word"?(e.openBlock(),e.createElementBlock("svg",q,H)):i.value==="pdf"?(e.openBlock(),e.createElementBlock("svg",T,O)):i.value==="txt"?(e.openBlock(),e.createElementBlock("svg",A,U)):i.value==="audio"?(e.openBlock(),e.createElementBlock("svg",L,P)):i.value==="video"?(e.openBlock(),e.createElementBlock("svg",j,G)):i.value==="excel"?(e.openBlock(),e.createElementBlock("svg",W,K)):i.value==="exe"?(e.openBlock(),e.createElementBlock("svg",X,Y)):i.value==="json"?(e.openBlock(),e.createElementBlock("svg",Z,J)):(e.openBlock(),e.createElementBlock("svg",Q,e3))}}),o3=e.defineComponent({__name:"IkPreviewFileDialog",props:e.mergeModels({file:{type:Object,default:()=>[]},loadUrl:{type:String,default:""},onlyOfficeAccept:{type:String,default:".pdf,.docx,.doc.ppt,.pptx,.xlsx,.xls,"},onlyofficeServer:{type:String,default:""},field:{type:Object,default:()=>({})}},{show:{default:!1},showModifiers:{}}),emits:["update:show"],setup(n){const t=n,i=e.useModel(n,"show"),s=e.computed(()=>({name:"name",url:"url",suffix:"suffix",size:"fileSize",...t.field})),l=e.ref(null),c=e.ref(null),r=e.reactive({image:!1,office:!1,video:!1}),p=o=>{var d,_;const a=((d=o==null?void 0:o.response)==null?void 0:d.data)||o,f=a[s.value.url]||(a==null?void 0:a.id)||a.attachmentId,h=(_=a[s.value.suffix]||a.attachmentSuffix)==null?void 0:_.toLowerCase(),m=a[s.value.name]||(a==null?void 0:a.attachmentName);if(c.value={...o,name:o[s.value.name],url:v(t.loadUrl,f)},o&&V(o,s.value)==="image"){r.image=!0;return}else if(t.onlyOfficeAccept.includes(h)){r.office=!0,l.value={documentType:C(h),document:{key:y.buildUUID(),title:m,url:v(t.loadUrl,f),fileType:h},editorConfig:{customization:{review:{reviewDisplay:"final"}}}};return}};e.watch([i,t.file],([o,a])=>{o&&e.nextTick(()=>{p(t.file)})});const u=()=>{i.value=!1,r.office=!1,r.image=!1,r.video=!1};return(o,a)=>{var h,m;const f=e.resolveComponent("el-image-viewer");return e.openBlock(),e.createElementBlock("template",null,[(h=c.value)!=null&&h.url&&r.image?(e.openBlock(),e.createBlock(f,{key:0,onClose:a[0]||(a[0]=d=>{c.value=null,r.image=!1}),ref:"previewImgRef","url-list":[(m=c.value)==null?void 0:m.url]},null,8,["url-list"])):e.createCommentVNode("v-if",!0),e.createCommentVNode(" 文档类 "),e.createVNode(e.unref(v3),{modelValue:r.office,"onUpdate:modelValue":a[1]||(a[1]=d=>r.office=d),draggable:"","no-footer":"","no-header":"",fullscreen:"","show-close-bg":"","destroy-on-close":"","close-on-click-modal":"","close-on-press-escape":!1,"append-to-body":"",onClose:u,"modal-class":"ik-only-preview-dialog"},{default:e.withCtx(()=>[e.createVNode(e.unref(S3),{configOptions:l.value,documentServerUrl:n.onlyofficeServer,mode:"view"},null,8,["configOptions","documentServerUrl"])]),_:1},8,["modelValue"])])}}}),we="",n3=["onClick"],l3={class:"text"},i3={class:"fileName"},s3={class:"size"},c3=e.defineComponent({__name:"IkPreviewFile",props:{list:{type:Array,default:()=>[]},url:{required:!0,type:String,default:""},loadUrl:{type:String,default:""},field:{required:!0,type:Object,default:()=>({})},iconSize:{type:Number,default:40},showBg:{type:Boolean,default:!0},width:{type:Number||String,default:"100%"},iconHoverShow:{type:Boolean,default:!1},isOnlyOfficePreview:{type:Boolean,default:!0},onlyOfficeAccept:{type:String,default:".pdf,.docx,.doc.ppt,.pptx,.xlsx,.xls,"},onlyofficeServer:{type:String,default:""},jwtToken:{type:String,default:""}},setup(n){const t=n,i=e.computed(()=>({name:"name",url:"url",suffix:"suffix",size:"size",...t.field})),s=e.ref(null),l=e.ref(!1),c=o=>{var a,f;s.value={...o,name:o.name,url:v(t.loadUrl,o.url||((f=(a=o==null?void 0:o.response)==null?void 0:a.data)==null?void 0:f.id)||(o==null?void 0:o.id))},l.value=!0},r=o=>{y.ikFile.downloadFile(v(t.loadUrl,o[i.value.url]||o.attachmentId||o.id),o[i.value.name]||o.attachmentName)},p=e.computed(()=>y.paramType.isNumber(t.width)?`${t.width}px`:t.width),u=e.computed(()=>t.list.map(o=>({...o,name:o[i.value.name]||o.attachmentName,size:o[i.value.size]||o.fileSize||o.attachmentSize,suffix:o[i.value.suffix]||o.attachmentSuffix})));return(o,a)=>{var f;return e.openBlock(),e.createElementBlock(e.Fragment,null,[(f=n.list)!=null&&f.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(u.value,(h,m)=>{var d;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["iking-privew-annex",{"is-bg":n.showBg}]),key:m,style:e.normalizeStyle({marginBottom:m==((d=n.list)==null?void 0:d.length)-1?"0":"10px",width:p.value})},[e.createElementVNode("div",{class:"file-card",onClick:_=>c(h)},[e.createVNode(t3,{file:h,style:e.normalizeStyle({height:`${n.iconSize}px`}),class:"ikui-w-auto",fields:i.value},null,8,["file","style","fields"]),e.createElementVNode("div",l3,[e.createElementVNode("div",i3,e.toDisplayString(h.name),1),e.createElementVNode("div",s3,e.toDisplayString(e.unref(S)(h.size)),1)]),e.createElementVNode("div",{class:e.normalizeClass(["flex flex-center",{"hover-show":n.iconHoverShow}])},[e.createVNode(e.unref(w),{name:"iksvg_daochu",onClick:e.withModifiers(_=>r(h),["stop"]),bg:n.showBg,size:n.showBg?"default":20},null,8,["onClick","bg","size"]),e.createVNode(e.unref(w),{name:"iksvg_yulan",bg:n.showBg,size:n.showBg?"default":20},null,8,["bg","size"]),e.renderSlot(o.$slots,"operation",{data:{...h,findex:m}})],2)],8,n3)],6)}),128)):e.createCommentVNode("v-if",!0),e.createVNode(o3,{show:l.value,"onUpdate:show":a[0]||(a[0]=h=>l.value=h),loadUrl:n.loadUrl,file:s.value,onlyofficeServer:n.onlyofficeServer},null,8,["show","loadUrl","file","onlyofficeServer"])],64)}}}),ye="",r3=k(c3),a3={key:0,class:"ik-svg-icon ik-icon inline-block inline-flex justify-center line-height-[0]"},d3={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},p3=["xlink:href"],h3=["src"],f3={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},u3=["xlink:href"],m3=["src"],w=k(e.defineComponent({name:"IkSvgIcon",__name:"index",props:{name:{},flip:{},rotate:{},color:{},opacity:{default:.5},size:{default:""},bg:{type:Boolean,default:!1},showBg:{type:Boolean,default:!1},padding:{default:"0"},primary:{type:Boolean},warning:{type:Boolean},success:{type:Boolean},error:{type:Boolean},notip:{type:Boolean,default:!1},title:{},type:{},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},tableIconType:{default:"icon"}},setup(n){const t=n,i=e.computed(()=>{var l,c,r;return/^http?:\/\//.test(t.name)?"img":/i-[^:]+:[^:]+/.test(t.name)?"unocss":(l=t.name)!=null&&l.startsWith("iksig")?"iksig":(c=t.name)!=null&&c.includes(":")?"iconify":(r=t.name)!=null&&r.startsWith("iksvg")?"svg":"i"}),s=e.computed(()=>{const l=[];if(t.flip)switch(t.flip){case"horizontal":l.push("rotateY(180deg)");break;case"vertical":l.push("rotateX(180deg)");break;case"both":l.push("rotateX(180deg)"),l.push("rotateY(180deg)");break}return t.rotate&&l.push(`rotate(${t.rotate%360}deg)`),{...t.color&&{color:t.color},...t.size&&{fontSize:typeof t.size=="number"?`${t.size}px`:t.size},...l.length&&{transform:l.join(" ")},padding:t.padding,...t.color&&i.value!=="iksig"?{"--ik-color-icon-dark":t.color,"--ik-color-icon-light":y.ikColor.setOpacity(t.color,t.opacity||.4)}:{},...t.type==="primary"||t.primary?{"--ik-color-icon-dark":"var(--ik-theme-color)","--ik-color-icon-light":"var(--ik-color-icon-light-hover)","--ik-color-bg-icon":"var(--ik-color-bg-button-secondary)"}:t.type==="warning"||t.warning?{"--ik-color-icon-dark":"var(--ik-color-warning)","--ik-color-icon-light":"var(--ik-color-tag-warning-light)","--ik-color-bg-icon":"var(--ik-color-icon-warning-bg)"}:t.type==="success"||t.success?{"--ik-color-icon-dark":"var(--ik-color-success)","--ik-color-icon-light":"var(--ik-color-tag-success-light)","--ik-color-bg-icon":"var(--ik-color-icon-success-bg)"}:t.type==="error"||t.error?{"--ik-color-icon-dark":"var(--ik-color-error)","--ik-color-icon-light":"var(--ik-color-tag-error-light)","--ik-color-bg-icon":"var(--ik-color-icon-error-bg)"}:{}}});return(l,c)=>{const r=e.resolveComponent("el-tooltip"),p=e.resolveComponent("el-button");return l.tableIconType==="icon"?(e.openBlock(),e.createElementBlock("span",a3,[l.notip||!l.title?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition",{[l.name]:i.value==="unocss","show-bg":l.showBg||l.bg,default:l.size==="default",small:l.size==="small",big:l.size==="big",warning:l.warning,primary:l.primary,active:l.active,disabled:l.disabled}]),style:e.normalizeStyle(s.value)},[e.createCommentVNode(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),i.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${l.name}`),style:e.normalizeStyle(s.value)},null,6)):i.value==="svg"?(e.openBlock(),e.createElementBlock("svg",d3,[e.createElementVNode("use",{"xlink:href":`#${l.name}`},null,8,p3)])):i.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:l.name,class:"h-[1em] w-[1em]"},null,8,h3)):(e.openBlock(),e.createElementBlock("i",{key:3,class:e.normalizeClass(l.name),style:e.normalizeStyle(s.value)},null,6))],6)):(e.openBlock(),e.createBlock(r,{key:1,content:l.title,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("i",{class:e.normalizeClass(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition",{[l.name]:i.value==="unocss","show-bg":l.showBg||l.bg,default:l.size==="default",primary:l.primary,small:l.size==="small",big:l.size==="big",warning:l.warning,active:l.active}]),style:e.normalizeStyle(s.value)},[i.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${l.name}`),style:e.normalizeStyle(s.value)},null,6)):i.value==="svg"?(e.openBlock(),e.createElementBlock("svg",f3,[e.createElementVNode("use",{"xlink:href":`#${l.name}`},null,8,u3)])):i.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:l.name,class:"h-[1em] w-[1em]"},null,8,m3)):(e.openBlock(),e.createElementBlock("i",{key:3,class:e.normalizeClass(l.name),style:e.normalizeStyle(s.value)},null,6))],6)]),_:1},8,["content"]))])):(e.openBlock(),e.createBlock(p,{key:1,type:["warning","error"].includes(l.type)?"danger":""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.title),1)]),_:1},8,["type"]))}}})),g3={key:0,class:"exit-main-page-maximize"},_3=e.defineComponent({__name:"CloseIcon",props:{showBg:{type:Boolean,default:!1},fullscreen:{type:Boolean,default:!1}},setup(n){return(t,i)=>(e.openBlock(),e.createElementBlock("div",null,[n.showBg&&n.fullscreen?(e.openBlock(),e.createElementBlock("div",g3,[e.createVNode(e.unref(w),{name:"iksvg_guanbidanchuang",warning:"",title:"关闭",size:20})])):(e.openBlock(),e.createBlock(e.unref(w),{key:1,name:"iksvg_guanbidanchuang",warning:"",title:"关闭",size:20}))]))}}),ve="",w3=B(_3,[["__scopeId","data-v-8f74b5ea"]]),y3={class:"base-header"},k3=e.defineComponent({__name:"IkBaseDialog",props:e.mergeModels({title:{default:""},cancelText:{default:"取消"},confirmText:{default:"确认"},noHeader:{type:Boolean},noFooter:{type:Boolean},showCloseBg:{type:Boolean,default:!1},fullscreen:{type:Boolean,default:!1}},{modelValue:{type:Boolean,default:!1,noHeader:!1,noFooter:!1},modelModifiers:{}}),emits:["update:modelValue"],setup(n){const t=n,i=e.useModel(n,"modelValue"),s=e.ref(t.fullscreen),l=()=>{s.value=!s.value},c=e.defineComponent({setup(){return()=>e.h(w3,{showBg:t.showCloseBg,fullscreen:t.fullscreen})}});return(r,p)=>{const u=e.resolveComponent("el-dialog");return e.openBlock(),e.createBlock(u,e.mergeProps({modelValue:i.value,"onUpdate:modelValue":p[0]||(p[0]=o=>i.value=o)},r.$attrs,{"close-icon":e.unref(c),class:`ik-base-dialog ${r.noHeader?"no-header":""} ${r.noFooter?"no-footer":""}`,fullscreen:s.value,"modal-class":"baseDialog"}),e.createSlots({icon:e.withCtx(()=>[e.renderSlot(r.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(r.title),1)])]),header:e.withCtx(()=>[e.createElementVNode("div",y3,[e.renderSlot(r.$slots,"header",{},()=>[e.createTextVNode(e.toDisplayString(r.title),1)])]),r.$attrs.showClose?(e.openBlock(),e.createBlock(e.unref(w),{key:0,onClick:l,name:s.value?"iksvg_tuichuquanping":"iksvg_quanping-daohang",class:"absolute! top-[18px] right-[50px] icon-dialog-full",title:s.value?"退出全屏":"全屏"},null,8,["name","title"])):e.createCommentVNode("v-if",!0)]),default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:2},[r.$slots.footer?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"footer")]),key:"0"}:void 0]),1040,["modelValue","close-icon","class","fullscreen"])}}}),Be="",v3=k(k3);function B3(n,t,i,s){function l(c){return c instanceof i?c:new i(function(r){r(c)})}return new(i||(i=Promise))(function(c,r){function p(a){try{o(s.next(a))}catch(f){r(f)}}function u(a){try{o(s.throw(a))}catch(f){r(f)}}function o(a){a.done?c(a.value):l(a.value).then(p,u)}o((s=s.apply(n,t||[])).next())})}function z3(n,t){var i={label:0,sent:function(){if(c[0]&1)throw c[1];return c[1]},trys:[],ops:[]},s,l,c,r;return r={next:p(0),throw:p(1),return:p(2)},typeof Symbol=="function"&&(r[Symbol.iterator]=function(){return this}),r;function p(o){return function(a){return u([o,a])}}function u(o){if(s)throw new TypeError("Generator is already executing.");for(;r&&(r=0,o[0]&&(i=0)),i;)try{if(s=1,l&&(c=o[0]&2?l.return:o[0]?l.throw||((c=l.return)&&c.call(l),0):l.next)&&!(c=c.call(l,o[1])).done)return c;switch(l=0,c&&(o=[o[0]&2,c.value]),o[0]){case 0:case 1:c=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,l=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(c=i.trys,!(c=c.length>0&&c[c.length-1])&&(o[0]===6||o[0]===2)){i=0;continue}if(o[0]===3&&(!c||o[1]>c[0]&&o[1]<c[3])){i.label=o[1];break}if(o[0]===6&&i.label<c[1]){i.label=c[1],c=o;break}if(c&&i.label<c[2]){i.label=c[2],i.ops.push(o);break}c[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(n,i)}catch(a){o=[6,a],l=0}finally{s=c=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}}typeof SuppressedError=="function"&&SuppressedError;var V3=function(n,t){return B3(void 0,void 0,void 0,function(){return z3(this,function(i){return[2,new Promise(function(s,l){try{if(window.DocsAPI)return s(null);var c=document.getElementById(t);if(c)var r=setInterval(function(){var u=c.getAttribute("loading");if(!u){if(clearInterval(r),window.DocsAPI)return s(null);var o=F(t,n,s,l);c.remove(),document.body.appendChild(o)}},500);else{var p=F(t,n,s,l);document.body.appendChild(p)}}catch(u){console.error(u)}})]})})},F=function(n,t,i,s){var l=document.createElement("script");return l.id=n,l.type="text/javascript",l.src=t,l.async=!0,l.onload=function(){l.removeAttribute("loading"),i(null)},l.onerror=function(c){l.removeAttribute("loading"),s(c)},l.setAttribute("loading",""),l},z=e.defineComponent({name:"DocumentEditor",props:{id:{type:String,required:!0},documentServerUrl:{type:String,required:!0},config:{type:Object,required:!0},document_fileType:String,document_title:String,documentType:String,editorConfig_lang:String,height:String,type:String,width:String,onLoadComponentError:Function,events_onAppReady:Function,events_onDocumentStateChange:Function,events_onMetaChange:Function,events_onDocumentReady:Function,events_onInfo:Function,events_onWarning:Function,events_onError:Function,events_onRequestSharingSettings:Function,events_onRequestRename:Function,events_onMakeActionLink:Function,events_onRequestInsertImage:Function,events_onRequestSaveAs:Function,events_onRequestMailMergeRecipients:Function,events_onRequestCompareFile:Function,events_onRequestEditRights:Function,events_onRequestHistory:Function,events_onRequestHistoryClose:Function,events_onRequestHistoryData:Function,events_onRequestRestore:Function,events_onRequestSelectSpreadsheet:Function,events_onRequestSelectDocument:Function},mounted:function(){var n=this,t=this.documentServerUrl;t.endsWith("/")||(t+="/");var i="".concat(t,"web-apps/apps/api/documents/api.js");V3(i,"onlyoffice-api-script").then(function(){return n.onLoad()}).catch(function(){n.onError(-2)})},unmounted:function(){var n,t=this.id||"";!((n=window==null?void 0:window.DocEditor)===null||n===void 0)&&n.instances[t]&&(window.DocEditor.instances[t].destroyEditor(),window.DocEditor.instances[t]=void 0)},watch:{config:{handler:function(n,t){this.onChangeProps()},deep:!0},document_fileType:function(n,t){this.onChangeProps()},document_title:function(n,t){this.onChangeProps()},documentType:function(n,t){this.onChangeProps()},editorConfig_lang:function(n,t){this.onChangeProps()},height:function(n,t){this.onChangeProps()},type:function(n,t){this.onChangeProps()},width:function(n,t){this.onChangeProps()}},methods:{onLoad:function(){var n,t;try{var i=this.id||"";if(window.DocsAPI||this.onError(-3),!((n=window==null?void 0:window.DocEditor)===null||n===void 0)&&n.instances[i]){console.log("Skip loading. Instance already exists",i);return}!((t=window==null?void 0:window.DocEditor)===null||t===void 0)&&t.instances||(window.DocEditor={instances:{}});var s=Object.assign({document:{fileType:this.document_fileType,title:this.document_title},documentType:this.documentType,editorConfig:{lang:this.editorConfig_lang},events:{onAppReady:this.onAppReady,onDocumentStateChange:this.events_onDocumentStateChange,onMetaChange:this.events_onMetaChange,onDocumentReady:this.events_onDocumentReady,onInfo:this.events_onInfo,onWarning:this.events_onWarning,onError:this.events_onError,onRequestSharingSettings:this.events_onRequestSharingSettings,onRequestRename:this.events_onRequestRename,onMakeActionLink:this.events_onMakeActionLink,onRequestInsertImage:this.events_onRequestInsertImage,onRequestSaveAs:this.events_onRequestSaveAs,onRequestMailMergeRecipients:this.events_onRequestMailMergeRecipients,onRequestCompareFile:this.events_onRequestCompareFile,onRequestEditRights:this.events_onRequestEditRights,onRequestHistory:this.events_onRequestHistory,onRequestHistoryClose:this.events_onRequestHistoryClose,onRequestHistoryData:this.events_onRequestHistoryData,onRequestRestore:this.events_onRequestRestore,onRequestSelectSpreadsheet:this.events_onRequestSelectSpreadsheet,onRequestSelectDocument:this.events_onRequestSelectDocument},height:this.height,type:this.type,width:this.width},this.config||{}),l=window.DocsAPI.DocEditor(i,s);window.DocEditor.instances[i]=l}catch(c){console.error(c),this.onError(-1)}},onError:function(n){var t;switch(n){case-2:t="Error load DocsAPI from "+this.documentServerUrl;break;case-3:t="DocsAPI is not defined";break;default:t="Unknown error loading component",n=-1}typeof this.onLoadComponentError>"u"?console.error(t):this.onLoadComponentError(n,t)},onAppReady:function(){var n=this.id||"";this.events_onAppReady(window.DocEditor.instances[n])},onChangeProps:function(){var n,t=this.id||"";!((n=window==null?void 0:window.DocEditor)===null||n===void 0)&&n.instances[t]&&(window.DocEditor.instances[t].destroyEditor(),window.DocEditor.instances[t]=void 0,console.log("Important props have been changed. Load new Editor."),this.onLoad())}}});const E3=["id"];function F3(n,t,i,s,l,c){return e.openBlock(),e.createElementBlock("div",{id:n.id},null,8,E3)}z.render=F3,z.__file="src/components/DocumentEditor.vue";const x3=e.defineComponent({__name:"IkOnlyOffice",props:{documentServerUrl:{type:String,default:""},mode:{type:String,default:""},configOptions:{type:Object,default:()=>{}},officeHeight:{type:String,default:"100%"},token:{type:String,default:""}},setup(n){var l,c,r,p;const t=n,i=e.ref({width:"100%",height:"100%",document:(l=t.configOptions)==null?void 0:l.document,documentType:(c=t.configOptions)==null?void 0:c.documentType,editorConfig:{callbackUrl:(p=(r=t.configOptions)==null?void 0:r.editorConfig)==null?void 0:p.callbackUrl,lang:"zh-CN",mode:t.mode,customization:{forcesave:!0,autosave:!0}},permissions:{comment:!0,commentGroups:{edit:["Group1"],remove:["Group1"],view:""},copy:!0,deleteCommentAuthorOnly:!0,download:!0,edit:!0,editCommentAuthorOnly:!0,fillForms:!0,modifyContentControl:!0,modifyFilter:!0,print:!0,review:!0,reviewGroups:["Group1","Group2","Group3"],userInfoGroups:["Group1"]},mode:t.mode,token:t.token}),s=()=>{console.info("文档加载完成")};return(u,o)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({height:t.officeHeight})},[e.createVNode(e.unref(z),{id:`${new Date().getTime()}`,ref:"editorRef","document-server-url":n.documentServerUrl,config:i.value,events_onDocumentReady:s},null,8,["id","document-server-url","config"])],4))}}),ze="",S3=k(B(x3,[["__scopeId","data-v-ea0a8f6d"]])),b3=n=>(e.pushScopeId("data-v-170abcfc"),n=n(),e.popScopeId(),n),C3={key:0,class:"preview-files"},N3={class:"flex",style:{width:"80%","align-items":"center"}},$3=["onClick"],D3=["title"],I3={style:{color:"#b8c6d9"}},R3=["onClick"],M3=b3(()=>e.createElementVNode("span",null,"预览",-1)),q3={key:1,class:"flex preview-img"},H3=e.defineComponent({__name:"IKDetailPreviewFiles",props:{fileList:{type:Array,default:()=>[]},fileType:{type:String,default:"file"},fileWidth:{type:String,default:"100%"},loadUrl:{type:String,default:""},kkUrl:{required:!0,type:String,default:""}},setup(n){const t=n,i=e.ref(t.fileList);e.watch(()=>t.fileList,o=>{o&&(i.value=o)},{immediate:!0});const s=e.ref(!1),l=e.ref({}),c=o=>{l.value={url:o.url,name:o.name},s.value=!0},r=o=>{var a,f,h,m,d;return(a=o==null?void 0:o.suffix)!=null&&a.includes("pdf")?"iksvg_pdf":(f=o==null?void 0:o.suffix)!=null&&f.includes("doc")?"iksvg_word":(h=o==null?void 0:o.suffix)!=null&&h.includes("xls")?"iksvg_excel":(m=o==null?void 0:o.suffix)!=null&&m.includes("mov")?"iksvg_mov":(d=o==null?void 0:o.suffix)!=null&&d.includes("zip")?"iksvg_zip":"icon-jpg"},p=o=>{var a,f,h,m,d;return(a=o==null?void 0:o.suffix)!=null&&a.includes("pdf")?"#FA4E4E":(f=o==null?void 0:o.suffix)!=null&&f.includes("doc")?"#2c69e0":(h=o.suffix)!=null&&h.includes("xls")?"#39BFBF":(m=o.suffix)!=null&&m.includes("txt")?"#2c69e0":(d=o.suffix)!=null&&d.includes("zip")?"#FF9000":"#32CD79"},u=o=>{const a=document.createElement("a");a.href=y.ikUrl.assembleUrl(t.loadUrl,o.url),a.download=o.name,a.click()};return(o,a)=>{var h,m;const f=e.resolveComponent("el-image");return e.openBlock(),e.createElementBlock("div",null,[t.fileType==="file"?(e.openBlock(),e.createElementBlock("div",C3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,(d,_)=>(e.openBlock(),e.createElementBlock("div",{key:_,class:"files-item",style:e.normalizeStyle({width:t.fileWidth,"margin-right":t.fileWidth==="100%"?"0px":""})},[e.createElementVNode("div",N3,[e.createVNode(e.unref(w),{name:r(d),style:e.normalizeStyle(`color:${p(d)}`),size:36},null,8,["name","style"]),e.createElementVNode("div",{class:"file-name",onClick:T3=>u(d)},[e.createElementVNode("p",{title:d.name},e.toDisplayString(d.name),9,D3),e.createElementVNode("p",I3,e.toDisplayString((d.size/1024).toFixed(2))+"KB",1)],8,$3)]),e.createElementVNode("div",{class:"file-preview",onClick:T3=>c(d)},[e.createVNode(e.unref(w),{name:"iksvg_yulan"}),M3],8,R3)],4))),128))])):e.createCommentVNode("v-if",!0),t.fileType==="img"?(e.openBlock(),e.createElementBlock("div",q3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,(d,_)=>(e.openBlock(),e.createElementBlock("div",{key:_,class:"preview-img"},[e.createVNode(f,{class:"show-img",src:n.loadUrl+d.url,"preview-src-list":[n.loadUrl+d.url],fit:"cover"},null,8,["src","preview-src-list"])]))),128))])):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(r3),{modelValue:s.value,"onUpdate:modelValue":a[0]||(a[0]=d=>s.value=d),"load-url":t.loadUrl,url:(h=l.value)==null?void 0:h.url,"kk-url":n.kkUrl,"file-name":(m=l.value)==null?void 0:m.name},null,8,["modelValue","load-url","url","kk-url","file-name"])])}}}),Ee="",x=k(B(H3,[["__scopeId","data-v-170abcfc"]]));g.IKDetailPreviewFiles=x,g.default=x,Object.defineProperties(g,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
1
|
+
(function(g,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("iking-utils-pro")):typeof define=="function"&&define.amd?define(["exports","vue","iking-utils-pro"],e):(g=typeof globalThis<"u"?globalThis:g||self,e(g.index={},g.Vue,g["iking-utils-pro"]))})(this,function(g,e,y){"use strict";const k=(n,t)=>{if(n.install=i=>{for(const s of[n,...Object.values(t??{})])i.component(s.name,s)},t)for(const[i,s]of Object.entries(t))n[i]=s;return n},B=(n,t)=>{const i=n.__vccOpts||n;for(const[s,l]of t)i[s]=l;return i},S=(n,t=2)=>{if(n===void 0)return"";if(n===0)return"0 B";const i=["B","KB","MB","GB","TB"],s=Math.floor(Math.log(n)/Math.log(1024));let l=n/Math.pow(1024,s);return(l%1===0?l.toFixed(t||0):l.toFixed(t))+" "+i[s]},v=(n,t)=>t?t.startsWith("http")?t:`${n||location.origin}${t}`:"",O3="",V=(n,t)=>{var c,a,p,u;const i=(c=n==null?void 0:n.response)!=null&&c.data?E((p=(a=n==null?void 0:n.response)==null?void 0:a.data)==null?void 0:p.suffix):((u=n.raw)==null?void 0:u.type)||E(n[t.suffix]),s=i==null?void 0:i.toLowerCase(),l={sheet:"excel",excel:"excel",zip:"zip","application/x-compressed":"zip",image:"image",video:"video",audio:"audio",pdf:"pdf",text:"txt",txt:"txt",word:"word",ppt:"ppt",exe:"exe",json:"json"};for(let o in l)if(typeof s=="string"&&(s.includes(o)||s===o))return l[o];return"unknown"},C={".doc":"word",".docx":"word",".docxf":"word",".docm":"word",".dot":"word",".dotm":"word",".dotx":"word",".epub":"word",".fodt":"word",".htm":"word",".html":"word",".mht":"word",".odt":"word",".ott":"word",".rtf":"word",".djvu":"word",".oxps":"word",".oform":"word",".fb2":"word",".xml":"word",".xps":"word",".csv":"excel",".xls":"excel",".xlsx":"excel",".fods":"excel",".ods":"excel",".ots":"excel",".xlsb":"excel",".xlsm":"excel",".xlt":"excel",".xltm":"excel",".xltx":"excel",".fodp":"ppt",".odp":"ppt",".otp":"ppt",".pot":"ppt",".potm":"ppt",".potx":"ppt",".pps":"ppt",".ppsm":"ppt",".ppsx":"ppt",".ppt":"ppt",".pptm":"ppt",".pptx":"ppt",".zip":"zip",".rar":"zip",".7z":"zip",".apz":"zip",".ar":"zip",".bz":"zip",".car":"zip",".dar":"zip",".cpgz":"zip",".f":"zip",".ha":"zip",".hbc":"zip",".hbc2":"zip",".hbe":"zip",".hpk":"zip",".hyp":"zip",".png":"image",".jpg":"image",".jpeg":"image",".bmp":"image",".gif":"image",".webp":"image",".psd":"image",".svg":"image",".tiff":"image",".avi":"video",".wmv":"video",".mpeg":"video",".mp4":"video",".mpm4v":"video",".mov":"video",".asf":"video",".flv":"video",".f4v":"video",".rmvb":"video",".rm":"video",".3gp":"video",".vob":"video",".txt":"txt",".pdf":"pdf"},E=n=>{const t=n==null?void 0:n.toLocaleLowerCase(),i=t!=null&&t.startsWith(".")?t:`.${t}`;return i&&C[i]||"unknow"},b=n=>{let t="",i=["doc","docx"],s=["xls","xlsx"],l=["ppt","pptx"],c=["pdf"];return i.includes(n)&&(t="word"),s.includes(n)&&(t="cell"),l.includes(n)&&(t="slide"),c.includes(n)&&(t="text-pdf"),t},N={key:0,t:"1686300059786",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7671",width:"200",height:"200"},$=[e.createElementVNode("path",{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",fill:"#50CD89","p-id":"7672"},null,-1),e.createElementVNode("path",{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",fill:"#FFF7F7","p-id":"7673"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF","p-id":"7674"},null,-1),e.createElementVNode("path",{d:"M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",fill:"#a9f6cc","p-id":"7675"},null,-1)],D={key:1,t:"1686301531714",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9067",width:"200",height:"200"},I=[e.createElementVNode("path",{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",fill:"#FFA621","p-id":"9068"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f5d37b","p-id":"9069"},null,-1)],R={key:2,t:"1686300141125",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8137",width:"200",height:"200"},M=[e.createElementVNode("path",{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",fill:"#F1416C","p-id":"8138"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f78cbc","p-id":"8139"},null,-1)],q={key:3,t:"1686300157181",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8292",width:"200",height:"200"},H=[e.createElementVNode("path",{d:"M204.8 0h477.866667l273.066666 273.066667v614.4c0 75.093333-61.44 136.533333-136.533333 136.533333H204.8c-75.093333 0-136.533333-61.44-136.533333-136.533333V136.533333C68.266667 61.44 129.706667 0 204.8 0z m307.2 607.573333l68.266667 191.146667c13.653333 27.306667 54.613333 27.306667 61.44 0l102.4-273.066667c6.826667-20.48 0-34.133333-20.48-40.96s-34.133333 0-40.96 13.653334l-68.266667 191.146666-68.266667-191.146666c-13.653333-27.306667-54.613333-27.306667-68.266666 0l-68.266667 191.146666-68.266667-191.146666c-6.826667-13.653333-27.306667-27.306667-47.786666-20.48s-27.306667 27.306667-20.48 47.786666l102.4 273.066667c13.653333 27.306667 54.613333 27.306667 61.44 0l75.093333-191.146667z",fill:"#029EF7","p-id":"8293"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#64b5ed","p-id":"8294"},null,-1)],T={key:4,t:"1686300180947",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8447",width:"200",height:"200"},O=[e.createElementVNode("path",{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",fill:"#F1416C","p-id":"8448"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f78cbc","p-id":"8449"},null,-1)],A={key:5,t:"1686300195363",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8602",width:"200",height:"200"},U=[e.createElementVNode("path",{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",fill:"#029EF7","p-id":"8603"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#64b5ed","p-id":"8604"},null,-1)],L={key:6,t:"1686300209288",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8757",width:"200",height:"200"},P=[e.createElementVNode("path",{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",fill:"#FFA621","p-id":"8758"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f5d37b","p-id":"8759"},null,-1)],j={key:7,t:"1686300225262",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8912",width:"200",height:"200"},G=[e.createElementVNode("path",{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",fill:"#FFA621","p-id":"8913"},null,-1),e.createElementVNode("path",{d:"M682.666667 0l273.066666 273.066667h-204.8c-40.96 0-68.266667-27.306667-68.266666-68.266667V0z",fill:"#f5d37b","p-id":"8914"},null,-1)],W={key:8,t:"1692251753690",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4336",width:"200",height:"200"},K=[e.createElementVNode("path",{d:"M192 0h448.170667l319.829333 320V896a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V128A128 128 0 0 1 192 0z",fill:"#00BD76","p-id":"4337"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF",opacity:".9","p-id":"4338"},null,-1),e.createElementVNode("path",{d:"M640 0l320 320H768a128 128 0 0 1-128-128V0z",fill:"#19EA9C","p-id":"4339"},null,-1)],X={key:9,t:"1692251753690",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4336",width:"200",height:"200"},Y=[e.createElementVNode("path",{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",fill:"#8199AF","p-id":"8002"},null,-1),e.createElementVNode("path",{d:"M960 326.4v16H755.2s-100.8-20.8-99.2-107.2c0 0 3.2 91.2 96 91.2h208z",fill:"#617F9B","p-id":"8003"},null,-1),e.createElementVNode("path",{d:"M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z",fill:"#FFFFFF",opacity:".5","p-id":"8004"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF","p-id":"8005"},null,-1)],Z={key:10,t:"1714099890925",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2271",width:"200",height:"200"},J=[e.createElementVNode("path",{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",fill:"#0DD59D","p-id":"2272"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF","fill-opacity":".65","p-id":"2273"},null,-1),e.createElementVNode("path",{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",fill:"#FFFFFF","p-id":"2274"},null,-1)],Q={key:11,t:"1686300037564",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7515",width:"200",height:"200"},e3=[e.createElementVNode("path",{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",fill:"#029EF7","p-id":"7516"},null,-1),e.createElementVNode("path",{d:"M672 0l256 256h-192c-35.3472 0-64-28.6528-64-64V0z",fill:"#64b5ed","p-id":"7517"},null,-1),e.createElementVNode("path",{d:"M384 499.2c0-25.6 5.12-46.08 10.24-58.88 5.12-12.8 15.36-25.6 28.16-35.84 12.8-12.8 25.6-20.48 43.52-25.6 15.36-5.12 30.72-7.68 48.64-7.68 35.84 0 64 10.24 89.6 30.72C627.2 422.4 640 448 640 481.28c0 15.36-5.12 28.16-10.24 40.96s-17.92 28.16-38.4 46.08-28.16 30.72-35.84 38.4c-7.68 7.68-10.24 17.92-15.36 28.16-5.12 10.24-2.56 17.92-2.56 43.52h-51.2c0-25.6 2.56-38.4 5.12-51.2s7.68-23.04 15.36-33.28 15.36-23.04 33.28-40.96c17.92-17.92 30.72-30.72 35.84-38.4 5.12-7.68 10.24-20.48 10.24-38.4s-7.68-30.72-20.48-43.52-30.72-20.48-53.76-20.48c-51.2 0-76.8 35.84-76.8 87.04h-51.2z m153.6 281.6h-51.2v-51.2h51.2v51.2z",fill:"#FFFFFF","p-id":"7518"},null,-1)],t3=e.defineComponent({__name:"FileIcon",props:{type:{type:String,default:"unknow"},file:{type:Object,default:()=>null},fields:{type:Object,default:()=>({name:"name",url:"url",suffix:"suffix"})}},setup(n){const t=n,i=e.computed(()=>t.file?V(t.file,t.fields):t.type);return(s,l)=>i.value==="image"?(e.openBlock(),e.createElementBlock("svg",N,$)):i.value==="zip"?(e.openBlock(),e.createElementBlock("svg",D,I)):i.value==="ppt"?(e.openBlock(),e.createElementBlock("svg",R,M)):i.value==="word"?(e.openBlock(),e.createElementBlock("svg",q,H)):i.value==="pdf"?(e.openBlock(),e.createElementBlock("svg",T,O)):i.value==="txt"?(e.openBlock(),e.createElementBlock("svg",A,U)):i.value==="audio"?(e.openBlock(),e.createElementBlock("svg",L,P)):i.value==="video"?(e.openBlock(),e.createElementBlock("svg",j,G)):i.value==="excel"?(e.openBlock(),e.createElementBlock("svg",W,K)):i.value==="exe"?(e.openBlock(),e.createElementBlock("svg",X,Y)):i.value==="json"?(e.openBlock(),e.createElementBlock("svg",Z,J)):(e.openBlock(),e.createElementBlock("svg",Q,e3))}}),o3=e.defineComponent({__name:"IkPreviewFileDialog",props:e.mergeModels({file:{type:Object,default:()=>[]},loadUrl:{type:String,default:""},onlyOfficeAccept:{type:String,default:".pdf,.docx,.doc.ppt,.pptx,.xlsx,.xls,"},onlyofficeServer:{type:String,default:""},field:{type:Object,default:()=>({})}},{show:{default:!1},showModifiers:{}}),emits:["update:show"],setup(n){const t=n,i=e.useModel(n,"show"),s=e.computed(()=>({name:"name",url:"url",suffix:"suffix",size:"fileSize",...t.field})),l=e.ref(null),c=e.ref(null),a=e.reactive({image:!1,office:!1,video:!1}),p=o=>{var d,_;const r=((d=o==null?void 0:o.response)==null?void 0:d.data)||o,f=r[s.value.url]||(r==null?void 0:r.id)||r.attachmentId,h=(_=r[s.value.suffix]||r.attachmentSuffix)==null?void 0:_.toLowerCase(),m=r[s.value.name]||(r==null?void 0:r.attachmentName);if(c.value={...o,name:o[s.value.name],url:v(t.loadUrl,f)},o&&V(o,s.value)==="image"){a.image=!0;return}else if(t.onlyOfficeAccept.includes(h)){a.office=!0,l.value={documentType:b(h),document:{key:y.buildUUID(),title:m,url:v(t.loadUrl,f),fileType:h},editorConfig:{customization:{review:{reviewDisplay:"final"}}}};return}};e.watch([i,t.file],([o,r])=>{o&&e.nextTick(()=>{p(t.file)})});const u=()=>{i.value=!1,a.office=!1,a.image=!1,a.video=!1};return(o,r)=>{var h,m;const f=e.resolveComponent("el-image-viewer");return e.openBlock(),e.createElementBlock("template",null,[(h=c.value)!=null&&h.url&&a.image?(e.openBlock(),e.createBlock(f,{key:0,onClose:r[0]||(r[0]=d=>{c.value=null,a.image=!1}),ref:"previewImgRef","url-list":[(m=c.value)==null?void 0:m.url]},null,8,["url-list"])):e.createCommentVNode("v-if",!0),e.createCommentVNode(" 文档类 "),e.createVNode(e.unref(v3),{modelValue:a.office,"onUpdate:modelValue":r[1]||(r[1]=d=>a.office=d),draggable:"","no-footer":"","no-header":"",fullscreen:"","show-close-bg":"","destroy-on-close":"","close-on-click-modal":"","close-on-press-escape":!1,"append-to-body":"",onClose:u,"modal-class":"ik-only-preview-dialog"},{default:e.withCtx(()=>[e.createVNode(e.unref(S3),{configOptions:l.value,documentServerUrl:n.onlyofficeServer,mode:"view"},null,8,["configOptions","documentServerUrl"])]),_:1},8,["modelValue"])])}}}),we="",n3=["onClick"],l3={class:"text"},i3={class:"fileName"},s3={class:"size"},c3=e.defineComponent({__name:"IkPreviewFile",props:{list:{type:Array,default:()=>[]},url:{required:!0,type:String,default:""},loadUrl:{type:String,default:""},field:{required:!0,type:Object,default:()=>({})},iconSize:{type:Number,default:40},showBg:{type:Boolean,default:!0},width:{type:Number||String,default:"100%"},iconHoverShow:{type:Boolean,default:!1},isOnlyOfficePreview:{type:Boolean,default:!0},onlyOfficeAccept:{type:String,default:".pdf,.docx,.doc.ppt,.pptx,.xlsx,.xls,"},onlyofficeServer:{type:String,default:""},jwtToken:{type:String,default:""}},setup(n){const t=n,i=e.computed(()=>({name:"name",url:"url",suffix:"suffix",size:"size",...t.field})),s=e.ref(null),l=e.ref(!1),c=o=>{var r,f;s.value={...o,name:o.name,url:v(t.loadUrl,o.url||((f=(r=o==null?void 0:o.response)==null?void 0:r.data)==null?void 0:f.id)||(o==null?void 0:o.id))},l.value=!0},a=o=>{y.ikFile.downloadFile(v(t.loadUrl,o[i.value.url]||o.attachmentId||o.id),o[i.value.name]||o.attachmentName)},p=e.computed(()=>y.paramType.isNumber(t.width)?`${t.width}px`:t.width),u=e.computed(()=>t.list.map(o=>({...o,name:o[i.value.name]||o.attachmentName,size:o[i.value.size]||o.fileSize||o.attachmentSize,suffix:o[i.value.suffix]||o.attachmentSuffix})));return(o,r)=>{var f;return e.openBlock(),e.createElementBlock(e.Fragment,null,[(f=n.list)!=null&&f.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(u.value,(h,m)=>{var d;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["iking-privew-annex",{"is-bg":n.showBg}]),key:m,style:e.normalizeStyle({marginBottom:m==((d=n.list)==null?void 0:d.length)-1?"0":"10px",width:p.value})},[e.createElementVNode("div",{class:"file-card",onClick:_=>c(h)},[e.createVNode(t3,{file:h,style:e.normalizeStyle({height:`${n.iconSize}px`}),class:"ikui-w-auto",fields:i.value},null,8,["file","style","fields"]),e.createElementVNode("div",l3,[e.createElementVNode("div",i3,e.toDisplayString(h.name),1),e.createElementVNode("div",s3,e.toDisplayString(e.unref(S)(h.size)),1)]),e.createElementVNode("div",{class:e.normalizeClass(["flex flex-center",{"hover-show":n.iconHoverShow}])},[e.createVNode(e.unref(w),{name:"iksvg_daochu",onClick:e.withModifiers(_=>a(h),["stop"]),bg:n.showBg,size:n.showBg?"default":20},null,8,["onClick","bg","size"]),e.createVNode(e.unref(w),{name:"iksvg_yulan",bg:n.showBg,size:n.showBg?"default":20},null,8,["bg","size"]),e.renderSlot(o.$slots,"operation",{data:{...h,findex:m}})],2)],8,n3)],6)}),128)):e.createCommentVNode("v-if",!0),e.createVNode(o3,{show:l.value,"onUpdate:show":r[0]||(r[0]=h=>l.value=h),loadUrl:n.loadUrl,file:s.value,onlyofficeServer:n.onlyofficeServer},null,8,["show","loadUrl","file","onlyofficeServer"])],64)}}}),ye="",a3=k(c3),r3={key:0,class:"ik-svg-icon ik-icon inline-block inline-flex justify-center line-height-[0]"},d3={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},p3=["xlink:href"],h3=["src"],f3={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},u3=["xlink:href"],m3=["src"],w=k(e.defineComponent({name:"IkSvgIcon",__name:"index",props:{name:{},flip:{},rotate:{},color:{},opacity:{default:.5},size:{default:""},bg:{type:Boolean,default:!1},showBg:{type:Boolean,default:!1},padding:{default:"0"},primary:{type:Boolean},warning:{type:Boolean},success:{type:Boolean},notip:{type:Boolean,default:!1},title:{},type:{},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},tableIconType:{default:"icon"}},setup(n){const t=n,i=e.computed(()=>{var l,c,a;return/^http?:\/\//.test(t.name)?"img":/i-[^:]+:[^:]+/.test(t.name)?"unocss":(l=t.name)!=null&&l.startsWith("iksig")?"iksig":(c=t.name)!=null&&c.includes(":")?"iconify":(a=t.name)!=null&&a.startsWith("iksvg")?"svg":"i"}),s=e.computed(()=>{const l=[];if(t.flip)switch(t.flip){case"horizontal":l.push("rotateY(180deg)");break;case"vertical":l.push("rotateX(180deg)");break;case"both":l.push("rotateX(180deg)"),l.push("rotateY(180deg)");break}return t.rotate&&l.push(`rotate(${t.rotate%360}deg)`),{...t.color&&{color:t.color},...t.size&&{fontSize:typeof t.size=="number"?`${t.size}px`:t.size},...l.length&&{transform:l.join(" ")},padding:t.padding,...t.color&&i.value!=="iksig"?{"--ik-color-icon-dark":t.color,"--ik-color-icon-light":y.ikColor.setOpacity(t.color,t.opacity||.4)}:{},...t.type==="primary"||t.primary?{"--ik-color-icon-dark":"var(--ik-theme-color)","--ik-color-icon-light":"var(--ik-color-icon-light-hover)","--ik-color-bg-icon":"var(--ik-color-bg-button-secondary)"}:t.type==="warning"||t.warning?{"--ik-color-icon-dark":"var(--ik-color-error)","--ik-color-icon-light":"var(--ik-color-icon-error-light)","--ik-color-bg-icon":"var(--ik-color-icon-error-bg)"}:t.type==="success"||t.success?{"--ik-color-icon-dark":"var(--ik-color-success)","--ik-color-icon-light":"var(--ik-color-tag-success-light)","--ik-color-bg-icon":"var(--ik-color-icon-success-bg)"}:{}}});return(l,c)=>{const a=e.resolveComponent("el-tooltip"),p=e.resolveComponent("el-button");return l.tableIconType==="icon"?(e.openBlock(),e.createElementBlock("span",r3,[l.notip||!l.title?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition",{[l.name]:i.value==="unocss","show-bg":l.showBg||l.bg,default:l.size==="default",small:l.size==="small",big:l.size==="big",warning:l.warning,primary:l.primary,active:l.active,disabled:l.disabled}]),style:e.normalizeStyle(s.value)},[e.createCommentVNode(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),i.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${l.name}`),style:e.normalizeStyle(s.value)},null,6)):i.value==="svg"?(e.openBlock(),e.createElementBlock("svg",d3,[e.createElementVNode("use",{"xlink:href":`#${l.name}`},null,8,p3)])):i.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:l.name,class:"h-[1em] w-[1em]"},null,8,h3)):(e.openBlock(),e.createElementBlock("i",{key:3,class:e.normalizeClass(l.name),style:e.normalizeStyle(s.value)},null,6))],6)):(e.openBlock(),e.createBlock(a,{key:1,content:l.title,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("i",{class:e.normalizeClass(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition",{[l.name]:i.value==="unocss","show-bg":l.showBg||l.bg,default:l.size==="default",primary:l.primary,small:l.size==="small",big:l.size==="big",warning:l.warning,active:l.active}]),style:e.normalizeStyle(s.value)},[i.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${l.name}`),style:e.normalizeStyle(s.value)},null,6)):i.value==="svg"?(e.openBlock(),e.createElementBlock("svg",f3,[e.createElementVNode("use",{"xlink:href":`#${l.name}`},null,8,u3)])):i.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:l.name,class:"h-[1em] w-[1em]"},null,8,m3)):(e.openBlock(),e.createElementBlock("i",{key:3,class:e.normalizeClass(l.name),style:e.normalizeStyle(s.value)},null,6))],6)]),_:1},8,["content"]))])):(e.openBlock(),e.createBlock(p,{key:1,type:["warning","error"].includes(l.type)?"danger":""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.title),1)]),_:1},8,["type"]))}}})),g3={key:0,class:"exit-main-page-maximize"},_3=e.defineComponent({__name:"CloseIcon",props:{showBg:{type:Boolean,default:!1},fullscreen:{type:Boolean,default:!1}},setup(n){return(t,i)=>(e.openBlock(),e.createElementBlock("div",null,[n.showBg&&n.fullscreen?(e.openBlock(),e.createElementBlock("div",g3,[e.createVNode(e.unref(w),{name:"iksvg_guanbidanchuang",title:"关闭",size:20})])):(e.openBlock(),e.createBlock(e.unref(w),{key:1,name:"iksvg_guanbidanchuang",title:"关闭",size:20}))]))}}),ve="",w3=B(_3,[["__scopeId","data-v-737a8336"]]),y3={class:"base-header"},k3=e.defineComponent({__name:"IkBaseDialog",props:e.mergeModels({title:{default:""},cancelText:{default:"取消"},confirmText:{default:"确认"},noHeader:{type:Boolean},noFooter:{type:Boolean},showCloseBg:{type:Boolean,default:!1},fullscreen:{type:Boolean,default:!1}},{modelValue:{type:Boolean,default:!1,noHeader:!1,noFooter:!1},modelModifiers:{}}),emits:["update:modelValue"],setup(n){const t=n,i=e.useModel(n,"modelValue"),s=e.ref(t.fullscreen),l=()=>{s.value=!s.value},c=e.defineComponent({setup(){return()=>e.h(w3,{showBg:t.showCloseBg,fullscreen:t.fullscreen})}});return(a,p)=>{const u=e.resolveComponent("el-dialog");return e.openBlock(),e.createBlock(u,e.mergeProps({modelValue:i.value,"onUpdate:modelValue":p[0]||(p[0]=o=>i.value=o)},a.$attrs,{"close-icon":e.unref(c),class:`ik-base-dialog ${a.noHeader?"no-header":""} ${a.noFooter?"no-footer":""}`,fullscreen:s.value,"modal-class":"baseDialog"}),e.createSlots({icon:e.withCtx(()=>[e.renderSlot(a.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(a.title),1)])]),header:e.withCtx(()=>[e.createElementVNode("div",y3,[e.renderSlot(a.$slots,"header",{},()=>[e.createTextVNode(e.toDisplayString(a.title),1)])]),a.$attrs.showClose?(e.openBlock(),e.createBlock(e.unref(w),{key:0,onClick:l,name:s.value?"iksvg_tuichuquanping":"iksvg_quanping-daohang",class:"absolute! top-[18px] right-[50px] icon-dialog-full",title:s.value?"退出全屏":"全屏"},null,8,["name","title"])):e.createCommentVNode("v-if",!0)]),default:e.withCtx(()=>[e.renderSlot(a.$slots,"default")]),_:2},[a.$slots.footer?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(a.$slots,"footer")]),key:"0"}:void 0]),1040,["modelValue","close-icon","class","fullscreen"])}}}),Be="",v3=k(k3);function B3(n,t,i,s){function l(c){return c instanceof i?c:new i(function(a){a(c)})}return new(i||(i=Promise))(function(c,a){function p(r){try{o(s.next(r))}catch(f){a(f)}}function u(r){try{o(s.throw(r))}catch(f){a(f)}}function o(r){r.done?c(r.value):l(r.value).then(p,u)}o((s=s.apply(n,t||[])).next())})}function z3(n,t){var i={label:0,sent:function(){if(c[0]&1)throw c[1];return c[1]},trys:[],ops:[]},s,l,c,a;return a={next:p(0),throw:p(1),return:p(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function p(o){return function(r){return u([o,r])}}function u(o){if(s)throw new TypeError("Generator is already executing.");for(;a&&(a=0,o[0]&&(i=0)),i;)try{if(s=1,l&&(c=o[0]&2?l.return:o[0]?l.throw||((c=l.return)&&c.call(l),0):l.next)&&!(c=c.call(l,o[1])).done)return c;switch(l=0,c&&(o=[o[0]&2,c.value]),o[0]){case 0:case 1:c=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,l=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(c=i.trys,!(c=c.length>0&&c[c.length-1])&&(o[0]===6||o[0]===2)){i=0;continue}if(o[0]===3&&(!c||o[1]>c[0]&&o[1]<c[3])){i.label=o[1];break}if(o[0]===6&&i.label<c[1]){i.label=c[1],c=o;break}if(c&&i.label<c[2]){i.label=c[2],i.ops.push(o);break}c[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(n,i)}catch(r){o=[6,r],l=0}finally{s=c=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}}typeof SuppressedError=="function"&&SuppressedError;var V3=function(n,t){return B3(void 0,void 0,void 0,function(){return z3(this,function(i){return[2,new Promise(function(s,l){try{if(window.DocsAPI)return s(null);var c=document.getElementById(t);if(c)var a=setInterval(function(){var u=c.getAttribute("loading");if(!u){if(clearInterval(a),window.DocsAPI)return s(null);var o=F(t,n,s,l);c.remove(),document.body.appendChild(o)}},500);else{var p=F(t,n,s,l);document.body.appendChild(p)}}catch(u){console.error(u)}})]})})},F=function(n,t,i,s){var l=document.createElement("script");return l.id=n,l.type="text/javascript",l.src=t,l.async=!0,l.onload=function(){l.removeAttribute("loading"),i(null)},l.onerror=function(c){l.removeAttribute("loading"),s(c)},l.setAttribute("loading",""),l},z=e.defineComponent({name:"DocumentEditor",props:{id:{type:String,required:!0},documentServerUrl:{type:String,required:!0},config:{type:Object,required:!0},document_fileType:String,document_title:String,documentType:String,editorConfig_lang:String,height:String,type:String,width:String,onLoadComponentError:Function,events_onAppReady:Function,events_onDocumentStateChange:Function,events_onMetaChange:Function,events_onDocumentReady:Function,events_onInfo:Function,events_onWarning:Function,events_onError:Function,events_onRequestSharingSettings:Function,events_onRequestRename:Function,events_onMakeActionLink:Function,events_onRequestInsertImage:Function,events_onRequestSaveAs:Function,events_onRequestMailMergeRecipients:Function,events_onRequestCompareFile:Function,events_onRequestEditRights:Function,events_onRequestHistory:Function,events_onRequestHistoryClose:Function,events_onRequestHistoryData:Function,events_onRequestRestore:Function,events_onRequestSelectSpreadsheet:Function,events_onRequestSelectDocument:Function},mounted:function(){var n=this,t=this.documentServerUrl;t.endsWith("/")||(t+="/");var i="".concat(t,"web-apps/apps/api/documents/api.js");V3(i,"onlyoffice-api-script").then(function(){return n.onLoad()}).catch(function(){n.onError(-2)})},unmounted:function(){var n,t=this.id||"";!((n=window==null?void 0:window.DocEditor)===null||n===void 0)&&n.instances[t]&&(window.DocEditor.instances[t].destroyEditor(),window.DocEditor.instances[t]=void 0)},watch:{config:{handler:function(n,t){this.onChangeProps()},deep:!0},document_fileType:function(n,t){this.onChangeProps()},document_title:function(n,t){this.onChangeProps()},documentType:function(n,t){this.onChangeProps()},editorConfig_lang:function(n,t){this.onChangeProps()},height:function(n,t){this.onChangeProps()},type:function(n,t){this.onChangeProps()},width:function(n,t){this.onChangeProps()}},methods:{onLoad:function(){var n,t;try{var i=this.id||"";if(window.DocsAPI||this.onError(-3),!((n=window==null?void 0:window.DocEditor)===null||n===void 0)&&n.instances[i]){console.log("Skip loading. Instance already exists",i);return}!((t=window==null?void 0:window.DocEditor)===null||t===void 0)&&t.instances||(window.DocEditor={instances:{}});var s=Object.assign({document:{fileType:this.document_fileType,title:this.document_title},documentType:this.documentType,editorConfig:{lang:this.editorConfig_lang},events:{onAppReady:this.onAppReady,onDocumentStateChange:this.events_onDocumentStateChange,onMetaChange:this.events_onMetaChange,onDocumentReady:this.events_onDocumentReady,onInfo:this.events_onInfo,onWarning:this.events_onWarning,onError:this.events_onError,onRequestSharingSettings:this.events_onRequestSharingSettings,onRequestRename:this.events_onRequestRename,onMakeActionLink:this.events_onMakeActionLink,onRequestInsertImage:this.events_onRequestInsertImage,onRequestSaveAs:this.events_onRequestSaveAs,onRequestMailMergeRecipients:this.events_onRequestMailMergeRecipients,onRequestCompareFile:this.events_onRequestCompareFile,onRequestEditRights:this.events_onRequestEditRights,onRequestHistory:this.events_onRequestHistory,onRequestHistoryClose:this.events_onRequestHistoryClose,onRequestHistoryData:this.events_onRequestHistoryData,onRequestRestore:this.events_onRequestRestore,onRequestSelectSpreadsheet:this.events_onRequestSelectSpreadsheet,onRequestSelectDocument:this.events_onRequestSelectDocument},height:this.height,type:this.type,width:this.width},this.config||{}),l=window.DocsAPI.DocEditor(i,s);window.DocEditor.instances[i]=l}catch(c){console.error(c),this.onError(-1)}},onError:function(n){var t;switch(n){case-2:t="Error load DocsAPI from "+this.documentServerUrl;break;case-3:t="DocsAPI is not defined";break;default:t="Unknown error loading component",n=-1}typeof this.onLoadComponentError>"u"?console.error(t):this.onLoadComponentError(n,t)},onAppReady:function(){var n=this.id||"";this.events_onAppReady(window.DocEditor.instances[n])},onChangeProps:function(){var n,t=this.id||"";!((n=window==null?void 0:window.DocEditor)===null||n===void 0)&&n.instances[t]&&(window.DocEditor.instances[t].destroyEditor(),window.DocEditor.instances[t]=void 0,console.log("Important props have been changed. Load new Editor."),this.onLoad())}}});const E3=["id"];function F3(n,t,i,s,l,c){return e.openBlock(),e.createElementBlock("div",{id:n.id},null,8,E3)}z.render=F3,z.__file="src/components/DocumentEditor.vue";const x3=e.defineComponent({__name:"IkOnlyOffice",props:{documentServerUrl:{type:String,default:""},mode:{type:String,default:""},configOptions:{type:Object,default:()=>{}},officeHeight:{type:String,default:"100%"},token:{type:String,default:""}},setup(n){var l,c,a,p;const t=n,i=e.ref({width:"100%",height:"100%",document:(l=t.configOptions)==null?void 0:l.document,documentType:(c=t.configOptions)==null?void 0:c.documentType,editorConfig:{callbackUrl:(p=(a=t.configOptions)==null?void 0:a.editorConfig)==null?void 0:p.callbackUrl,lang:"zh-CN",mode:t.mode,customization:{forcesave:!0,autosave:!0}},permissions:{comment:!0,commentGroups:{edit:["Group1"],remove:["Group1"],view:""},copy:!0,deleteCommentAuthorOnly:!0,download:!0,edit:!0,editCommentAuthorOnly:!0,fillForms:!0,modifyContentControl:!0,modifyFilter:!0,print:!0,review:!0,reviewGroups:["Group1","Group2","Group3"],userInfoGroups:["Group1"]},mode:t.mode,token:t.token}),s=()=>{console.info("文档加载完成")};return(u,o)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({height:t.officeHeight})},[e.createVNode(e.unref(z),{id:`${new Date().getTime()}`,ref:"editorRef","document-server-url":n.documentServerUrl,config:i.value,events_onDocumentReady:s},null,8,["id","document-server-url","config"])],4))}}),ze="",S3=k(B(x3,[["__scopeId","data-v-ea0a8f6d"]])),C3=n=>(e.pushScopeId("data-v-170abcfc"),n=n(),e.popScopeId(),n),b3={key:0,class:"preview-files"},N3={class:"flex",style:{width:"80%","align-items":"center"}},$3=["onClick"],D3=["title"],I3={style:{color:"#b8c6d9"}},R3=["onClick"],M3=C3(()=>e.createElementVNode("span",null,"预览",-1)),q3={key:1,class:"flex preview-img"},H3=e.defineComponent({__name:"IKDetailPreviewFiles",props:{fileList:{type:Array,default:()=>[]},fileType:{type:String,default:"file"},fileWidth:{type:String,default:"100%"},loadUrl:{type:String,default:""},kkUrl:{required:!0,type:String,default:""}},setup(n){const t=n,i=e.ref(t.fileList);e.watch(()=>t.fileList,o=>{o&&(i.value=o)},{immediate:!0});const s=e.ref(!1),l=e.ref({}),c=o=>{l.value={url:o.url,name:o.name},s.value=!0},a=o=>{var r,f,h,m,d;return(r=o==null?void 0:o.suffix)!=null&&r.includes("pdf")?"iksvg_pdf":(f=o==null?void 0:o.suffix)!=null&&f.includes("doc")?"iksvg_word":(h=o==null?void 0:o.suffix)!=null&&h.includes("xls")?"iksvg_excel":(m=o==null?void 0:o.suffix)!=null&&m.includes("mov")?"iksvg_mov":(d=o==null?void 0:o.suffix)!=null&&d.includes("zip")?"iksvg_zip":"icon-jpg"},p=o=>{var r,f,h,m,d;return(r=o==null?void 0:o.suffix)!=null&&r.includes("pdf")?"#FA4E4E":(f=o==null?void 0:o.suffix)!=null&&f.includes("doc")?"#2c69e0":(h=o.suffix)!=null&&h.includes("xls")?"#39BFBF":(m=o.suffix)!=null&&m.includes("txt")?"#2c69e0":(d=o.suffix)!=null&&d.includes("zip")?"#FF9000":"#32CD79"},u=o=>{const r=document.createElement("a");r.href=y.ikUrl.assembleUrl(t.loadUrl,o.url),r.download=o.name,r.click()};return(o,r)=>{var h,m;const f=e.resolveComponent("el-image");return e.openBlock(),e.createElementBlock("div",null,[t.fileType==="file"?(e.openBlock(),e.createElementBlock("div",b3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,(d,_)=>(e.openBlock(),e.createElementBlock("div",{key:_,class:"files-item",style:e.normalizeStyle({width:t.fileWidth,"margin-right":t.fileWidth==="100%"?"0px":""})},[e.createElementVNode("div",N3,[e.createVNode(e.unref(w),{name:a(d),style:e.normalizeStyle(`color:${p(d)}`),size:36},null,8,["name","style"]),e.createElementVNode("div",{class:"file-name",onClick:T3=>u(d)},[e.createElementVNode("p",{title:d.name},e.toDisplayString(d.name),9,D3),e.createElementVNode("p",I3,e.toDisplayString((d.size/1024).toFixed(2))+"KB",1)],8,$3)]),e.createElementVNode("div",{class:"file-preview",onClick:T3=>c(d)},[e.createVNode(e.unref(w),{name:"iksvg_yulan"}),M3],8,R3)],4))),128))])):e.createCommentVNode("v-if",!0),t.fileType==="img"?(e.openBlock(),e.createElementBlock("div",q3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,(d,_)=>(e.openBlock(),e.createElementBlock("div",{key:_,class:"preview-img"},[e.createVNode(f,{class:"show-img",src:n.loadUrl+d.url,"preview-src-list":[n.loadUrl+d.url],fit:"cover"},null,8,["src","preview-src-list"])]))),128))])):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(a3),{modelValue:s.value,"onUpdate:modelValue":r[0]||(r[0]=d=>s.value=d),"load-url":t.loadUrl,url:(h=l.value)==null?void 0:h.url,"kk-url":n.kkUrl,"file-name":(m=l.value)==null?void 0:m.name},null,8,["modelValue","load-url","url","kk-url","file-name"])])}}}),Ee="",x=k(B(H3,[["__scopeId","data-v-170abcfc"]]));g.IKDetailPreviewFiles=x,g.default=x,Object.defineProperties(g,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|