iking-web-ui-pro 0.1.21 → 0.1.22

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.
@@ -1,6 +1,6 @@
1
- import { defineComponent as M, computed as F, openBlock as n, createElementBlock as a, createElementVNode as i, ref as V, reactive as N, Fragment as C, renderList as H, createVNode as w, toDisplayString as $, unref as k, withModifiers as W, createCommentVNode as y, withCtx as L, resolveComponent as T, normalizeClass as b, normalizeStyle as x, createBlock as K, watch as q, pushScopeId as R, popScopeId as G } from "vue";
2
- import { ikColor as X, ikUrl as Y } from "iking-utils-pro";
3
- import { ElDialog as Z } from "element-plus";
1
+ import { defineComponent as M, computed as F, openBlock as n, createElementBlock as a, createElementVNode as i, ref as V, reactive as W, Fragment as C, renderList as H, createVNode as w, toDisplayString as $, unref as k, withModifiers as K, createCommentVNode as y, withCtx as T, resolveComponent as P, normalizeClass as b, normalizeStyle as x, createBlock as q, watch as R, pushScopeId as G, popScopeId as X } from "vue";
2
+ import { ikColor as Y, ikUrl as Z } from "iking-utils-pro";
3
+ import { ElDialog as J } from "element-plus";
4
4
  const U = (t, e) => {
5
5
  if (t.install = (s) => {
6
6
  for (const c of [t, ...Object.values(e ?? {})])
@@ -9,25 +9,25 @@ const U = (t, e) => {
9
9
  for (const [s, c] of Object.entries(e))
10
10
  t[s] = c;
11
11
  return t;
12
- }, J = (t, e) => {
12
+ }, Q = (t, e) => {
13
13
  const s = t.__vccOpts || t;
14
14
  for (const [c, l] of e)
15
15
  s[c] = l;
16
16
  return s;
17
- }, Q = (t, e = 2) => {
17
+ }, e3 = (t, e = 2) => {
18
18
  const s = t / 1024;
19
19
  return s > 1024 ? (s / 1024).toFixed(e) + "MB" : s.toFixed(e) + "KB";
20
20
  }, I = (t, e) => e ? e.startsWith("http") ? e : `${t}${e}` : "";
21
- const e3 = typeof btoa == "function", A = typeof Buffer == "function";
21
+ const s3 = typeof btoa == "function", A = typeof Buffer == "function";
22
22
  typeof TextDecoder == "function" && new TextDecoder();
23
- const D = typeof TextEncoder == "function" ? new TextEncoder() : void 0, s3 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", z = Array.prototype.slice.call(s3);
23
+ const j = typeof TextEncoder == "function" ? new TextEncoder() : void 0, t3 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", z = Array.prototype.slice.call(t3);
24
24
  ((t) => {
25
25
  let e = {};
26
26
  return t.forEach((s, c) => e[s] = c), e;
27
27
  })(z);
28
28
  const m = String.fromCharCode.bind(String);
29
29
  typeof Uint8Array.from == "function" && Uint8Array.from.bind(Uint8Array);
30
- const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" : "_"), l3 = (t) => {
30
+ const l3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" : "_"), i3 = (t) => {
31
31
  let e, s, c, l, r = "";
32
32
  const f = t.length % 3;
33
33
  for (let v = 0; v < t.length; ) {
@@ -36,12 +36,12 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
36
36
  e = s << 16 | c << 8 | l, r += z[e >> 18 & 63] + z[e >> 12 & 63] + z[e >> 6 & 63] + z[e & 63];
37
37
  }
38
38
  return f ? r.slice(0, f - 3) + "===".substring(f) : r;
39
- }, P = e3 ? (t) => btoa(t) : A ? (t) => Buffer.from(t, "binary").toString("base64") : l3, i3 = A ? (t) => Buffer.from(t).toString("base64") : (t) => {
39
+ }, O = s3 ? (t) => btoa(t) : A ? (t) => Buffer.from(t, "binary").toString("base64") : i3, o3 = A ? (t) => Buffer.from(t).toString("base64") : (t) => {
40
40
  let s = [];
41
41
  for (let c = 0, l = t.length; c < l; c += 4096)
42
42
  s.push(m.apply(null, t.subarray(c, c + 4096)));
43
- return P(s.join(""));
44
- }, o3 = (t) => {
43
+ return O(s.join(""));
44
+ }, c3 = (t) => {
45
45
  if (t.length < 2) {
46
46
  var e = t.charCodeAt(0);
47
47
  return e < 128 ? t : e < 2048 ? m(192 | e >>> 6) + m(128 | e & 63) : m(224 | e >>> 12 & 15) + m(128 | e >>> 6 & 63) + m(128 | e & 63);
@@ -49,11 +49,12 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
49
49
  var e = 65536 + (t.charCodeAt(0) - 55296) * 1024 + (t.charCodeAt(1) - 56320);
50
50
  return m(240 | e >>> 18 & 7) + m(128 | e >>> 12 & 63) + m(128 | e >>> 6 & 63) + m(128 | e & 63);
51
51
  }
52
- }, c3 = /[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g, n3 = (t) => t.replace(c3, o3), j = A ? (t) => Buffer.from(t, "utf8").toString("base64") : D ? (t) => i3(D.encode(t)) : (t) => P(n3(t)), a3 = (t, e = !1) => e ? t3(j(t)) : j(t), r3 = (t, e) => {
52
+ }, n3 = /[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g, a3 = (t) => t.replace(n3, c3), D = A ? (t) => Buffer.from(t, "utf8").toString("base64") : j ? (t) => o3(j.encode(t)) : (t) => O(a3(t)), r3 = (t, e = !1) => e ? l3(D(t)) : D(t), E = (t, e) => {
53
53
  var l, r, f, v, p;
54
- const s = (l = t == null ? void 0 : t.response) != null && l.data ? E((f = (r = t == null ? void 0 : t.response) == null ? void 0 : r.data) == null ? void 0 : f.suffix) : ((v = t.raw) == null ? void 0 : v.type) || E(t[e.suffix]), c = ((p = t.raw) == null ? void 0 : p.name) || t[e.name];
54
+ console.log("file: ", t, e);
55
+ const s = (l = t == null ? void 0 : t.response) != null && l.data ? L((f = (r = t == null ? void 0 : t.response) == null ? void 0 : r.data) == null ? void 0 : f.suffix) : ((v = t.raw) == null ? void 0 : v.type) || L(t[e.suffix]), c = ((p = t.raw) == null ? void 0 : p.name) || t[e.name];
55
56
  return s != null && s.includes("sheet") || s != null && s.includes("excel") ? "excel" : s != null && s.includes("zip") || s === "application/x-compressed" ? "zip" : s != null && s.includes("image") ? "image" : s != null && s.includes("video") ? "video" : s != null && s.includes("audio") ? "audio" : s != null && s.includes("pdf") ? "pdf" : s != null && s.includes("text") || s != null && s.includes("txt") ? "txt" : s != null && s.includes("word") ? "word" : c != null && c.includes("ppt") ? "ppt" : c != null && c.includes("exe") ? "exe" : c != null && c.includes("json") ? "json" : "unknow";
56
- }, E = (t) => {
57
+ }, L = (t) => {
57
58
  const e = t == null ? void 0 : t.toLocaleLowerCase();
58
59
  switch (e != null && e.startsWith(".") ? e : `.${e}`) {
59
60
  case ".doc":
@@ -375,7 +376,7 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
375
376
  ), I3 = [
376
377
  U3,
377
378
  A3
378
- ], D3 = {
379
+ ], j3 = {
379
380
  key: 6,
380
381
  t: "1686300209288",
381
382
  class: "icon",
@@ -385,7 +386,7 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
385
386
  "p-id": "8757",
386
387
  width: "200",
387
388
  height: "200"
388
- }, j3 = /* @__PURE__ */ i(
389
+ }, D3 = /* @__PURE__ */ i(
389
390
  "path",
390
391
  {
391
392
  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",
@@ -406,7 +407,7 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
406
407
  -1
407
408
  /* HOISTED */
408
409
  ), L3 = [
409
- j3,
410
+ D3,
410
411
  E3
411
412
  ], T3 = {
412
413
  key: 7,
@@ -652,13 +653,10 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
652
653
  }
653
654
  },
654
655
  setup(t) {
655
- const e = t, s = F(() => e.file ? r3(e.file, e.fields) : e.type);
656
- return (c, l) => s.value === "image" ? (n(), a("svg", d3, v3)) : s.value === "zip" ? (n(), a("svg", _3, w3)) : s.value === "ppt" ? (n(), a("svg", k3, z3)) : s.value === "word" ? (n(), a("svg", F3, C3)) : s.value === "pdf" ? (n(), a("svg", $3, S3)) : s.value === "txt" ? (n(), a("svg", H3, I3)) : s.value === "audio" ? (n(), a("svg", D3, L3)) : s.value === "video" ? (n(), a("svg", T3, N3)) : s.value === "excel" ? (n(), a("svg", W3, G3)) : s.value === "exe" ? (n(), a("svg", X3, e6)) : s.value === "json" ? (n(), a("svg", s6, o6)) : (n(), a("svg", c6, d6));
656
+ const e = t, s = F(() => (console.log(E(e.file, e.fields)), e.file ? E(e.file, e.fields) : e.type));
657
+ return (c, l) => s.value === "image" ? (n(), a("svg", d3, v3)) : s.value === "zip" ? (n(), a("svg", _3, w3)) : s.value === "ppt" ? (n(), a("svg", k3, z3)) : s.value === "word" ? (n(), a("svg", F3, C3)) : s.value === "pdf" ? (n(), a("svg", $3, S3)) : s.value === "txt" ? (n(), a("svg", H3, I3)) : s.value === "audio" ? (n(), a("svg", j3, L3)) : s.value === "video" ? (n(), a("svg", T3, N3)) : s.value === "excel" ? (n(), a("svg", W3, G3)) : s.value === "exe" ? (n(), a("svg", X3, e6)) : s.value === "json" ? (n(), a("svg", s6, o6)) : (n(), a("svg", c6, d6));
657
658
  }
658
- }), h6 = {
659
- key: 0,
660
- class: "iking-privew-annex"
661
- }, f6 = ["onClick"], p6 = { class: "text" }, v6 = { class: "fileName" }, _6 = { class: "size" }, g6 = { class: "operator" }, m6 = ["src"], w6 = /* @__PURE__ */ M({
659
+ }), h6 = ["onClick"], f6 = { class: "text" }, p6 = { class: "fileName" }, v6 = { class: "size" }, _6 = { class: "flex align-center" }, g6 = ["src"], m6 = /* @__PURE__ */ M({
662
660
  __name: "IkPreviewFile",
663
661
  props: {
664
662
  list: {
@@ -706,9 +704,9 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
706
704
  return "";
707
705
  const p = e.loadUrl ? e.loadUrl : location.href;
708
706
  return `${e.kkUrl}/onlinePreview?url=${encodeURIComponent(
709
- a3(`${I(p, (u = r.data) == null ? void 0 : u[s.value.url])}&fullfilename=${(d = r.data) == null ? void 0 : d[s.value.name]}`)
707
+ r3(`${I(p, (u = r.data) == null ? void 0 : u[s.value.url])}&fullfilename=${(d = r.data) == null ? void 0 : d[s.value.name]}`)
710
708
  )}`;
711
- }), r = N({
709
+ }), r = W({
712
710
  show: !1,
713
711
  data: {}
714
712
  }), f = (p) => {
@@ -722,40 +720,42 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
722
720
  C,
723
721
  null,
724
722
  [
725
- (u = t.list) != null && u.length ? (n(), a("div", h6, [
726
- (n(!0), a(
727
- C,
728
- null,
729
- H(t.list, (d, _) => (n(), a("div", {
723
+ (u = t.list) != null && u.length ? (n(!0), a(
724
+ C,
725
+ { key: 0 },
726
+ H(t.list, (d, _) => (n(), a("div", {
727
+ class: "iking-privew-annex",
728
+ key: _
729
+ }, [
730
+ i("div", {
730
731
  class: "file-card",
731
- key: _,
732
732
  onClick: (g) => f(d)
733
733
  }, [
734
734
  w(u6, {
735
735
  file: d,
736
736
  class: "ikui-w-50 ikui-h-50",
737
- field: { name: "attachmentName", url: "attachmentId", suffix: "attachmentSuffix" }
737
+ fields: { name: "attachmentName", url: "attachmentId", suffix: "attachmentSuffix" }
738
738
  }, null, 8, ["file"]),
739
- i("div", p6, [
739
+ i("div", f6, [
740
740
  i(
741
741
  "div",
742
- v6,
742
+ p6,
743
743
  $(d[s.value.name]),
744
744
  1
745
745
  /* TEXT */
746
746
  ),
747
747
  i(
748
748
  "div",
749
- _6,
750
- $(k(Q)(d[s.value.size])),
749
+ v6,
750
+ $(k(e3)(d[s.value.size])),
751
751
  1
752
752
  /* TEXT */
753
753
  )
754
754
  ]),
755
- i("div", g6, [
755
+ i("div", _6, [
756
756
  w(k(B), {
757
757
  name: "iksvg_daochu",
758
- onClick: W((g) => v(d), ["stop"]),
758
+ onClick: K((g) => v(d), ["stop"]),
759
759
  bg: "",
760
760
  size: "default"
761
761
  }, null, 8, ["onClick"]),
@@ -765,12 +765,12 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
765
765
  size: "default"
766
766
  })
767
767
  ])
768
- ], 8, f6))),
769
- 128
770
- /* KEYED_FRAGMENT */
771
- ))
772
- ])) : y("v-if", !0),
773
- w(k(Z), {
768
+ ], 8, h6)
769
+ ]))),
770
+ 128
771
+ /* KEYED_FRAGMENT */
772
+ )) : y("v-if", !0),
773
+ w(k(J), {
774
774
  fullscreen: "",
775
775
  modelValue: r.show,
776
776
  "onUpdate:modelValue": o[0] || (o[0] = (d) => r.show = d),
@@ -780,7 +780,7 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
780
780
  onClose: o[1] || (o[1] = (d) => p.$emit("update:modelValue", !1)),
781
781
  class: "ik-file-preview"
782
782
  }, {
783
- default: L(() => [
783
+ default: T(() => [
784
784
  r.show ? (n(), a("iframe", {
785
785
  key: 0,
786
786
  ref_key: "freamRef",
@@ -790,7 +790,7 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
790
790
  frameborder: "0",
791
791
  allowfullscreen: "",
792
792
  seamless: ""
793
- }, null, 8, m6)) : y("v-if", !0)
793
+ }, null, 8, g6)) : y("v-if", !0)
794
794
  ]),
795
795
  _: 1
796
796
  /* STABLE */
@@ -802,15 +802,15 @@ const t3 = (t) => t.replace(/=/g, "").replace(/[+\/]/g, (e) => e == "+" ? "-" :
802
802
  };
803
803
  }
804
804
  });
805
- const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex justify-center line-height-[0]" }, x6 = {
805
+ const w6 = U(m6), k6 = { class: "ik-svg-icon ik-icon inline-block inline-flex justify-center line-height-[0]" }, y6 = {
806
806
  key: 1,
807
807
  class: "h-[1em] w-[1em]",
808
808
  "aria-hidden": "true"
809
- }, z6 = ["xlink:href"], F6 = ["src"], b6 = {
809
+ }, x6 = ["xlink:href"], z6 = ["src"], F6 = {
810
810
  key: 1,
811
811
  class: "h-[1em] w-[1em]",
812
812
  "aria-hidden": "true"
813
- }, V6 = ["xlink:href"], C6 = ["src"], $6 = /* @__PURE__ */ M({
813
+ }, b6 = ["xlink:href"], V6 = ["src"], C6 = /* @__PURE__ */ M({
814
814
  name: "IkSvgIcon",
815
815
  __name: "index",
816
816
  props: {
@@ -856,7 +856,7 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
856
856
  padding: e.padding,
857
857
  ...e.color && s.value !== "iksig" ? {
858
858
  "--ik-color-icon-dark": e.color,
859
- "--ik-color-icon-light": X.setOpacity(e.color, e.opacity || 0.4)
859
+ "--ik-color-icon-light": Y.setOpacity(e.color, e.opacity || 0.4)
860
860
  } : {},
861
861
  ...e.type === "primary" || e.primary ? {
862
862
  "--ik-color-icon-dark": "var(--ik-theme-color)",
@@ -870,8 +870,8 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
870
870
  };
871
871
  });
872
872
  return (l, r) => {
873
- const f = T("el-tooltip");
874
- return n(), a("span", y6, [
873
+ const f = P("el-tooltip");
874
+ return n(), a("span", k6, [
875
875
  l.notip || !l.title ? (n(), a(
876
876
  "i",
877
877
  {
@@ -901,24 +901,24 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
901
901
  null,
902
902
  6
903
903
  /* CLASS, STYLE */
904
- )) : s.value === "svg" ? (n(), a("svg", x6, [
904
+ )) : s.value === "svg" ? (n(), a("svg", y6, [
905
905
  i("use", {
906
906
  "xlink:href": `#${l.name}`
907
- }, null, 8, z6)
907
+ }, null, 8, x6)
908
908
  ])) : s.value === "img" ? (n(), a("img", {
909
909
  key: 2,
910
910
  src: l.name,
911
911
  class: "h-[1em] w-[1em]"
912
- }, null, 8, F6)) : y("v-if", !0)
912
+ }, null, 8, z6)) : y("v-if", !0)
913
913
  ],
914
914
  6
915
915
  /* CLASS, STYLE */
916
- )) : (n(), K(f, {
916
+ )) : (n(), q(f, {
917
917
  key: 1,
918
918
  content: l.title,
919
919
  placement: "right"
920
920
  }, {
921
- default: L(() => [
921
+ default: T(() => [
922
922
  i(
923
923
  "i",
924
924
  {
@@ -945,15 +945,15 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
945
945
  null,
946
946
  6
947
947
  /* CLASS, STYLE */
948
- )) : s.value === "svg" ? (n(), a("svg", b6, [
948
+ )) : s.value === "svg" ? (n(), a("svg", F6, [
949
949
  i("use", {
950
950
  "xlink:href": `#${l.name}`
951
- }, null, 8, V6)
951
+ }, null, 8, b6)
952
952
  ])) : s.value === "img" ? (n(), a("img", {
953
953
  key: 2,
954
954
  src: l.name,
955
955
  class: "h-[1em] w-[1em]"
956
- }, null, 8, C6)) : y("v-if", !0)
956
+ }, null, 8, V6)) : y("v-if", !0)
957
957
  ],
958
958
  6
959
959
  /* CLASS, STYLE */
@@ -965,13 +965,13 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
965
965
  ]);
966
966
  };
967
967
  }
968
- }), B = U($6), B6 = (t) => (R("data-v-170abcfc"), t = t(), G(), t), M6 = {
968
+ }), B = U(C6), $6 = (t) => (G("data-v-170abcfc"), t = t(), X(), t), B6 = {
969
969
  key: 0,
970
970
  class: "preview-files"
971
- }, S6 = {
971
+ }, M6 = {
972
972
  class: "flex",
973
973
  style: { width: "80%", "align-items": "center" }
974
- }, H6 = ["onClick"], U6 = ["title"], A6 = { style: { color: "#b8c6d9" } }, I6 = ["onClick"], D6 = /* @__PURE__ */ B6(() => /* @__PURE__ */ i(
974
+ }, S6 = ["onClick"], H6 = ["title"], U6 = { style: { color: "#b8c6d9" } }, A6 = ["onClick"], I6 = /* @__PURE__ */ $6(() => /* @__PURE__ */ i(
975
975
  "span",
976
976
  null,
977
977
  "预览",
@@ -980,7 +980,7 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
980
980
  )), j6 = {
981
981
  key: 1,
982
982
  class: "flex preview-img"
983
- }, E6 = /* @__PURE__ */ M({
983
+ }, D6 = /* @__PURE__ */ M({
984
984
  __name: "IKDetailPreviewFiles",
985
985
  props: {
986
986
  // 文件列表 [{originName:'',path:'',fileSize:''}] //文件大小
@@ -1011,7 +1011,7 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
1011
1011
  },
1012
1012
  setup(t) {
1013
1013
  const e = t, s = V(e.fileList);
1014
- q(
1014
+ R(
1015
1015
  () => e.fileList,
1016
1016
  (o) => {
1017
1017
  o && (s.value = o);
@@ -1032,13 +1032,13 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
1032
1032
  return (u = o == null ? void 0 : o.suffix) != null && u.includes("pdf") ? "#FA4E4E" : (d = o == null ? void 0 : o.suffix) != null && d.includes("doc") ? "#2c69e0" : (_ = o.suffix) != null && _.includes("xls") ? "#39BFBF" : (g = o.suffix) != null && g.includes("txt") ? "#2c69e0" : (h = o.suffix) != null && h.includes("zip") ? "#FF9000" : "#32CD79";
1033
1033
  }, p = (o) => {
1034
1034
  const u = document.createElement("a");
1035
- u.href = Y.assembleUrl(e.loadUrl, o.url), u.download = o.name, u.click();
1035
+ u.href = Z.assembleUrl(e.loadUrl, o.url), u.download = o.name, u.click();
1036
1036
  };
1037
1037
  return (o, u) => {
1038
1038
  var _, g;
1039
- const d = T("el-image");
1039
+ const d = P("el-image");
1040
1040
  return n(), a("div", null, [
1041
- e.fileType === "file" ? (n(), a("div", M6, [
1041
+ e.fileType === "file" ? (n(), a("div", B6, [
1042
1042
  (n(!0), a(
1043
1043
  C,
1044
1044
  null,
@@ -1053,7 +1053,7 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
1053
1053
  })
1054
1054
  },
1055
1055
  [
1056
- i("div", S6, [
1056
+ i("div", M6, [
1057
1057
  w(k(B), {
1058
1058
  name: f(h),
1059
1059
  style: x(`color:${v(h)}`),
@@ -1061,27 +1061,27 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
1061
1061
  }, null, 8, ["name", "style"]),
1062
1062
  i("div", {
1063
1063
  class: "file-name",
1064
- onClick: (O) => p(h)
1064
+ onClick: (N) => p(h)
1065
1065
  }, [
1066
1066
  i("p", {
1067
1067
  title: h.name
1068
- }, $(h.name), 9, U6),
1068
+ }, $(h.name), 9, H6),
1069
1069
  i(
1070
1070
  "p",
1071
- A6,
1071
+ U6,
1072
1072
  $((h.size / 1024).toFixed(2)) + "KB",
1073
1073
  1
1074
1074
  /* TEXT */
1075
1075
  )
1076
- ], 8, H6)
1076
+ ], 8, S6)
1077
1077
  ]),
1078
1078
  i("div", {
1079
1079
  class: "file-preview",
1080
- onClick: (O) => r(h)
1080
+ onClick: (N) => r(h)
1081
1081
  }, [
1082
1082
  w(k(B), { name: "iksvg_yulan" }),
1083
- D6
1084
- ], 8, I6)
1083
+ I6
1084
+ ], 8, A6)
1085
1085
  ],
1086
1086
  4
1087
1087
  /* STYLE */
@@ -1109,7 +1109,7 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
1109
1109
  /* KEYED_FRAGMENT */
1110
1110
  ))
1111
1111
  ])) : y("v-if", !0),
1112
- w(k(k6), {
1112
+ w(k(w6), {
1113
1113
  modelValue: c.value,
1114
1114
  "onUpdate:modelValue": u[0] || (u[0] = (h) => c.value = h),
1115
1115
  "load-url": e.loadUrl,
@@ -1121,8 +1121,8 @@ const k6 = U(w6), y6 = { class: "ik-svg-icon ik-icon inline-block inline-flex ju
1121
1121
  };
1122
1122
  }
1123
1123
  });
1124
- const L6 = /* @__PURE__ */ J(E6, [["__scopeId", "data-v-170abcfc"]]), N6 = U(L6);
1124
+ const E6 = /* @__PURE__ */ Q(D6, [["__scopeId", "data-v-170abcfc"]]), O6 = U(E6);
1125
1125
  export {
1126
- N6 as IKDetailPreviewFiles,
1127
- N6 as default
1126
+ O6 as IKDetailPreviewFiles,
1127
+ O6 as default
1128
1128
  };
@@ -1 +1 @@
1
- (function(m,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("iking-utils-pro"),require("element-plus")):typeof define=="function"&&define.amd?define(["exports","vue","iking-utils-pro","element-plus"],e):(m=typeof globalThis<"u"?globalThis:m||self,e(m.index={},m.Vue,m["iking-utils-pro"],m["element-plus"]))})(this,function(m,e,B,C){"use strict";const y=(o,t)=>{if(o.install=l=>{for(const c of[o,...Object.values(t??{})])l.component(c.name,c)},t)for(const[l,c]of Object.entries(t))o[l]=c;return o},$=(o,t)=>{const l=o.__vccOpts||o;for(const[c,s]of t)l[c]=s;return l},S=(o,t=2)=>{const l=o/1024;return l>1024?(l/1024).toFixed(t)+"MB":l.toFixed(t)+"KB"},z=(o,t)=>t?t.startsWith("http")?t:`${o}${t}`:"",T3="",M=typeof btoa=="function",x=typeof Buffer=="function";typeof TextDecoder=="function"&&new TextDecoder;const F=typeof TextEncoder=="function"?new TextEncoder:void 0,H="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",g=Array.prototype.slice.call(H);(o=>{let t={};return o.forEach((l,c)=>t[l]=c),t})(g);const _=String.fromCharCode.bind(String);typeof Uint8Array.from=="function"&&Uint8Array.from.bind(Uint8Array);const U=o=>o.replace(/=/g,"").replace(/[+\/]/g,t=>t=="+"?"-":"_"),E=M?o=>btoa(o):x?o=>Buffer.from(o,"binary").toString("base64"):o=>{let t,l,c,s,i="";const h=o.length%3;for(let f=0;f<o.length;){if((l=o.charCodeAt(f++))>255||(c=o.charCodeAt(f++))>255||(s=o.charCodeAt(f++))>255)throw new TypeError("invalid character found");t=l<<16|c<<8|s,i+=g[t>>18&63]+g[t>>12&63]+g[t>>6&63]+g[t&63]}return h?i.slice(0,h-3)+"===".substring(h):i},A=x?o=>Buffer.from(o).toString("base64"):o=>{let l=[];for(let c=0,s=o.length;c<s;c+=4096)l.push(_.apply(null,o.subarray(c,c+4096)));return E(l.join(""))},D=o=>{if(o.length<2){var t=o.charCodeAt(0);return t<128?o:t<2048?_(192|t>>>6)+_(128|t&63):_(224|t>>>12&15)+_(128|t>>>6&63)+_(128|t&63)}else{var t=65536+(o.charCodeAt(0)-55296)*1024+(o.charCodeAt(1)-56320);return _(240|t>>>18&7)+_(128|t>>>12&63)+_(128|t>>>6&63)+_(128|t&63)}},I=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,j=o=>o.replace(I,D),v=x?o=>Buffer.from(o,"utf8").toString("base64"):F?o=>A(F.encode(o)):o=>E(j(o)),T=(o,t=!1)=>t?U(v(o)):v(o),L=(o,t)=>{var s,i,h,f,p;const l=(s=o==null?void 0:o.response)!=null&&s.data?b((h=(i=o==null?void 0:o.response)==null?void 0:i.data)==null?void 0:h.suffix):((f=o.raw)==null?void 0:f.type)||b(o[t.suffix]),c=((p=o.raw)==null?void 0:p.name)||o[t.name];return l!=null&&l.includes("sheet")||l!=null&&l.includes("excel")?"excel":l!=null&&l.includes("zip")||l==="application/x-compressed"?"zip":l!=null&&l.includes("image")?"image":l!=null&&l.includes("video")?"video":l!=null&&l.includes("audio")?"audio":l!=null&&l.includes("pdf")?"pdf":l!=null&&l.includes("text")||l!=null&&l.includes("txt")?"txt":l!=null&&l.includes("word")?"word":c!=null&&c.includes("ppt")?"ppt":c!=null&&c.includes("exe")?"exe":c!=null&&c.includes("json")?"json":"unknow"},b=o=>{const t=o==null?void 0:o.toLocaleLowerCase();switch(t!=null&&t.startsWith(".")?t:`.${t}`){case".doc":case".docx":case".docxf":case".docm":case".dot":case".dotm":case".dotx":case".epub":case".fodt":case".htm":case".html":case".mht":case".odt":case".ott":case".rtf":case".txt":case".djvu":case".oxps":case".oform":case".fb2":case".xml":case".xps":return"word";case".csv":case".xls":case".xlsx":case".fods":case".ods":case".ots":case".xlsb":case".xlsm":case".xlt":case".xltm":case".xltx":return"excel";case".fodp":case".odp":case".otp":case".pot":case".potm":case".potx":case".pps":case".ppsm":case".ppsx":case".ppt":case".pptm":case".pptx":return"ppt";case".zip":case".rar":case".7z":case".apz":case".ar":case".bz":case".car":case".dar":case".cpgz":case".f":case".ha":case".hbc":case".hbc2":case".hbe":case".hpk":case".hyp":return"zip";case".png":case".jpg":case".jpeg":case".bmp":case".gif":case".webp":case".psd":case".svg":case".tiff":return"image";case".avi":case".wmv":case".mpeg":case".mp4":case".mpm4v":case".mov":case".asf":case".flv":case".f4v":case".rmvb":case".rm":case".3gp":case".vob":return"video";case"audio":return"audio";case".txt":return"txt";case".pdf":return"pdf";case o:case"":return"unknow"}},P={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"},O=[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)],q={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"},K=[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)],W={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"},R=[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)],G={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"},X=[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)],Y={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"},Z=[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)],J={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"},Q=[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)],e3={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"},t3=[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)],l3={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"},o3=[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)],s3={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"},n3=[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)],c3={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"},i3=[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)],a3={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"},r3=[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)],d3={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"},h3=[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)],p3=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(o){const t=o,l=e.computed(()=>t.file?L(t.file,t.fields):t.type);return(c,s)=>l.value==="image"?(e.openBlock(),e.createElementBlock("svg",P,O)):l.value==="zip"?(e.openBlock(),e.createElementBlock("svg",q,K)):l.value==="ppt"?(e.openBlock(),e.createElementBlock("svg",W,R)):l.value==="word"?(e.openBlock(),e.createElementBlock("svg",G,X)):l.value==="pdf"?(e.openBlock(),e.createElementBlock("svg",Y,Z)):l.value==="txt"?(e.openBlock(),e.createElementBlock("svg",J,Q)):l.value==="audio"?(e.openBlock(),e.createElementBlock("svg",e3,t3)):l.value==="video"?(e.openBlock(),e.createElementBlock("svg",l3,o3)):l.value==="excel"?(e.openBlock(),e.createElementBlock("svg",s3,n3)):l.value==="exe"?(e.openBlock(),e.createElementBlock("svg",c3,i3)):l.value==="json"?(e.openBlock(),e.createElementBlock("svg",a3,r3)):(e.openBlock(),e.createElementBlock("svg",d3,h3))}}),f3={key:0,class:"iking-privew-annex"},m3=["onClick"],_3={class:"text"},u3={class:"fileName"},k3={class:"size"},g3={class:"operator"},w3=["src"],y3=e.defineComponent({__name:"IkPreviewFile",props:{list:{type:Array,default:()=>[]},kkUrl:{required:!0,type:String,default:""},url:{required:!0,type:String,default:""},loadUrl:{type:String,default:""},field:{required:!0,type:Object,default:()=>({name:"attachmentName",url:"attachmentId",suffix:"attachmentSuffix",size:"attachmentSize"})}},setup(o){const t=o,l=e.computed(()=>({name:"name",url:"url",suffix:"suffix",size:"size",...t.field})),c=e.ref(null),s=e.computed(()=>{var n,r,a;if(!t.kkUrl||!((n=i.data)!=null&&n[l.value.url]))return"";const p=t.loadUrl?t.loadUrl:location.href;return`${t.kkUrl}/onlinePreview?url=${encodeURIComponent(T(`${z(p,(r=i.data)==null?void 0:r[l.value.url])}&fullfilename=${(a=i.data)==null?void 0:a[l.value.name]}`))}`}),i=e.reactive({show:!1,data:{}}),h=p=>{i.data=p,i.show=!0},f=p=>{window.open(z(t.loadUrl,p[l.value.url]))};return(p,n)=>{var r;return e.openBlock(),e.createElementBlock(e.Fragment,null,[(r=o.list)!=null&&r.length?(e.openBlock(),e.createElementBlock("div",f3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.list,(a,u)=>(e.openBlock(),e.createElementBlock("div",{class:"file-card",key:u,onClick:k=>h(a)},[e.createVNode(p3,{file:a,class:"ikui-w-50 ikui-h-50",field:{name:"attachmentName",url:"attachmentId",suffix:"attachmentSuffix"}},null,8,["file"]),e.createElementVNode("div",_3,[e.createElementVNode("div",u3,e.toDisplayString(a[l.value.name]),1),e.createElementVNode("div",k3,e.toDisplayString(e.unref(S)(a[l.value.size])),1)]),e.createElementVNode("div",g3,[e.createVNode(e.unref(w),{name:"iksvg_daochu",onClick:e.withModifiers(k=>f(a),["stop"]),bg:"",size:"default"},null,8,["onClick"]),e.createVNode(e.unref(w),{name:"iksvg_yulan",bg:"",size:"default"})])],8,m3))),128))])):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(C.ElDialog),{fullscreen:"",modelValue:i.show,"onUpdate:modelValue":n[0]||(n[0]=a=>i.show=a),"destroy-on-close":"","append-to-body":"","modal-class":"ik-file-preview-modal",onClose:n[1]||(n[1]=a=>p.$emit("update:modelValue",!1)),class:"ik-file-preview"},{default:e.withCtx(()=>[i.show?(e.openBlock(),e.createElementBlock("iframe",{key:0,ref_key:"freamRef",ref:c,"cross-origin":"",src:s.value,frameborder:"0",allowfullscreen:"",seamless:""},null,8,w3)):e.createCommentVNode("v-if",!0)]),_:1},8,["modelValue"])],64)}}}),w6="",x3=y(y3),V3={class:"ik-svg-icon ik-icon inline-block inline-flex justify-center line-height-[0]"},B3={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},z3=["xlink:href"],F3=["src"],E3={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},v3=["xlink:href"],b3=["src"],w=y(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},notip:{type:Boolean,default:!1},title:{},type:{},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},setup(o){const t=o,l=e.computed(()=>{var s,i;return/^http?:\/\//.test(t.name)?"img":/i-[^:]+:[^:]+/.test(t.name)?"unocss":(s=t.name)!=null&&s.startsWith("iksig")?"iksig":(i=t.name)!=null&&i.includes(":")?"iconify":"svg"}),c=e.computed(()=>{const s=[];if(t.flip)switch(t.flip){case"horizontal":s.push("rotateY(180deg)");break;case"vertical":s.push("rotateX(180deg)");break;case"both":s.push("rotateX(180deg)"),s.push("rotateY(180deg)");break}return t.rotate&&s.push(`rotate(${t.rotate%360}deg)`),{...t.color&&{color:t.color},...t.size&&{fontSize:typeof t.size=="number"?`${t.size}px`:t.size},...s.length&&{transform:s.join(" ")},padding:t.padding,...t.color&&l.value!=="iksig"?{"--ik-color-icon-dark":t.color,"--ik-color-icon-light":B.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"?{"--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)"}:{}}});return(s,i)=>{const h=e.resolveComponent("el-tooltip");return e.openBlock(),e.createElementBlock("span",V3,[s.notip||!s.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",{[s.name]:l.value==="unocss","show-bg":s.showBg||s.bg,default:s.size==="default",small:s.size==="small",big:s.size==="big",warning:s.warning,primary:s.primary,active:s.active,disabled:s.disabled}]),style:e.normalizeStyle(c.value)},[e.createCommentVNode(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),l.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${s.name}`),style:e.normalizeStyle(c.value)},null,6)):l.value==="svg"?(e.openBlock(),e.createElementBlock("svg",B3,[e.createElementVNode("use",{"xlink:href":`#${s.name}`},null,8,z3)])):l.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:s.name,class:"h-[1em] w-[1em]"},null,8,F3)):e.createCommentVNode("v-if",!0)],6)):(e.openBlock(),e.createBlock(h,{key:1,content:s.title,placement:"right"},{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",{[s.name]:l.value==="unocss","show-bg":s.showBg||s.bg,default:s.size==="default",primary:s.primary,small:s.size==="small",big:s.size==="big",warning:s.warning,active:s.active}]),style:e.normalizeStyle(c.value)},[l.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${s.name}`),style:e.normalizeStyle(c.value)},null,6)):l.value==="svg"?(e.openBlock(),e.createElementBlock("svg",E3,[e.createElementVNode("use",{"xlink:href":`#${s.name}`},null,8,v3)])):l.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:s.name,class:"h-[1em] w-[1em]"},null,8,b3)):e.createCommentVNode("v-if",!0)],6)]),_:1},8,["content"]))])}}})),N3=o=>(e.pushScopeId("data-v-170abcfc"),o=o(),e.popScopeId(),o),C3={key:0,class:"preview-files"},$3={class:"flex",style:{width:"80%","align-items":"center"}},S3=["onClick"],M3=["title"],H3={style:{color:"#b8c6d9"}},U3=["onClick"],A3=N3(()=>e.createElementVNode("span",null,"预览",-1)),D3={key:1,class:"flex preview-img"},I3=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(o){const t=o,l=e.ref(t.fileList);e.watch(()=>t.fileList,n=>{n&&(l.value=n)},{immediate:!0});const c=e.ref(!1),s=e.ref({}),i=n=>{s.value={url:n.url,name:n.name},c.value=!0},h=n=>{var r,a,u,k,d;return(r=n==null?void 0:n.suffix)!=null&&r.includes("pdf")?"iksvg_pdf":(a=n==null?void 0:n.suffix)!=null&&a.includes("doc")?"iksvg_word":(u=n==null?void 0:n.suffix)!=null&&u.includes("xls")?"iksvg_excel":(k=n==null?void 0:n.suffix)!=null&&k.includes("mov")?"iksvg_mov":(d=n==null?void 0:n.suffix)!=null&&d.includes("zip")?"iksvg_zip":"icon-jpg"},f=n=>{var r,a,u,k,d;return(r=n==null?void 0:n.suffix)!=null&&r.includes("pdf")?"#FA4E4E":(a=n==null?void 0:n.suffix)!=null&&a.includes("doc")?"#2c69e0":(u=n.suffix)!=null&&u.includes("xls")?"#39BFBF":(k=n.suffix)!=null&&k.includes("txt")?"#2c69e0":(d=n.suffix)!=null&&d.includes("zip")?"#FF9000":"#32CD79"},p=n=>{const r=document.createElement("a");r.href=B.ikUrl.assembleUrl(t.loadUrl,n.url),r.download=n.name,r.click()};return(n,r)=>{var u,k;const a=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(l.value,(d,V)=>(e.openBlock(),e.createElementBlock("div",{key:V,class:"files-item",style:e.normalizeStyle({width:t.fileWidth,"margin-right":t.fileWidth==="100%"?"0px":""})},[e.createElementVNode("div",$3,[e.createVNode(e.unref(w),{name:h(d),style:e.normalizeStyle(`color:${f(d)}`),size:36},null,8,["name","style"]),e.createElementVNode("div",{class:"file-name",onClick:j3=>p(d)},[e.createElementVNode("p",{title:d.name},e.toDisplayString(d.name),9,M3),e.createElementVNode("p",H3,e.toDisplayString((d.size/1024).toFixed(2))+"KB",1)],8,S3)]),e.createElementVNode("div",{class:"file-preview",onClick:j3=>i(d)},[e.createVNode(e.unref(w),{name:"iksvg_yulan"}),A3],8,U3)],4))),128))])):e.createCommentVNode("v-if",!0),t.fileType==="img"?(e.openBlock(),e.createElementBlock("div",D3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,(d,V)=>(e.openBlock(),e.createElementBlock("div",{key:V,class:"preview-img"},[e.createVNode(a,{class:"show-img",src:o.loadUrl+d.url,"preview-src-list":[o.loadUrl+d.url],fit:"cover"},null,8,["src","preview-src-list"])]))),128))])):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(x3),{modelValue:c.value,"onUpdate:modelValue":r[0]||(r[0]=d=>c.value=d),"load-url":t.loadUrl,url:(u=s.value)==null?void 0:u.url,"kk-url":o.kkUrl,"file-name":(k=s.value)==null?void 0:k.name},null,8,["modelValue","load-url","url","kk-url","file-name"])])}}}),x6="",N=y($(I3,[["__scopeId","data-v-170abcfc"]]));m.IKDetailPreviewFiles=N,m.default=N,Object.defineProperties(m,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
1
+ (function(m,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("iking-utils-pro"),require("element-plus")):typeof define=="function"&&define.amd?define(["exports","vue","iking-utils-pro","element-plus"],e):(m=typeof globalThis<"u"?globalThis:m||self,e(m.index={},m.Vue,m["iking-utils-pro"],m["element-plus"]))})(this,function(m,e,z,$){"use strict";const y=(o,t)=>{if(o.install=l=>{for(const c of[o,...Object.values(t??{})])l.component(c.name,c)},t)for(const[l,c]of Object.entries(t))o[l]=c;return o},S=(o,t)=>{const l=o.__vccOpts||o;for(const[c,s]of t)l[c]=s;return l},M=(o,t=2)=>{const l=o/1024;return l>1024?(l/1024).toFixed(t)+"MB":l.toFixed(t)+"KB"},B=(o,t)=>t?t.startsWith("http")?t:`${o}${t}`:"",j3="",H=typeof btoa=="function",V=typeof Buffer=="function";typeof TextDecoder=="function"&&new TextDecoder;const F=typeof TextEncoder=="function"?new TextEncoder:void 0,U="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",k=Array.prototype.slice.call(U);(o=>{let t={};return o.forEach((l,c)=>t[l]=c),t})(k);const _=String.fromCharCode.bind(String);typeof Uint8Array.from=="function"&&Uint8Array.from.bind(Uint8Array);const A=o=>o.replace(/=/g,"").replace(/[+\/]/g,t=>t=="+"?"-":"_"),E=H?o=>btoa(o):V?o=>Buffer.from(o,"binary").toString("base64"):o=>{let t,l,c,s,i="";const h=o.length%3;for(let f=0;f<o.length;){if((l=o.charCodeAt(f++))>255||(c=o.charCodeAt(f++))>255||(s=o.charCodeAt(f++))>255)throw new TypeError("invalid character found");t=l<<16|c<<8|s,i+=k[t>>18&63]+k[t>>12&63]+k[t>>6&63]+k[t&63]}return h?i.slice(0,h-3)+"===".substring(h):i},I=V?o=>Buffer.from(o).toString("base64"):o=>{let l=[];for(let c=0,s=o.length;c<s;c+=4096)l.push(_.apply(null,o.subarray(c,c+4096)));return E(l.join(""))},D=o=>{if(o.length<2){var t=o.charCodeAt(0);return t<128?o:t<2048?_(192|t>>>6)+_(128|t&63):_(224|t>>>12&15)+_(128|t>>>6&63)+_(128|t&63)}else{var t=65536+(o.charCodeAt(0)-55296)*1024+(o.charCodeAt(1)-56320);return _(240|t>>>18&7)+_(128|t>>>12&63)+_(128|t>>>6&63)+_(128|t&63)}},j=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,T=o=>o.replace(j,D),v=V?o=>Buffer.from(o,"utf8").toString("base64"):F?o=>I(F.encode(o)):o=>E(T(o)),L=(o,t=!1)=>t?A(v(o)):v(o),b=(o,t)=>{var s,i,h,f,p;console.log("file: ",o,t);const l=(s=o==null?void 0:o.response)!=null&&s.data?N((h=(i=o==null?void 0:o.response)==null?void 0:i.data)==null?void 0:h.suffix):((f=o.raw)==null?void 0:f.type)||N(o[t.suffix]),c=((p=o.raw)==null?void 0:p.name)||o[t.name];return l!=null&&l.includes("sheet")||l!=null&&l.includes("excel")?"excel":l!=null&&l.includes("zip")||l==="application/x-compressed"?"zip":l!=null&&l.includes("image")?"image":l!=null&&l.includes("video")?"video":l!=null&&l.includes("audio")?"audio":l!=null&&l.includes("pdf")?"pdf":l!=null&&l.includes("text")||l!=null&&l.includes("txt")?"txt":l!=null&&l.includes("word")?"word":c!=null&&c.includes("ppt")?"ppt":c!=null&&c.includes("exe")?"exe":c!=null&&c.includes("json")?"json":"unknow"},N=o=>{const t=o==null?void 0:o.toLocaleLowerCase();switch(t!=null&&t.startsWith(".")?t:`.${t}`){case".doc":case".docx":case".docxf":case".docm":case".dot":case".dotm":case".dotx":case".epub":case".fodt":case".htm":case".html":case".mht":case".odt":case".ott":case".rtf":case".txt":case".djvu":case".oxps":case".oform":case".fb2":case".xml":case".xps":return"word";case".csv":case".xls":case".xlsx":case".fods":case".ods":case".ots":case".xlsb":case".xlsm":case".xlt":case".xltm":case".xltx":return"excel";case".fodp":case".odp":case".otp":case".pot":case".potm":case".potx":case".pps":case".ppsm":case".ppsx":case".ppt":case".pptm":case".pptx":return"ppt";case".zip":case".rar":case".7z":case".apz":case".ar":case".bz":case".car":case".dar":case".cpgz":case".f":case".ha":case".hbc":case".hbc2":case".hbe":case".hpk":case".hyp":return"zip";case".png":case".jpg":case".jpeg":case".bmp":case".gif":case".webp":case".psd":case".svg":case".tiff":return"image";case".avi":case".wmv":case".mpeg":case".mp4":case".mpm4v":case".mov":case".asf":case".flv":case".f4v":case".rmvb":case".rm":case".3gp":case".vob":return"video";case"audio":return"audio";case".txt":return"txt";case".pdf":return"pdf";case o:case"":return"unknow"}},P={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"},O=[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)],q={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"},K=[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)],W={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"},R=[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)],G={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"},X=[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)],Y={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"},Z=[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)],J={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"},Q=[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)],e3={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"},t3=[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)],l3={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"},o3=[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)],s3={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"},n3=[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)],c3={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"},i3=[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)],a3={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"},r3=[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)],d3={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"},h3=[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)],p3=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(o){const t=o,l=e.computed(()=>(console.log(b(t.file,t.fields)),t.file?b(t.file,t.fields):t.type));return(c,s)=>l.value==="image"?(e.openBlock(),e.createElementBlock("svg",P,O)):l.value==="zip"?(e.openBlock(),e.createElementBlock("svg",q,K)):l.value==="ppt"?(e.openBlock(),e.createElementBlock("svg",W,R)):l.value==="word"?(e.openBlock(),e.createElementBlock("svg",G,X)):l.value==="pdf"?(e.openBlock(),e.createElementBlock("svg",Y,Z)):l.value==="txt"?(e.openBlock(),e.createElementBlock("svg",J,Q)):l.value==="audio"?(e.openBlock(),e.createElementBlock("svg",e3,t3)):l.value==="video"?(e.openBlock(),e.createElementBlock("svg",l3,o3)):l.value==="excel"?(e.openBlock(),e.createElementBlock("svg",s3,n3)):l.value==="exe"?(e.openBlock(),e.createElementBlock("svg",c3,i3)):l.value==="json"?(e.openBlock(),e.createElementBlock("svg",a3,r3)):(e.openBlock(),e.createElementBlock("svg",d3,h3))}}),f3=["onClick"],m3={class:"text"},_3={class:"fileName"},u3={class:"size"},g3={class:"flex align-center"},k3=["src"],w3=e.defineComponent({__name:"IkPreviewFile",props:{list:{type:Array,default:()=>[]},kkUrl:{required:!0,type:String,default:""},url:{required:!0,type:String,default:""},loadUrl:{type:String,default:""},field:{required:!0,type:Object,default:()=>({name:"attachmentName",url:"attachmentId",suffix:"attachmentSuffix",size:"attachmentSize"})}},setup(o){const t=o,l=e.computed(()=>({name:"name",url:"url",suffix:"suffix",size:"size",...t.field})),c=e.ref(null),s=e.computed(()=>{var n,r,a;if(!t.kkUrl||!((n=i.data)!=null&&n[l.value.url]))return"";const p=t.loadUrl?t.loadUrl:location.href;return`${t.kkUrl}/onlinePreview?url=${encodeURIComponent(L(`${B(p,(r=i.data)==null?void 0:r[l.value.url])}&fullfilename=${(a=i.data)==null?void 0:a[l.value.name]}`))}`}),i=e.reactive({show:!1,data:{}}),h=p=>{i.data=p,i.show=!0},f=p=>{window.open(B(t.loadUrl,p[l.value.url]))};return(p,n)=>{var r;return e.openBlock(),e.createElementBlock(e.Fragment,null,[(r=o.list)!=null&&r.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.list,(a,u)=>(e.openBlock(),e.createElementBlock("div",{class:"iking-privew-annex",key:u},[e.createElementVNode("div",{class:"file-card",onClick:g=>h(a)},[e.createVNode(p3,{file:a,class:"ikui-w-50 ikui-h-50",fields:{name:"attachmentName",url:"attachmentId",suffix:"attachmentSuffix"}},null,8,["file"]),e.createElementVNode("div",m3,[e.createElementVNode("div",_3,e.toDisplayString(a[l.value.name]),1),e.createElementVNode("div",u3,e.toDisplayString(e.unref(M)(a[l.value.size])),1)]),e.createElementVNode("div",g3,[e.createVNode(e.unref(w),{name:"iksvg_daochu",onClick:e.withModifiers(g=>f(a),["stop"]),bg:"",size:"default"},null,8,["onClick"]),e.createVNode(e.unref(w),{name:"iksvg_yulan",bg:"",size:"default"})])],8,f3)]))),128)):e.createCommentVNode("v-if",!0),e.createVNode(e.unref($.ElDialog),{fullscreen:"",modelValue:i.show,"onUpdate:modelValue":n[0]||(n[0]=a=>i.show=a),"destroy-on-close":"","append-to-body":"","modal-class":"ik-file-preview-modal",onClose:n[1]||(n[1]=a=>p.$emit("update:modelValue",!1)),class:"ik-file-preview"},{default:e.withCtx(()=>[i.show?(e.openBlock(),e.createElementBlock("iframe",{key:0,ref_key:"freamRef",ref:c,"cross-origin":"",src:s.value,frameborder:"0",allowfullscreen:"",seamless:""},null,8,k3)):e.createCommentVNode("v-if",!0)]),_:1},8,["modelValue"])],64)}}}),k6="",y3=y(w3),V3={class:"ik-svg-icon ik-icon inline-block inline-flex justify-center line-height-[0]"},x3={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},z3=["xlink:href"],B3=["src"],F3={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},E3=["xlink:href"],v3=["src"],w=y(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},notip:{type:Boolean,default:!1},title:{},type:{},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},setup(o){const t=o,l=e.computed(()=>{var s,i;return/^http?:\/\//.test(t.name)?"img":/i-[^:]+:[^:]+/.test(t.name)?"unocss":(s=t.name)!=null&&s.startsWith("iksig")?"iksig":(i=t.name)!=null&&i.includes(":")?"iconify":"svg"}),c=e.computed(()=>{const s=[];if(t.flip)switch(t.flip){case"horizontal":s.push("rotateY(180deg)");break;case"vertical":s.push("rotateX(180deg)");break;case"both":s.push("rotateX(180deg)"),s.push("rotateY(180deg)");break}return t.rotate&&s.push(`rotate(${t.rotate%360}deg)`),{...t.color&&{color:t.color},...t.size&&{fontSize:typeof t.size=="number"?`${t.size}px`:t.size},...s.length&&{transform:s.join(" ")},padding:t.padding,...t.color&&l.value!=="iksig"?{"--ik-color-icon-dark":t.color,"--ik-color-icon-light":z.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"?{"--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)"}:{}}});return(s,i)=>{const h=e.resolveComponent("el-tooltip");return e.openBlock(),e.createElementBlock("span",V3,[s.notip||!s.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",{[s.name]:l.value==="unocss","show-bg":s.showBg||s.bg,default:s.size==="default",small:s.size==="small",big:s.size==="big",warning:s.warning,primary:s.primary,active:s.active,disabled:s.disabled}]),style:e.normalizeStyle(c.value)},[e.createCommentVNode(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),l.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${s.name}`),style:e.normalizeStyle(c.value)},null,6)):l.value==="svg"?(e.openBlock(),e.createElementBlock("svg",x3,[e.createElementVNode("use",{"xlink:href":`#${s.name}`},null,8,z3)])):l.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:s.name,class:"h-[1em] w-[1em]"},null,8,B3)):e.createCommentVNode("v-if",!0)],6)):(e.openBlock(),e.createBlock(h,{key:1,content:s.title,placement:"right"},{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",{[s.name]:l.value==="unocss","show-bg":s.showBg||s.bg,default:s.size==="default",primary:s.primary,small:s.size==="small",big:s.size==="big",warning:s.warning,active:s.active}]),style:e.normalizeStyle(c.value)},[l.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${s.name}`),style:e.normalizeStyle(c.value)},null,6)):l.value==="svg"?(e.openBlock(),e.createElementBlock("svg",F3,[e.createElementVNode("use",{"xlink:href":`#${s.name}`},null,8,E3)])):l.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:s.name,class:"h-[1em] w-[1em]"},null,8,v3)):e.createCommentVNode("v-if",!0)],6)]),_:1},8,["content"]))])}}})),b3=o=>(e.pushScopeId("data-v-170abcfc"),o=o(),e.popScopeId(),o),N3={key:0,class:"preview-files"},C3={class:"flex",style:{width:"80%","align-items":"center"}},$3=["onClick"],S3=["title"],M3={style:{color:"#b8c6d9"}},H3=["onClick"],U3=b3(()=>e.createElementVNode("span",null,"预览",-1)),A3={key:1,class:"flex preview-img"},I3=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(o){const t=o,l=e.ref(t.fileList);e.watch(()=>t.fileList,n=>{n&&(l.value=n)},{immediate:!0});const c=e.ref(!1),s=e.ref({}),i=n=>{s.value={url:n.url,name:n.name},c.value=!0},h=n=>{var r,a,u,g,d;return(r=n==null?void 0:n.suffix)!=null&&r.includes("pdf")?"iksvg_pdf":(a=n==null?void 0:n.suffix)!=null&&a.includes("doc")?"iksvg_word":(u=n==null?void 0:n.suffix)!=null&&u.includes("xls")?"iksvg_excel":(g=n==null?void 0:n.suffix)!=null&&g.includes("mov")?"iksvg_mov":(d=n==null?void 0:n.suffix)!=null&&d.includes("zip")?"iksvg_zip":"icon-jpg"},f=n=>{var r,a,u,g,d;return(r=n==null?void 0:n.suffix)!=null&&r.includes("pdf")?"#FA4E4E":(a=n==null?void 0:n.suffix)!=null&&a.includes("doc")?"#2c69e0":(u=n.suffix)!=null&&u.includes("xls")?"#39BFBF":(g=n.suffix)!=null&&g.includes("txt")?"#2c69e0":(d=n.suffix)!=null&&d.includes("zip")?"#FF9000":"#32CD79"},p=n=>{const r=document.createElement("a");r.href=z.ikUrl.assembleUrl(t.loadUrl,n.url),r.download=n.name,r.click()};return(n,r)=>{var u,g;const a=e.resolveComponent("el-image");return e.openBlock(),e.createElementBlock("div",null,[t.fileType==="file"?(e.openBlock(),e.createElementBlock("div",N3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,(d,x)=>(e.openBlock(),e.createElementBlock("div",{key:x,class:"files-item",style:e.normalizeStyle({width:t.fileWidth,"margin-right":t.fileWidth==="100%"?"0px":""})},[e.createElementVNode("div",C3,[e.createVNode(e.unref(w),{name:h(d),style:e.normalizeStyle(`color:${f(d)}`),size:36},null,8,["name","style"]),e.createElementVNode("div",{class:"file-name",onClick:D3=>p(d)},[e.createElementVNode("p",{title:d.name},e.toDisplayString(d.name),9,S3),e.createElementVNode("p",M3,e.toDisplayString((d.size/1024).toFixed(2))+"KB",1)],8,$3)]),e.createElementVNode("div",{class:"file-preview",onClick:D3=>i(d)},[e.createVNode(e.unref(w),{name:"iksvg_yulan"}),U3],8,H3)],4))),128))])):e.createCommentVNode("v-if",!0),t.fileType==="img"?(e.openBlock(),e.createElementBlock("div",A3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,(d,x)=>(e.openBlock(),e.createElementBlock("div",{key:x,class:"preview-img"},[e.createVNode(a,{class:"show-img",src:o.loadUrl+d.url,"preview-src-list":[o.loadUrl+d.url],fit:"cover"},null,8,["src","preview-src-list"])]))),128))])):e.createCommentVNode("v-if",!0),e.createVNode(e.unref(y3),{modelValue:c.value,"onUpdate:modelValue":r[0]||(r[0]=d=>c.value=d),"load-url":t.loadUrl,url:(u=s.value)==null?void 0:u.url,"kk-url":o.kkUrl,"file-name":(g=s.value)==null?void 0:g.name},null,8,["modelValue","load-url","url","kk-url","file-name"])])}}}),y6="",C=y(S(I3,[["__scopeId","data-v-170abcfc"]]));m.IKDetailPreviewFiles=C,m.default=C,Object.defineProperties(m,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});