iking-web-ui-pro 0.2.3 → 0.2.5

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.
Files changed (51) hide show
  1. package/dist/IKDetailPreviewFiles/ik.index.es.js +522 -510
  2. package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
  3. package/dist/IKPreviewFile/ik.index.es.js +410 -398
  4. package/dist/IKPreviewFile/ik.index.umd.js +1 -1
  5. package/dist/IkApprovalProcess/ik.index.es.js +1 -0
  6. package/dist/IkApprovalProcess/ik.index.umd.js +1 -1
  7. package/dist/IkApprovalProcess/style.css +1 -1
  8. package/dist/IkApprovalProcessDetail/ik.index.es.js +685 -672
  9. package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
  10. package/dist/IkApprovalProcessDetail/style.css +1 -1
  11. package/dist/IkDescription/ik.index.es.js +417 -405
  12. package/dist/IkDescription/ik.index.umd.js +1 -1
  13. package/dist/IkDescription/style.css +1 -1
  14. package/dist/IkOnlyOffice/ik.index.es.js +59 -58
  15. package/dist/IkOnlyOffice/ik.index.umd.js +1 -1
  16. package/dist/IkPreviewFileDialog/ik.index.es.js +85 -82
  17. package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
  18. package/dist/IkTemplateOfficeConfig/ik.index.es.js +12 -11
  19. package/dist/IkTemplateOfficeConfig/ik.index.umd.js +1 -1
  20. package/dist/IkUploadFile/ik.index.es.js +868 -853
  21. package/dist/IkUploadFile/ik.index.umd.js +1 -1
  22. package/dist/IkUploadFile/style.css +1 -1
  23. package/dist/IkUploadImage/ik.index.es.js +284 -275
  24. package/dist/IkUploadImage/ik.index.umd.js +1 -1
  25. package/dist/IkUploadImage/style.css +1 -1
  26. package/dist/Provider/ik.index.es.js +1607 -0
  27. package/dist/Provider/ik.index.umd.js +17 -0
  28. package/dist/index.es.js +39185 -37575
  29. package/dist/index.umd.js +95 -79
  30. package/dist/src/components/IKDetailPreviewFiles/index.d.ts +1 -1
  31. package/dist/src/components/IKDetailPreviewFiles/src/IKDetailPreviewFiles.vue.d.ts +1 -1
  32. package/dist/src/components/IKPreviewFile/index.d.ts +3 -3
  33. package/dist/src/components/IKPreviewFile/src/IkPreviewFile.vue.d.ts +1 -1
  34. package/dist/src/components/IkApprovalProcess/index.d.ts +1 -1
  35. package/dist/src/components/IkApprovalProcess/src/IKApprovalProcess.vue.d.ts +1 -1
  36. package/dist/src/components/IkDescription/index.d.ts +3 -3
  37. package/dist/src/components/IkDescription/src/IkDescription.vue.d.ts +1 -1
  38. package/dist/src/components/IkPreviewFileDialog/index.d.ts +1 -1
  39. package/dist/src/components/IkPreviewFileDialog/src/IkPreviewFileDialog.vue.d.ts +1 -1
  40. package/dist/src/components/IkTinymce/index.d.ts +1 -1
  41. package/dist/src/components/IkTinymce/src/index.vue.d.ts +1 -1
  42. package/dist/src/components/IkUploadFile/index.d.ts +3 -3
  43. package/dist/src/components/IkUploadFile/src/index.vue.d.ts +1 -1
  44. package/dist/src/components/IkUploadImage/index.d.ts +3 -3
  45. package/dist/src/components/IkUploadImage/src/index.vue.d.ts +1 -1
  46. package/dist/src/components/Provider/ProviderConfig.vue.d.ts +57 -0
  47. package/dist/src/components/Provider/index.d.ts +120 -0
  48. package/dist/src/components/index.d.ts +1 -0
  49. package/dist/src/utils/use-provider.d.ts +8 -0
  50. package/dist/style.css +1 -1
  51. package/package.json +1 -1
@@ -1,93 +1,93 @@
1
- import { defineComponent as k, openBlock as r, createElementBlock as u, createElementVNode as o, computed as I, resolveComponent as x, normalizeClass as v, normalizeStyle as w, createCommentVNode as L, createBlock as V, withCtx as m, createTextVNode as N, toDisplayString as S, mergeModels as A, useModel as se, watch as ne, ref as B, Fragment as D, createVNode as p, unref as h, createSlots as oe, renderSlot as ie, withDirectives as H, vShow as O, renderList as re, pushScopeId as ue, popScopeId as ce } from "vue";
2
- import { ElUpload as de, ElIcon as z, ElImage as pe, ElImageViewer as he, ElMessage as T } from "element-plus";
3
- import { ikColor as me, _ as _e, ikFile as ge } from "iking-utils-pro";
4
- const W = (n, l) => {
5
- if (n.install = (i) => {
6
- for (const c of [n, ...Object.values(l ?? {})])
7
- i.component(c.name, c);
8
- }, l)
9
- for (const [i, c] of Object.entries(l))
10
- n[i] = c;
11
- return n;
1
+ import { defineComponent as $, openBlock as u, createElementBlock as c, createElementVNode as i, inject as L, computed as f, resolveComponent as H, normalizeClass as k, normalizeStyle as z, createCommentVNode as M, createBlock as E, withCtx as g, createTextVNode as P, toDisplayString as U, mergeModels as O, useModel as ie, watch as re, ref as S, Fragment as T, createVNode as h, unref as p, createSlots as ue, renderSlot as ce, withDirectives as N, vShow as W, renderList as de, pushScopeId as pe, popScopeId as he } from "vue";
2
+ import { ElUpload as me, ElIcon as C, ElImage as _e, ElImageViewer as ge, ElMessage as F } from "element-plus";
3
+ import { ikColor as ve, _ as fe, ikFile as ye } from "iking-utils-pro";
4
+ const R = (a, t) => {
5
+ if (a.install = (o) => {
6
+ for (const r of [a, ...Object.values(t ?? {})])
7
+ o.component(r.name, r);
8
+ }, t)
9
+ for (const [o, r] of Object.entries(t))
10
+ a[o] = r;
11
+ return a;
12
12
  };
13
13
  /*! Element Plus Icons Vue v2.3.1 */
14
- var fe = /* @__PURE__ */ k({
14
+ var we = /* @__PURE__ */ $({
15
15
  name: "Close",
16
16
  __name: "close",
17
- setup(n) {
18
- return (l, i) => (r(), u("svg", {
17
+ setup(a) {
18
+ return (t, o) => (u(), c("svg", {
19
19
  xmlns: "http://www.w3.org/2000/svg",
20
20
  viewBox: "0 0 1024 1024"
21
21
  }, [
22
- o("path", {
22
+ i("path", {
23
23
  fill: "currentColor",
24
24
  d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
25
25
  })
26
26
  ]));
27
27
  }
28
- }), ve = fe, ye = /* @__PURE__ */ k({
28
+ }), ke = we, be = /* @__PURE__ */ $({
29
29
  name: "Delete",
30
30
  __name: "delete",
31
- setup(n) {
32
- return (l, i) => (r(), u("svg", {
31
+ setup(a) {
32
+ return (t, o) => (u(), c("svg", {
33
33
  xmlns: "http://www.w3.org/2000/svg",
34
34
  viewBox: "0 0 1024 1024"
35
35
  }, [
36
- o("path", {
36
+ i("path", {
37
37
  fill: "currentColor",
38
38
  d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
39
39
  })
40
40
  ]));
41
41
  }
42
- }), we = ye, ke = /* @__PURE__ */ k({
42
+ }), ze = be, $e = /* @__PURE__ */ $({
43
43
  name: "Download",
44
44
  __name: "download",
45
- setup(n) {
46
- return (l, i) => (r(), u("svg", {
45
+ setup(a) {
46
+ return (t, o) => (u(), c("svg", {
47
47
  xmlns: "http://www.w3.org/2000/svg",
48
48
  viewBox: "0 0 1024 1024"
49
49
  }, [
50
- o("path", {
50
+ i("path", {
51
51
  fill: "currentColor",
52
52
  d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"
53
53
  })
54
54
  ]));
55
55
  }
56
- }), be = ke, ze = /* @__PURE__ */ k({
56
+ }), Ce = $e, Be = /* @__PURE__ */ $({
57
57
  name: "Refresh",
58
58
  __name: "refresh",
59
- setup(n) {
60
- return (l, i) => (r(), u("svg", {
59
+ setup(a) {
60
+ return (t, o) => (u(), c("svg", {
61
61
  xmlns: "http://www.w3.org/2000/svg",
62
62
  viewBox: "0 0 1024 1024"
63
63
  }, [
64
- o("path", {
64
+ i("path", {
65
65
  fill: "currentColor",
66
66
  d: "M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"
67
67
  })
68
68
  ]));
69
69
  }
70
- }), $e = ze, Ce = /* @__PURE__ */ k({
70
+ }), Ie = Be, Le = /* @__PURE__ */ $({
71
71
  name: "ZoomIn",
72
72
  __name: "zoom-in",
73
- setup(n) {
74
- return (l, i) => (r(), u("svg", {
73
+ setup(a) {
74
+ return (t, o) => (u(), c("svg", {
75
75
  xmlns: "http://www.w3.org/2000/svg",
76
76
  viewBox: "0 0 1024 1024"
77
77
  }, [
78
- o("path", {
78
+ i("path", {
79
79
  fill: "currentColor",
80
80
  d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"
81
81
  })
82
82
  ]));
83
83
  }
84
- }), Be = Ce;
85
- const U = (n, l) => {
86
- const i = n.__vccOpts || n;
87
- for (const [c, e] of l)
88
- i[c] = e;
89
- return i;
90
- }, Le = {}, Ie = {
84
+ }), Se = Le;
85
+ const x = (a, t) => {
86
+ const o = a.__vccOpts || a;
87
+ for (const [r, e] of t)
88
+ o[r] = e;
89
+ return o;
90
+ }, Me = {}, Ue = {
91
91
  t: "1686214149488",
92
92
  class: "icon",
93
93
  viewBox: "0 0 1024 1024",
@@ -96,7 +96,7 @@ const U = (n, l) => {
96
96
  "p-id": "8490",
97
97
  width: "200",
98
98
  height: "200"
99
- }, Se = /* @__PURE__ */ o(
99
+ }, Ve = /* @__PURE__ */ i(
100
100
  "path",
101
101
  {
102
102
  d: "M369.569592 512.011256c0-14.328333-11.010775-25.945929-24.591071-25.945929L86.980515 486.065328c-13.580297 0-24.591071 11.618619-24.591071 25.945929 0 14.33038 11.010775 25.947975 24.591071 25.947975l257.998005 0C358.55984 537.959232 369.569592 526.341636 369.569592 512.011256z",
@@ -105,7 +105,7 @@ const U = (n, l) => {
105
105
  null,
106
106
  -1
107
107
  /* HOISTED */
108
- ), Me = /* @__PURE__ */ o(
108
+ ), je = /* @__PURE__ */ i(
109
109
  "path",
110
110
  {
111
111
  d: "M937.019485 486.064304 679.020456 486.064304c-13.580297 0-24.591071 11.618619-24.591071 25.945929 0 14.33038 11.010775 25.947975 24.591071 25.947975l257.999029 0c13.580297 0 24.590048-11.618619 24.590048-25.947975C961.609533 497.682923 950.598758 486.064304 937.019485 486.064304z",
@@ -114,7 +114,7 @@ const U = (n, l) => {
114
114
  null,
115
115
  -1
116
116
  /* HOISTED */
117
- ), Ve = /* @__PURE__ */ o(
117
+ ), Ee = /* @__PURE__ */ i(
118
118
  "path",
119
119
  {
120
120
  d: "M512.011768 62.389956c-13.580297 0-24.590048 11.618619-24.590048 25.945929l0 257.170151c0 14.329357 11.010775 25.946952 24.590048 25.946952s24.591071-11.618619 24.591071-25.946952L536.602839 88.335884C536.602839 74.008574 525.591041 62.389956 512.011768 62.389956z",
@@ -123,7 +123,7 @@ const U = (n, l) => {
123
123
  null,
124
124
  -1
125
125
  /* HOISTED */
126
- ), Ue = /* @__PURE__ */ o(
126
+ ), xe = /* @__PURE__ */ i(
127
127
  "path",
128
128
  {
129
129
  d: "M512.011768 652.544967c-13.580297 0-24.590048 11.618619-24.590048 25.946952l0 257.169127c0 14.33038 11.010775 25.947975 24.590048 25.947975s24.591071-11.618619 24.591071-25.947975L536.602839 678.491918C536.602839 664.162562 525.591041 652.544967 512.011768 652.544967z",
@@ -132,7 +132,7 @@ const U = (n, l) => {
132
132
  null,
133
133
  -1
134
134
  /* HOISTED */
135
- ), je = /* @__PURE__ */ o(
135
+ ), Ae = /* @__PURE__ */ i(
136
136
  "path",
137
137
  {
138
138
  d: "M377.001865 413.125085c4.744048 4.737908 10.818393 7.082302 16.882506 7.082302 6.519484 0 13.039991-2.724041 17.879206-8.134261 9.317203-10.414187 8.885368-26.834158-0.9967-36.678364L228.341057 193.559391c-9.832949-9.830903-25.406646-9.388834-34.760688 1.050935-9.317203 10.414187-8.885368 26.834158 0.9967 36.678364L377.001865 413.125085z",
@@ -141,7 +141,7 @@ const U = (n, l) => {
141
141
  null,
142
142
  -1
143
143
  /* HOISTED */
144
- ), Ee = /* @__PURE__ */ o(
144
+ ), De = /* @__PURE__ */ i(
145
145
  "path",
146
146
  {
147
147
  d: "M646.997112 610.873892c-9.846252-9.831926-25.419949-9.388834-34.761712 1.051959-9.317203 10.414187-8.885368 26.834158 0.997724 36.678364l182.41354 181.834348c4.743024 4.738931 10.818393 7.083326 16.881482 7.083326 6.520507 0 13.039991-2.723018 17.879206-8.134261 9.317203-10.41521 8.886391-26.834158-0.9967-36.678364L646.997112 610.873892z",
@@ -150,7 +150,7 @@ const U = (n, l) => {
150
150
  null,
151
151
  -1
152
152
  /* HOISTED */
153
- ), xe = /* @__PURE__ */ o(
153
+ ), He = /* @__PURE__ */ i(
154
154
  "path",
155
155
  {
156
156
  d: "M630.114606 420.207387c6.064113 0 12.139481-2.344395 16.882506-7.082302l182.425819-181.836395c9.882068-9.844206 10.313903-26.264177 0.9967-36.678364-9.341762-10.43977-24.915459-10.882861-34.760688-1.050935L613.233124 375.394762c-9.882068 9.844206-10.314926 26.264177-0.997724 36.678364C617.074615 417.483346 623.595123 420.207387 630.114606 420.207387z",
@@ -159,7 +159,7 @@ const U = (n, l) => {
159
159
  null,
160
160
  -1
161
161
  /* HOISTED */
162
- ), Ae = /* @__PURE__ */ o(
162
+ ), Oe = /* @__PURE__ */ i(
163
163
  "path",
164
164
  {
165
165
  d: "M377.025401 610.873892 194.600605 792.710286c-9.881045 9.844206-10.313903 26.263154-0.9967 36.678364 4.839215 5.411243 11.358699 8.134261 17.879206 8.134261 6.064113 0 12.138458-2.344395 16.881482-7.083326l182.425819-181.834348c9.881045-9.844206 10.313903-26.264177 0.9967-36.678364C402.469909 601.485057 386.872676 601.041966 377.025401 610.873892z",
@@ -168,31 +168,40 @@ const U = (n, l) => {
168
168
  null,
169
169
  -1
170
170
  /* HOISTED */
171
- ), De = [
172
- Se,
173
- Me,
171
+ ), Te = [
174
172
  Ve,
175
- Ue,
176
173
  je,
177
174
  Ee,
178
175
  xe,
179
- Ae
176
+ Ae,
177
+ De,
178
+ He,
179
+ Oe
180
180
  ];
181
- function He(n, l) {
182
- return r(), u("svg", Ie, De);
181
+ function Ne(a, t) {
182
+ return u(), c("svg", Ue, Te);
183
183
  }
184
- const Oe = /* @__PURE__ */ U(Le, [["render", He]]), Te = {
184
+ const We = /* @__PURE__ */ x(Me, [["render", Ne]]), Fe = (a) => {
185
+ const t = L("loadUrl"), o = f(() => a.loadUrl || (t == null ? void 0 : t.value)), r = L("uploadUrl"), e = f(() => a.action || a.uploadUrl || (r == null ? void 0 : r.value)), m = L("token"), y = f(() => a.token || (m == null ? void 0 : m.value)), b = L("onlyofficeConfig"), V = f(() => a.onlyofficeConfig || (b == null ? void 0 : b.value)), v = L("userInfo"), _ = f(() => a.userInfo || (v == null ? void 0 : v.value));
186
+ return {
187
+ cLoadUrl: o,
188
+ cUploadUrl: e,
189
+ cToken: y,
190
+ cOnlyofficeConfig: V,
191
+ cUserInfo: _
192
+ };
193
+ }, Pe = Fe, Re = {
185
194
  key: 0,
186
195
  class: "ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"
187
- }, Ne = {
196
+ }, Ge = {
188
197
  key: 1,
189
198
  class: "h-[1em] w-[1em]",
190
199
  "aria-hidden": "true"
191
- }, We = ["xlink:href"], Fe = ["src"], Re = {
200
+ }, Je = ["xlink:href"], Xe = ["src"], Ye = {
192
201
  key: 1,
193
202
  class: "h-[1em] w-[1em]",
194
203
  "aria-hidden": "true"
195
- }, Pe = ["xlink:href"], Ge = ["src"], Je = /* @__PURE__ */ k({
204
+ }, Ze = ["xlink:href"], qe = ["src"], Ke = /* @__PURE__ */ $({
196
205
  name: "IkSvgIcon",
197
206
  __name: "index",
198
207
  props: {
@@ -218,14 +227,14 @@ const Oe = /* @__PURE__ */ U(Le, [["render", He]]), Te = {
218
227
  disabled: { type: Boolean, default: !1 },
219
228
  tableIconType: { default: "icon" }
220
229
  },
221
- setup(n) {
222
- const l = n, i = I(() => {
223
- var e, _, b;
224
- return /^http?:\/\//.test(l.name) ? "img" : /i-[^:]+:[^:]+/.test(l.name) ? "unocss" : (e = l.name) != null && e.startsWith("iksig") ? "iksig" : (_ = l.name) != null && _.includes(":") ? "iconify" : (b = l.name) != null && b.startsWith("iksvg") ? "svg" : "i";
225
- }), c = I(() => {
230
+ setup(a) {
231
+ const t = a, o = f(() => {
232
+ var e, m, y;
233
+ return /^http?:\/\//.test(t.name) ? "img" : /i-[^:]+:[^:]+/.test(t.name) ? "unocss" : (e = t.name) != null && e.startsWith("iksig") ? "iksig" : (m = t.name) != null && m.includes(":") ? "iconify" : (y = t.name) != null && y.startsWith("iksvg") ? "svg" : "i";
234
+ }), r = f(() => {
226
235
  const e = [];
227
- if (l.flip)
228
- switch (l.flip) {
236
+ if (t.flip)
237
+ switch (t.flip) {
229
238
  case "horizontal":
230
239
  e.push("rotateY(180deg)");
231
240
  break;
@@ -236,67 +245,67 @@ const Oe = /* @__PURE__ */ U(Le, [["render", He]]), Te = {
236
245
  e.push("rotateX(180deg)"), e.push("rotateY(180deg)");
237
246
  break;
238
247
  }
239
- l.rotate && e.push(`rotate(${l.rotate % 360}deg)`);
240
- const _ = {
241
- ...l.color && { color: l.color },
242
- ...l.size && { fontSize: typeof l.size == "number" ? `${l.size}px` : l.size },
248
+ t.rotate && e.push(`rotate(${t.rotate % 360}deg)`);
249
+ const m = {
250
+ ...t.color && { color: t.color },
251
+ ...t.size && { fontSize: typeof t.size == "number" ? `${t.size}px` : t.size },
243
252
  ...e.length && { transform: e.join(" ") },
244
- padding: l.showBg || l.bg ? l.padding : 0,
245
- ...l.color && i.value !== "iksig" ? {
246
- "--ik-color-icon-dark": l.color,
247
- "--ik-color-icon-light": l.colorLight || me.setOpacity(l.color, l.opacity)
253
+ padding: t.showBg || t.bg ? t.padding : 0,
254
+ ...t.color && o.value !== "iksig" ? {
255
+ "--ik-color-icon-dark": t.color,
256
+ "--ik-color-icon-light": t.colorLight || ve.setOpacity(t.color, t.opacity)
248
257
  } : {}
249
258
  };
250
- return l.width && (_.width = _.height = typeof l.width == "number" ? `${l.width}px` : l.width), _;
259
+ return t.width && (m.width = m.height = typeof t.width == "number" ? `${t.width}px` : t.width), m;
251
260
  });
252
- return (e, _) => {
253
- const b = x("el-tooltip"), y = x("el-button");
254
- return e.tableIconType === "icon" ? (r(), u("span", Te, [
255
- e.notip || !e.title ? (r(), u(
261
+ return (e, m) => {
262
+ const y = H("el-tooltip"), b = H("el-button");
263
+ return e.tableIconType === "icon" ? (u(), c("span", Re, [
264
+ e.notip || !e.title ? (u(), c(
256
265
  "i",
257
266
  {
258
267
  key: 0,
259
- class: v(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
260
- [e.name]: i.value === "unocss",
268
+ class: k(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
269
+ [e.name]: o.value === "unocss",
261
270
  "show-bg": e.showBg || e.bg,
262
271
  default: e.size === "default",
263
272
  small: e.size === "small",
264
273
  big: e.size === "big",
265
- warning: e.warning || l.type === "warning",
266
- primary: e.primary || l.type === "primary",
267
- success: e.success || l.type === "success",
268
- error: e.error || l.type === "error",
274
+ warning: e.warning || t.type === "warning",
275
+ primary: e.primary || t.type === "primary",
276
+ success: e.success || t.type === "success",
277
+ error: e.error || t.type === "error",
269
278
  active: e.active,
270
279
  disabled: e.disabled
271
280
  }]),
272
- style: w(c.value)
281
+ style: z(r.value)
273
282
  },
274
283
  [
275
- L(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
276
- i.value === "iksig" ? (r(), u(
284
+ M(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
285
+ o.value === "iksig" ? (u(), c(
277
286
  "i",
278
287
  {
279
288
  key: 0,
280
- class: v(`iksig ${e.name}`),
281
- style: w(c.value)
289
+ class: k(`iksig ${e.name}`),
290
+ style: z(r.value)
282
291
  },
283
292
  null,
284
293
  6
285
294
  /* CLASS, STYLE */
286
- )) : i.value === "svg" ? (r(), u("svg", Ne, [
287
- o("use", {
295
+ )) : o.value === "svg" ? (u(), c("svg", Ge, [
296
+ i("use", {
288
297
  "xlink:href": `#${e.name}`
289
- }, null, 8, We)
290
- ])) : i.value === "img" ? (r(), u("img", {
298
+ }, null, 8, Je)
299
+ ])) : o.value === "img" ? (u(), c("img", {
291
300
  key: 2,
292
301
  src: e.name,
293
302
  class: "h-[1em] w-[1em]"
294
- }, null, 8, Fe)) : (r(), u(
303
+ }, null, 8, Xe)) : (u(), c(
295
304
  "i",
296
305
  {
297
306
  key: 3,
298
- class: v(e.name),
299
- style: w(c.value)
307
+ class: k(e.name),
308
+ style: z(r.value)
300
309
  },
301
310
  null,
302
311
  6
@@ -305,54 +314,54 @@ const Oe = /* @__PURE__ */ U(Le, [["render", He]]), Te = {
305
314
  ],
306
315
  6
307
316
  /* CLASS, STYLE */
308
- )) : (r(), V(b, {
317
+ )) : (u(), E(y, {
309
318
  key: 1,
310
319
  content: e.title,
311
320
  placement: "top"
312
321
  }, {
313
- default: m(() => [
314
- o(
322
+ default: g(() => [
323
+ i(
315
324
  "i",
316
325
  {
317
- class: v(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
318
- [e.name]: i.value === "unocss",
326
+ class: k(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
327
+ [e.name]: o.value === "unocss",
319
328
  "show-bg": e.showBg || e.bg,
320
329
  default: e.size === "default",
321
330
  small: e.size === "small",
322
331
  big: e.size === "big",
323
- warning: e.warning || l.type === "warning",
324
- primary: e.primary || l.type === "primary",
325
- success: e.success || l.type === "success",
326
- error: e.error || l.type === "error",
332
+ warning: e.warning || t.type === "warning",
333
+ primary: e.primary || t.type === "primary",
334
+ success: e.success || t.type === "success",
335
+ error: e.error || t.type === "error",
327
336
  active: e.active
328
337
  }]),
329
- style: w(c.value)
338
+ style: z(r.value)
330
339
  },
331
340
  [
332
- i.value === "iksig" ? (r(), u(
341
+ o.value === "iksig" ? (u(), c(
333
342
  "i",
334
343
  {
335
344
  key: 0,
336
- class: v(`iksig ${e.name}`),
337
- style: w(c.value)
345
+ class: k(`iksig ${e.name}`),
346
+ style: z(r.value)
338
347
  },
339
348
  null,
340
349
  6
341
350
  /* CLASS, STYLE */
342
- )) : i.value === "svg" ? (r(), u("svg", Re, [
343
- o("use", {
351
+ )) : o.value === "svg" ? (u(), c("svg", Ye, [
352
+ i("use", {
344
353
  "xlink:href": `#${e.name}`
345
- }, null, 8, Pe)
346
- ])) : i.value === "img" ? (r(), u("img", {
354
+ }, null, 8, Ze)
355
+ ])) : o.value === "img" ? (u(), c("img", {
347
356
  key: 2,
348
357
  src: e.name,
349
358
  class: "h-[1em] w-[1em]"
350
- }, null, 8, Ge)) : (r(), u(
359
+ }, null, 8, qe)) : (u(), c(
351
360
  "i",
352
361
  {
353
362
  key: 3,
354
- class: v(e.name),
355
- style: w(c.value)
363
+ class: k(e.name),
364
+ style: z(r.value)
356
365
  },
357
366
  null,
358
367
  6
@@ -366,13 +375,13 @@ const Oe = /* @__PURE__ */ U(Le, [["render", He]]), Te = {
366
375
  _: 1
367
376
  /* STABLE */
368
377
  }, 8, ["content"]))
369
- ])) : (r(), V(y, {
378
+ ])) : (u(), E(b, {
370
379
  key: 1,
371
380
  type: ["warning", "error"].includes(e.type) ? "danger" : ""
372
381
  }, {
373
- default: m(() => [
374
- N(
375
- S(e.title),
382
+ default: g(() => [
383
+ P(
384
+ U(e.title),
376
385
  1
377
386
  /* TEXT */
378
387
  )
@@ -383,27 +392,27 @@ const Oe = /* @__PURE__ */ U(Le, [["render", He]]), Te = {
383
392
  };
384
393
  }
385
394
  });
386
- const Xe = /* @__PURE__ */ U(Je, [["__scopeId", "data-v-7d95dbf5"]]), Ye = W(Xe), F = (n) => (ue("data-v-36907cf1"), n = n(), ce(), n), Ze = {
395
+ const Qe = /* @__PURE__ */ x(Ke, [["__scopeId", "data-v-7d95dbf5"]]), et = R(Qe), G = (a) => (pe("data-v-e294305e"), a = a(), he(), a), tt = {
387
396
  key: 1,
388
397
  class: "upload-btn"
389
- }, qe = { class: "tip" }, Ke = { class: "loading-statu" }, Qe = { class: "operate-btn" }, et = { key: 0 }, tt = {
398
+ }, lt = { class: "tip" }, at = { class: "loading-statu" }, st = { class: "operate-btn" }, nt = { key: 0 }, ot = {
390
399
  class: "el-upload-list el-upload-list--picture-card",
391
400
  style: { float: "left" }
392
- }, lt = ["onClick"], at = /* @__PURE__ */ F(() => /* @__PURE__ */ o(
401
+ }, it = ["onClick"], rt = /* @__PURE__ */ G(() => /* @__PURE__ */ i(
393
402
  "span",
394
403
  { class: "error" },
395
404
  "上传错误",
396
405
  -1
397
406
  /* HOISTED */
398
- )), st = /* @__PURE__ */ F(() => /* @__PURE__ */ o(
407
+ )), ut = /* @__PURE__ */ G(() => /* @__PURE__ */ i(
399
408
  "p",
400
409
  null,
401
410
  "点击重新上传",
402
411
  -1
403
412
  /* HOISTED */
404
- )), nt = ["src"], ot = { class: "demo-image__preview" }, it = /* @__PURE__ */ k({
413
+ )), ct = ["src"], dt = { class: "demo-image__preview" }, pt = /* @__PURE__ */ $({
405
414
  __name: "index",
406
- props: /* @__PURE__ */ A({
415
+ props: /* @__PURE__ */ O({
407
416
  // 显示的文字
408
417
  title: {
409
418
  type: String,
@@ -479,132 +488,132 @@ const Xe = /* @__PURE__ */ U(Je, [["__scopeId", "data-v-7d95dbf5"]]), Ye = W(Xe)
479
488
  },
480
489
  modelModifiers: {}
481
490
  }),
482
- emits: /* @__PURE__ */ A(["delete", "success"], ["update:modelValue"]),
483
- setup(n, { emit: l }) {
484
- const i = n, c = se(n, "modelValue"), e = (t) => Array.isArray(t) ? t.map((a) => {
485
- var f, C;
486
- const s = ((f = a.url) == null ? void 0 : f.startsWith("http")) || ((C = a.url) == null ? void 0 : C.startsWith("blob")), d = (a == null ? void 0 : a.url) || a;
491
+ emits: /* @__PURE__ */ O(["delete", "success"], ["update:modelValue"]),
492
+ setup(a, { emit: t }) {
493
+ const o = a, r = ie(a, "modelValue"), e = (l) => Array.isArray(l) ? l.map((s) => {
494
+ var w, I;
495
+ const n = ((w = s.url) == null ? void 0 : w.startsWith("http")) || ((I = s.url) == null ? void 0 : I.startsWith("blob")), d = (s == null ? void 0 : s.url) || s;
487
496
  return {
488
- ...a.url ? a : { url: d },
489
- __url: s ? d : `${i.loadUrl}${d}`
497
+ ...s.url ? s : { url: d },
498
+ __url: n ? d : `${y.value}${d}`
490
499
  };
491
- }) : t ? [{ url: t, __url: t != null && t.startsWith("http") || t != null && t.startsWith("blob") ? t : `${i.loadUrl}${t}` }] : [];
492
- ne(
493
- () => c.value,
494
- (t) => {
495
- !t || !t.length ? g.value = [] : g.value = _e.cloneDeep(e(t));
500
+ }) : l ? [{ url: l, __url: l != null && l.startsWith("http") || l != null && l.startsWith("blob") ? l : `${y.value}${l}` }] : [];
501
+ re(
502
+ () => r.value,
503
+ (l) => {
504
+ !l || !l.length ? _.value = [] : _.value = fe.cloneDeep(e(l));
496
505
  },
497
506
  { deep: !0 }
498
507
  );
499
- const _ = l, b = I(() => i.size), y = B(null), g = B(e(c.value)), $ = B([]), M = B(!1), j = B(0), R = I(
500
- () => i.tipText || `最多可上传${i.limit}张图片, 每张图片不能超过${i.size}MB`
501
- ), P = (t, a) => {
502
- }, G = (t) => {
503
- if (!t.type.includes("image")) {
504
- T.warning("只允许上传图片!");
508
+ const m = t, { cLoadUrl: y, cUploadUrl: b } = Pe(o), V = f(() => o.size), v = S(null), _ = S(e(r.value)), B = S([]), j = S(!1), A = S(0), J = f(
509
+ () => o.tipText || `最多可上传${o.limit}张图片, 每张图片不能超过${o.size}MB`
510
+ ), X = (l, s) => {
511
+ }, Y = (l) => {
512
+ if (!l.type.includes("image")) {
513
+ F.warning("只允许上传图片!");
505
514
  try {
506
- g.value.pop();
515
+ _.value.pop();
507
516
  } catch {
508
517
  }
509
518
  return !1;
510
519
  }
511
- if (!(t.size / 1024 / 1024 < b.value)) {
512
- T.warning("图片大小超出限制!");
520
+ if (!(l.size / 1024 / 1024 < V.value)) {
521
+ F.warning("图片大小超出限制!");
513
522
  try {
514
- g.value.pop();
523
+ _.value.pop();
515
524
  } catch {
516
525
  }
517
526
  return !1;
518
527
  }
519
528
  return !0;
520
- }, J = () => !1, X = (t, a) => {
521
- var s, d;
522
- t.status = "ready", a !== void 0 && $.value.splice(a, 1), (s = y.value) == null || s.handleStart(t.raw), (d = y.value) == null || d.submit();
523
- }, Y = (t, a) => {
524
- var C, E;
525
- const s = c.value.length, d = i.limit - s;
526
- let f = 0;
527
- for (; f < d && f < (t == null ? void 0 : t.length); )
528
- (C = y.value) == null || C.handleStart(t == null ? void 0 : t[f]), (E = y.value) == null || E.submit(), f++;
529
- }, Z = (t, a, s) => {
530
- _("success", t, a, s), c.value = g.value.filter((d) => d.status === "success");
531
- }, q = (t, a, s) => {
532
- $.value.push({
533
- ...a,
534
- __url: a.url
529
+ }, Z = () => !1, q = (l, s) => {
530
+ var n, d;
531
+ l.status = "ready", s !== void 0 && B.value.splice(s, 1), (n = v.value) == null || n.handleStart(l.raw), (d = v.value) == null || d.submit();
532
+ }, K = (l, s) => {
533
+ var I, D;
534
+ const n = r.value.length, d = o.limit - n;
535
+ let w = 0;
536
+ for (; w < d && w < (l == null ? void 0 : l.length); )
537
+ (I = v.value) == null || I.handleStart(l == null ? void 0 : l[w]), (D = v.value) == null || D.submit(), w++;
538
+ }, Q = (l, s, n) => {
539
+ m("success", l, s, n), r.value = _.value.filter((d) => d.status === "success");
540
+ }, ee = (l, s, n) => {
541
+ B.value.push({
542
+ ...s,
543
+ __url: s.url
535
544
  });
536
- }, K = (t) => {
537
- var a;
538
- M.value = !0, j.value = (a = c.value) == null ? void 0 : a.findIndex((s) => s.url === t.url);
539
- }, Q = (t) => {
540
- ge.downloadByOnlineUrl(t.__url || t.url, t.name);
541
- }, ee = (t) => {
542
- var a;
543
- (a = y.value) == null || a.abort(t);
544
- }, te = (t) => {
545
- var a;
546
- t.status !== "success" && ee(t), c.value = (a = g.value) == null ? void 0 : a.filter((s) => s.uid !== t.uid), _("delete", t);
547
- }, le = (t, a) => {
548
- $.value.splice(a, 1);
549
- }, ae = I(() => g.value.length + $.value.length < i.limit);
550
- return (t, a) => (r(), u(
551
- D,
545
+ }, te = (l) => {
546
+ var s;
547
+ j.value = !0, A.value = (s = r.value) == null ? void 0 : s.findIndex((n) => n.url === l.url);
548
+ }, le = (l) => {
549
+ ye.downloadByOnlineUrl(l.__url || l.url, l.name);
550
+ }, ae = (l) => {
551
+ var s;
552
+ (s = v.value) == null || s.abort(l);
553
+ }, se = (l) => {
554
+ var s;
555
+ l.status !== "success" && ae(l), r.value = (s = _.value) == null ? void 0 : s.filter((n) => n.uid !== l.uid), m("delete", l);
556
+ }, ne = (l, s) => {
557
+ B.value.splice(s, 1);
558
+ }, oe = f(() => _.value.length + B.value.length < o.limit);
559
+ return (l, s) => (u(), c(
560
+ T,
552
561
  null,
553
562
  [
554
- p(h(de), {
555
- class: v(["ik-image-upload", { preview: n.preview, "hide-upload": !ae.value }]),
563
+ h(p(me), {
564
+ class: k(["ik-image-upload", { preview: a.preview, "hide-upload": !oe.value }]),
556
565
  ref_key: "refUpload",
557
- ref: y,
566
+ ref: v,
558
567
  "list-type": "picture-card",
559
- accept: n.accept,
560
- action: n.action,
561
- headers: n.headers,
562
- data: n.data,
563
- "file-list": g.value,
564
- "onUpdate:fileList": a[0] || (a[0] = (s) => g.value = s),
565
- multiple: n.multiple,
566
- limit: n.limit,
567
- "on-change": P,
568
- "before-upload": G,
569
- "before-remove": J,
570
- "on-exceed": Y,
571
- "on-success": Z,
572
- "on-error": q,
568
+ accept: a.accept,
569
+ action: p(b),
570
+ headers: a.headers,
571
+ data: a.data,
572
+ "file-list": _.value,
573
+ "onUpdate:fileList": s[0] || (s[0] = (n) => _.value = n),
574
+ multiple: a.multiple,
575
+ limit: a.limit,
576
+ "on-change": X,
577
+ "before-upload": Y,
578
+ "before-remove": Z,
579
+ "on-exceed": K,
580
+ "on-success": Q,
581
+ "on-error": ee,
573
582
  drag: ""
574
- }, oe({
575
- trigger: m(() => [
576
- t.$slots.trigger ? ie(t.$slots, "trigger", { key: 0 }, void 0, !0) : (r(), u("div", Ze, [
577
- p(h(z), { size: 20 }, {
578
- default: m(() => [
579
- p(h(Ye), { name: "iksvg_guanbibeifen" })
583
+ }, ue({
584
+ trigger: g(() => [
585
+ l.$slots.trigger ? ce(l.$slots, "trigger", { key: 0 }, void 0, !0) : (u(), c("div", tt, [
586
+ h(p(C), { size: 20 }, {
587
+ default: g(() => [
588
+ h(p(et), { name: "iksvg_guanbibeifen" })
580
589
  ]),
581
590
  _: 1
582
591
  /* STABLE */
583
592
  }),
584
- o(
593
+ i(
585
594
  "span",
586
595
  null,
587
- S(n.title),
596
+ U(a.title),
588
597
  1
589
598
  /* TEXT */
590
599
  )
591
600
  ]))
592
601
  ]),
593
- file: m(({ file: s }) => [
594
- o(
602
+ file: g(({ file: n }) => [
603
+ i(
595
604
  "div",
596
605
  {
597
- class: v(["load-list", { loading: s.status === "uploading" }]),
606
+ class: k(["load-list", { loading: n.status === "uploading" }]),
598
607
  "element-loading-background": "var(--ik-upload-bg)"
599
608
  },
600
609
  [
601
- H(o(
610
+ N(i(
602
611
  "div",
603
- Ke,
612
+ at,
604
613
  [
605
- p(Oe),
606
- N(
607
- " 上传" + S(s.percentage) + "% ",
614
+ h(We),
615
+ P(
616
+ " 上传" + U(n.percentage) + "% ",
608
617
  1
609
618
  /* TEXT */
610
619
  )
@@ -612,46 +621,46 @@ const Xe = /* @__PURE__ */ U(Je, [["__scopeId", "data-v-7d95dbf5"]]), Ye = W(Xe)
612
621
  512
613
622
  /* NEED_PATCH */
614
623
  ), [
615
- [O, s.status === "uploading"]
624
+ [W, n.status === "uploading"]
616
625
  ]),
617
- L(` <img :src="file.url" alt="" :style="{ 'object-fit': fit }" /> `),
618
- p(h(pe), {
626
+ M(` <img :src="file.url" alt="" :style="{ 'object-fit': fit }" /> `),
627
+ h(p(_e), {
619
628
  style: { width: "100%", height: "100%" },
620
- src: s.__url || s.url,
629
+ src: n.__url || n.url,
621
630
  "zoom-rate": 1.2,
622
631
  "initial-index": 0,
623
632
  fit: "contain"
624
633
  }, null, 8, ["src"]),
625
- o("span", Qe, [
626
- o("span", null, [
627
- p(h(z), {
628
- onClick: (d) => K(s)
634
+ i("span", st, [
635
+ i("span", null, [
636
+ h(p(C), {
637
+ onClick: (d) => te(n)
629
638
  }, {
630
- default: m(() => [
631
- p(h(Be))
639
+ default: g(() => [
640
+ h(p(Se))
632
641
  ]),
633
642
  _: 2
634
643
  /* DYNAMIC */
635
644
  }, 1032, ["onClick"])
636
645
  ]),
637
- o("span", null, [
638
- p(h(z), {
639
- onClick: (d) => Q(s)
646
+ i("span", null, [
647
+ h(p(C), {
648
+ onClick: (d) => le(n)
640
649
  }, {
641
- default: m(() => [
642
- p(h(be))
650
+ default: g(() => [
651
+ h(p(Ce))
643
652
  ]),
644
653
  _: 2
645
654
  /* DYNAMIC */
646
655
  }, 1032, ["onClick"])
647
656
  ]),
648
- n.preview ? L("v-if", !0) : (r(), u("span", et, [
649
- p(h(z), {
657
+ a.preview ? M("v-if", !0) : (u(), c("span", nt, [
658
+ h(p(C), {
650
659
  type: "warning",
651
- onClick: (d) => te(s)
660
+ onClick: (d) => se(n)
652
661
  }, {
653
- default: m(() => [
654
- p(h(we))
662
+ default: g(() => [
663
+ h(p(ze))
655
664
  ]),
656
665
  _: 2
657
666
  /* DYNAMIC */
@@ -663,57 +672,57 @@ const Xe = /* @__PURE__ */ U(Je, [["__scopeId", "data-v-7d95dbf5"]]), Ye = W(Xe)
663
672
  /* CLASS */
664
673
  )
665
674
  ]),
666
- default: m(() => [
667
- o("ul", tt, [
668
- (r(!0), u(
669
- D,
675
+ default: g(() => [
676
+ i("ul", ot, [
677
+ (u(!0), c(
678
+ T,
670
679
  null,
671
- re($.value, (s, d) => (r(), u("li", {
680
+ de(B.value, (n, d) => (u(), c("li", {
672
681
  class: "el-upload-list__item",
673
- key: s.uid
682
+ key: n.uid
674
683
  }, [
675
- o("span", null, [
676
- p(h(z), {
677
- onClick: (f) => le(s, d)
684
+ i("span", null, [
685
+ h(p(C), {
686
+ onClick: (w) => ne(n, d)
678
687
  }, {
679
- default: m(() => [
680
- p(h(ve))
688
+ default: g(() => [
689
+ h(p(ke))
681
690
  ]),
682
691
  _: 2
683
692
  /* DYNAMIC */
684
693
  }, 1032, ["onClick"])
685
694
  ]),
686
- o(
695
+ i(
687
696
  "div",
688
697
  {
689
- class: v(["load-list", {
690
- loading: s.status === "uploading",
691
- fail: s.status === "fail"
698
+ class: k(["load-list", {
699
+ loading: n.status === "uploading",
700
+ fail: n.status === "fail"
692
701
  }]),
693
702
  "element-loading-background": "var(--ik-upload-bg)"
694
703
  },
695
704
  [
696
- H(o("div", {
705
+ N(i("div", {
697
706
  class: "loading-statu",
698
- onClick: (f) => X(s, d)
707
+ onClick: (w) => q(n, d)
699
708
  }, [
700
- p(h(z), { size: 24 }, {
701
- default: m(() => [
702
- p(h($e))
709
+ h(p(C), { size: 24 }, {
710
+ default: g(() => [
711
+ h(p(Ie))
703
712
  ]),
704
713
  _: 1
705
714
  /* STABLE */
706
715
  }),
707
- at,
708
- st
709
- ], 8, lt), [
710
- [O, s.status === "fail"]
716
+ rt,
717
+ ut
718
+ ], 8, it), [
719
+ [W, n.status === "fail"]
711
720
  ]),
712
- o("img", {
713
- src: s.__url,
721
+ i("img", {
722
+ src: n.__url,
714
723
  alt: "",
715
- style: w({ "object-fit": n.fit })
716
- }, null, 12, nt)
724
+ style: z({ "object-fit": a.fit })
725
+ }, null, 12, ct)
717
726
  ],
718
727
  2
719
728
  /* CLASS */
@@ -727,13 +736,13 @@ const Xe = /* @__PURE__ */ U(Je, [["__scopeId", "data-v-7d95dbf5"]]), Ye = W(Xe)
727
736
  _: 2
728
737
  /* DYNAMIC */
729
738
  }, [
730
- n.tip ? {
739
+ a.tip ? {
731
740
  name: "tip",
732
- fn: m(() => [
733
- o(
741
+ fn: g(() => [
742
+ i(
734
743
  "span",
735
- qe,
736
- S(R.value),
744
+ lt,
745
+ U(J.value),
737
746
  1
738
747
  /* TEXT */
739
748
  )
@@ -741,18 +750,18 @@ const Xe = /* @__PURE__ */ U(Je, [["__scopeId", "data-v-7d95dbf5"]]), Ye = W(Xe)
741
750
  key: "0"
742
751
  } : void 0
743
752
  ]), 1032, ["class", "accept", "action", "headers", "data", "file-list", "multiple", "limit"]),
744
- L(" 文件预览 "),
745
- o("div", ot, [
746
- M.value ? (r(), V(h(he), {
753
+ M(" 文件预览 "),
754
+ i("div", dt, [
755
+ j.value ? (u(), E(p(ge), {
747
756
  key: 0,
748
757
  "lock-scroll": "",
749
758
  "hide-on-click-modal": "",
750
- onClose: a[1] || (a[1] = () => {
751
- M.value = !1;
759
+ onClose: s[1] || (s[1] = () => {
760
+ j.value = !1;
752
761
  }),
753
- "url-list": e(g.value).map((s) => s.__url),
754
- "initial-index": j.value
755
- }, null, 8, ["url-list", "initial-index"])) : L("v-if", !0)
762
+ "url-list": e(_.value).map((n) => n.__url),
763
+ "initial-index": A.value
764
+ }, null, 8, ["url-list", "initial-index"])) : M("v-if", !0)
756
765
  ])
757
766
  ],
758
767
  64
@@ -760,8 +769,8 @@ const Xe = /* @__PURE__ */ U(Je, [["__scopeId", "data-v-7d95dbf5"]]), Ye = W(Xe)
760
769
  ));
761
770
  }
762
771
  });
763
- const rt = /* @__PURE__ */ U(it, [["__scopeId", "data-v-36907cf1"]]), pt = W(rt);
772
+ const ht = /* @__PURE__ */ x(pt, [["__scopeId", "data-v-e294305e"]]), vt = R(ht);
764
773
  export {
765
- pt as IkUploadImage,
766
- pt as default
774
+ vt as IkUploadImage,
775
+ vt as default
767
776
  };