@aplus-frontend/ui 7.10.3 → 7.10.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 (71) hide show
  1. package/es/src/ap-field/interface.d.ts +1 -1
  2. package/es/src/ap-field/slider/index.vue.d.ts +196 -412
  3. package/es/src/ap-field/slider/index.vue.mjs +50 -39
  4. package/es/src/business/ap-attachment/ApAttachment.d.ts +2 -8
  5. package/es/src/business/ap-attachment/ApAttachment.mjs +46 -40
  6. package/es/src/business/ap-attachment/constans.d.ts +1 -4
  7. package/es/src/business/ap-attachment/constans.mjs +3 -6
  8. package/es/src/business/ap-attachment/index.d.ts +3 -12
  9. package/es/src/business/ap-download/ap-download.vue.d.ts +2 -1
  10. package/es/src/business/ap-download/ap-download.vue.mjs +10 -10
  11. package/es/src/business/ap-image/ApImage.vue2.mjs +49 -46
  12. package/es/src/business/ap-image/hooks/useOss.d.ts +1 -1
  13. package/es/src/business/ap-image/hooks/useOss.mjs +30 -28
  14. package/es/src/business/ap-image/interface.d.ts +1 -1
  15. package/es/src/business/ap-ladder/components/RenderValue.mjs +25 -22
  16. package/es/src/business/ap-ladder/utils.d.ts +1 -0
  17. package/es/src/business/ap-ladder/utils.mjs +10 -9
  18. package/es/src/business/ap-title/ApTitle.vue.d.ts +1 -1
  19. package/es/src/business/ap-title/index.d.ts +3 -3
  20. package/es/src/business/ap-title/interface.d.ts +1 -1
  21. package/es/src/business/ap-upload/apUpload.vue.d.ts +10 -1
  22. package/es/src/business/ap-upload/apUpload.vue.mjs +22 -18
  23. package/es/src/business/ap-upload/components/MultipleFile.vue2.mjs +128 -123
  24. package/es/src/business/ap-upload/components/Picture.vue2.mjs +150 -147
  25. package/es/src/business/ap-upload/components/SingleFile.vue2.mjs +130 -127
  26. package/es/src/business/ap-upload/hooks/useOss.d.ts +2 -1
  27. package/es/src/business/ap-upload/hooks/useOss.mjs +52 -51
  28. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +11 -10
  29. package/es/src/business/ap-upload-file/hook/useOss.d.ts +6 -1
  30. package/es/src/business/ap-upload-file/hook/useOss.mjs +19 -16
  31. package/es/src/business/ap-upload-file/interface.d.ts +3 -1
  32. package/es/src/business/ap-upload-file/utils/upload.mjs +22 -20
  33. package/es/src/config-provider/constants.d.ts +2 -2
  34. package/es/src/version.d.ts +1 -1
  35. package/es/src/version.mjs +1 -1
  36. package/lib/src/ap-field/interface.d.ts +1 -1
  37. package/lib/src/ap-field/slider/index.vue.d.ts +196 -412
  38. package/lib/src/ap-field/slider/index.vue.js +1 -1
  39. package/lib/src/business/ap-attachment/ApAttachment.d.ts +2 -8
  40. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  41. package/lib/src/business/ap-attachment/constans.d.ts +1 -4
  42. package/lib/src/business/ap-attachment/constans.js +1 -1
  43. package/lib/src/business/ap-attachment/index.d.ts +3 -12
  44. package/lib/src/business/ap-download/ap-download.vue.d.ts +2 -1
  45. package/lib/src/business/ap-download/ap-download.vue.js +1 -1
  46. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  47. package/lib/src/business/ap-image/hooks/useOss.d.ts +1 -1
  48. package/lib/src/business/ap-image/hooks/useOss.js +1 -1
  49. package/lib/src/business/ap-image/interface.d.ts +1 -1
  50. package/lib/src/business/ap-ladder/components/RenderValue.js +1 -1
  51. package/lib/src/business/ap-ladder/utils.d.ts +1 -0
  52. package/lib/src/business/ap-ladder/utils.js +1 -1
  53. package/lib/src/business/ap-title/ApTitle.vue.d.ts +1 -1
  54. package/lib/src/business/ap-title/index.d.ts +3 -3
  55. package/lib/src/business/ap-title/interface.d.ts +1 -1
  56. package/lib/src/business/ap-upload/apUpload.vue.d.ts +10 -1
  57. package/lib/src/business/ap-upload/apUpload.vue.js +1 -1
  58. package/lib/src/business/ap-upload/components/MultipleFile.vue2.js +1 -1
  59. package/lib/src/business/ap-upload/components/Picture.vue2.js +1 -1
  60. package/lib/src/business/ap-upload/components/SingleFile.vue2.js +1 -1
  61. package/lib/src/business/ap-upload/hooks/useOss.d.ts +2 -1
  62. package/lib/src/business/ap-upload/hooks/useOss.js +1 -1
  63. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.js +1 -1
  64. package/lib/src/business/ap-upload-file/hook/useOss.d.ts +6 -1
  65. package/lib/src/business/ap-upload-file/hook/useOss.js +1 -1
  66. package/lib/src/business/ap-upload-file/interface.d.ts +3 -1
  67. package/lib/src/business/ap-upload-file/utils/upload.js +1 -1
  68. package/lib/src/config-provider/constants.d.ts +2 -2
  69. package/lib/src/version.d.ts +1 -1
  70. package/lib/src/version.js +1 -1
  71. package/package.json +3 -3
@@ -1,99 +1,101 @@
1
- import { defineComponent as F, inject as r, ref as P, watch as ee, nextTick as te, createElementBlock as g, openBlock as h, normalizeClass as ae, unref as n, createElementVNode as d, renderSlot as oe, createCommentVNode as I, Fragment as se, renderList as ne, withDirectives as ie, createVNode as k, vShow as re, toDisplayString as C } from "vue";
2
- import { CloseOutlined as ce, PlusOutlined as ue } from "@ant-design/icons-vue";
3
- import { message as m, Progress as le } from "@aplus-frontend/antdv";
4
- import { omit as pe } from "lodash-unified";
1
+ import { defineComponent as se, inject as i, ref as D, watch as oe, nextTick as ne, createElementBlock as h, openBlock as v, normalizeClass as ie, unref as n, createElementVNode as m, renderSlot as ce, createCommentVNode as V, Fragment as re, renderList as ue, withDirectives as le, createVNode as b, vShow as pe, toDisplayString as E } from "vue";
2
+ import { CloseOutlined as de, PlusOutlined as me } from "@ant-design/icons-vue";
3
+ import { message as f, Progress as fe } from "@aplus-frontend/antdv";
4
+ import { omit as ge } from "lodash-unified";
5
5
  import "../../../config-provider/index.mjs";
6
- import { useOss as de, getOssInstance as $ } from "../hooks/useOss.mjs";
7
- import me from "../style/index.mjs";
8
- import { fileMatchesAccept as fe, getAcceptText as ge } from "../utils/accept.mjs";
9
- import { getPath as he, getName as ve, getReturnData as D } from "../utils/returnData.mjs";
10
- import { useLocale as xe } from "../../../config-provider/hooks/use-locale.mjs";
11
- import { useNamespace as ye } from "../../../config-provider/hooks/use-namespace.mjs";
12
- const we = ["accept"], _e = { class: "picture-context" }, Ue = { class: "picture-item-box" }, ke = ["src"], Ce = { class: "picture-item-shadow" }, Ee = ["onClick"], Se = {
6
+ import { useOss as he, getOssInstance as T } from "../hooks/useOss.mjs";
7
+ import ve from "../style/index.mjs";
8
+ import { fileMatchesAccept as xe, getAcceptText as ye } from "../utils/accept.mjs";
9
+ import { getPath as we, getName as _e, getReturnData as L } from "../utils/returnData.mjs";
10
+ import { useLocale as ke } from "../../../config-provider/hooks/use-locale.mjs";
11
+ import { useNamespace as Ue } from "../../../config-provider/hooks/use-namespace.mjs";
12
+ const Ce = ["accept"], be = { class: "picture-context" }, Ee = { class: "picture-item-box" }, Ne = ["src"], Se = { class: "picture-item-shadow" }, Re = ["onClick"], Me = {
13
13
  key: 0,
14
14
  class: "picture-item-uploading"
15
- }, be = { class: "picture-title" }, Ne = { key: 0 }, Re = { key: 1 }, qe = /* @__PURE__ */ F({
15
+ }, ze = { class: "picture-title" }, Ae = { key: 0 }, Pe = { key: 1 }, Je = /* @__PURE__ */ se({
16
16
  __name: "Picture",
17
- setup(Me, { expose: V }) {
18
- const { t: u } = xe(), { b: T } = ye("ap-upload-picture"), L = me("ap-upload"), { put: O } = de(), B = r("dirName"), q = r("baseDirName"), w = r("accept") || "image/*", _ = r("maxSize") ?? 5, E = r("title"), l = r("maxCount") ?? 10, v = r("uploadingCount"), S = r("beforeUpload"), b = r("customRequest"), N = r("getOssAccess"), j = r("maxSizeErrorMsg"), G = r("maxCountErrorMsg"), H = r("acceptErrorMsg"), x = P(null), c = r("value"), y = r("needName"), R = r("onRemove"), U = r("showUploadErrorMsg");
19
- let s = P([]);
20
- const f = [];
21
- ee(
22
- () => c?.value,
17
+ setup($e, { expose: O }) {
18
+ const { t: l } = ke(), { b: B } = Ue("ap-upload-picture"), q = ve("ap-upload"), { put: j } = he(), G = i("dirName"), H = i("baseDirName"), k = i("accept") || "image/*", U = i("maxSize") ?? 5, N = i("title"), p = i("maxCount") ?? 10, x = i("uploadingCount"), S = i("beforeUpload"), R = i("customRequest"), y = i("getOssAccess"), J = i("maxSizeErrorMsg"), K = i("maxCountErrorMsg"), Q = i("acceptErrorMsg"), w = D(null), r = i("value"), _ = i("needName"), M = i("onRemove"), C = i("showUploadErrorMsg"), z = i("bucket");
19
+ let o = D([]);
20
+ const g = [];
21
+ oe(
22
+ () => r?.value,
23
23
  async function(t) {
24
- !s?.value?.length && t && M(t);
24
+ !o?.value?.length && t && A(t);
25
25
  },
26
26
  { immediate: !0 }
27
27
  );
28
- function M(t) {
28
+ function A(t) {
29
29
  if (!t) {
30
- c.value = void 0, f.splice(0, f.length), s.value = [];
30
+ r.value = void 0, g.splice(0, g.length), o.value = [];
31
31
  return;
32
32
  }
33
- te(async () => {
34
- const o = [];
33
+ ne(async () => {
34
+ const s = [];
35
35
  for (let e of t) {
36
- const a = he(y, e), i = ve(y, e), p = await $(N), Y = await p.getSignatureUrl(a), Z = {
36
+ const a = we(_, e), c = _e(_, e), u = a?.match(/^([^:]+):(.*)$/), d = u?.[1], ee = u?.[2] ?? a, I = await T(
37
+ () => d ? y?.(d) : y?.()
38
+ ), te = await I.getSignatureUrl(ee), ae = {
37
39
  ...typeof e == "string" ? {} : e,
38
- ...new File([e], i, {}),
40
+ ...new File([e], c, {}),
39
41
  uid: `${(/* @__PURE__ */ new Date()).getTime()}-${Math.random()}`,
40
- thumbUrl: Y,
42
+ thumbUrl: te,
41
43
  status: "success",
42
44
  percent: 100,
43
45
  path: a
44
46
  };
45
- o.push(Z), p.destroy();
47
+ s.push(ae), I.destroy();
46
48
  }
47
- if (l && o.length > l) {
48
- m.warning(
49
- u("ap.apUpload.fileInitializationException", {
50
- maxCount: l
49
+ if (p && s.length > p) {
50
+ f.warning(
51
+ l("ap.apUpload.fileInitializationException", {
52
+ maxCount: p
51
53
  })
52
54
  );
53
55
  return;
54
56
  }
55
- o.forEach((e) => {
56
- s.value.push(e), f.push({
57
+ s.forEach((e) => {
58
+ o.value.push(e), g.push({
57
59
  uid: e.uid,
58
60
  path: e.path
59
61
  });
60
- }), c.value = t;
62
+ }), r.value = t;
61
63
  });
62
64
  }
63
- V({ setValue: M });
64
- function J() {
65
- x.value?.click();
65
+ O({ setValue: A });
66
+ function W() {
67
+ w.value?.click();
66
68
  }
67
- function K(t) {
68
- const o = t.target;
69
- Q(o?.files);
69
+ function X(t) {
70
+ const s = t.target;
71
+ Y(s?.files);
70
72
  }
71
- function Q(t) {
73
+ function Y(t) {
72
74
  if (t?.length)
73
- for (let o = 0; o < t.length; o++)
74
- W(t[o]);
75
- x.value && (x.value.value = "");
75
+ for (let s = 0; s < t.length; s++)
76
+ Z(t[s]);
77
+ w.value && (w.value.value = "");
76
78
  }
77
- let z;
78
- async function W(t) {
79
- if (l && l > 1 && s.value.length >= l)
80
- return clearTimeout(z), z = setTimeout(() => {
81
- m.warning(
82
- G || u("ap.apUpload.maxUploadPicture", { maxCount: l })
79
+ let P;
80
+ async function Z(t) {
81
+ if (p && p > 1 && o.value.length >= p)
82
+ return clearTimeout(P), P = setTimeout(() => {
83
+ f.warning(
84
+ K || l("ap.apUpload.maxUploadPicture", { maxCount: p })
83
85
  );
84
86
  }), !1;
85
- if (t.size > _ * 1024 * 1024)
86
- return m.warning(
87
- j || u("ap.apUpload.maxUploadFileSize", { maxSize: _ })
87
+ if (t.size > U * 1024 * 1024)
88
+ return f.warning(
89
+ J || l("ap.apUpload.maxUploadFileSize", { maxSize: U })
88
90
  ), !1;
89
- if (!/image\/\w+/.test(t.type) || !fe(t, w))
90
- return m.warning(
91
- H || u("ap.apUpload.pictureFormatNotSupported")
91
+ if (!/image\/\w+/.test(t.type) || !xe(t, k))
92
+ return f.warning(
93
+ Q || l("ap.apUpload.pictureFormatNotSupported")
92
94
  ), !1;
93
95
  if (typeof S == "function" && await S(t) === !1)
94
96
  return !1;
95
- const o = new FileReader();
96
- o.readAsDataURL(t), o.onload = function() {
97
+ const s = new FileReader();
98
+ s.readAsDataURL(t), s.onload = function() {
97
99
  const e = {
98
100
  ...t,
99
101
  uid: `${(/* @__PURE__ */ new Date()).getTime()}-${Math.random()}`,
@@ -101,168 +103,169 @@ const we = ["accept"], _e = { class: "picture-context" }, Ue = { class: "picture
101
103
  status: "uploading",
102
104
  percent: 0
103
105
  };
104
- X(e, t);
105
- }, o.onerror = function() {
106
- m.warning(u("ap.apUpload.imageParsingFailed"));
106
+ F(e, t);
107
+ }, s.onerror = function() {
108
+ f.warning(l("ap.apUpload.imageParsingFailed"));
107
109
  };
108
110
  }
109
- async function X(t, o) {
110
- if (v.value++, typeof b == "function") {
111
- b({
111
+ async function F(t, s) {
112
+ if (x.value++, typeof R == "function") {
113
+ R({
112
114
  onProgress: (e) => {
113
- const a = s.value.find((i) => i.uid === t.uid);
115
+ const a = o.value.find((c) => c.uid === t.uid);
114
116
  a && (a.percent = e);
115
117
  },
116
118
  onError: (e) => {
117
- U && m.warning(e || u("ap.apUpload.networkAnomaly"));
118
- const a = s.value.findIndex(
119
- (i) => i.uid === t.uid
119
+ C && f.warning(e || l("ap.apUpload.networkAnomaly"));
120
+ const a = o.value.findIndex(
121
+ (c) => c.uid === t.uid
120
122
  );
121
- a > -1 && s.value.splice(a, 1), v.value--;
123
+ a > -1 && o.value.splice(a, 1), x.value--;
122
124
  },
123
125
  onSuccess: (e) => {
124
- const a = s.value.find((i) => i.uid === t.uid);
125
- a && (a.status = "success", a.path = e), c.value = [
126
- ...c.value || [],
127
- D(y, e, o.name)
128
- ], f.push({
126
+ const a = o.value.find((c) => c.uid === t.uid);
127
+ a && (a.status = "success", a.path = e), r.value = [
128
+ ...r.value || [],
129
+ L(_, e, s.name)
130
+ ], g.push({
129
131
  uid: t.uid,
130
132
  path: e
131
- }), v.value--;
133
+ }), x.value--;
132
134
  },
133
- file: o
135
+ file: s
134
136
  });
135
137
  return;
136
138
  }
137
139
  try {
138
- const e = await $(N);
139
- t.oss = e, s.value.push(t), O({
140
- file: o,
141
- dirName: B,
142
- oss: e,
143
- successCallBack(a) {
144
- const i = s.value.find((p) => p.uid === t.uid);
145
- i && (i.status = "success", i.path = a), c.value = [
146
- ...c.value || [],
147
- D(y, a, o.name)
148
- ], f.push({
140
+ const e = await (z ? y(z) : y()), a = await T(async () => e);
141
+ t.oss = a, o.value.push(t), j({
142
+ file: s,
143
+ dirName: G,
144
+ oss: a,
145
+ successCallBack(c) {
146
+ const u = o.value.find((d) => d.uid === t.uid);
147
+ u && (u.status = "success", u.path = c), r.value = [
148
+ ...r.value || [],
149
+ L(_, c, s.name)
150
+ ], g.push({
149
151
  uid: t.uid,
150
- path: a
151
- }), v.value--;
152
+ path: c
153
+ }), x.value--;
152
154
  },
153
- errorCallBack(a) {
154
- U && m.warning(a || u("ap.apUpload.networkAnomaly"));
155
- const i = s.value.findIndex(
156
- (p) => p.uid === t.uid
155
+ errorCallBack(c) {
156
+ C && f.warning(c || l("ap.apUpload.networkAnomaly"));
157
+ const u = o.value.findIndex(
158
+ (d) => d.uid === t.uid
157
159
  );
158
- i > -1 && s.value.splice(i, 1), v.value--;
160
+ u > -1 && o.value.splice(u, 1), x.value--;
159
161
  },
160
- progressCallBack(a) {
161
- const i = s.value.find((p) => p.uid === t.uid);
162
- i && (i.percent = a);
162
+ progressCallBack(c) {
163
+ const u = o.value.find((d) => d.uid === t.uid);
164
+ u && (u.percent = c);
163
165
  },
164
- baseDirName: q
166
+ baseDirName: H,
167
+ bucket: e?.bucket
165
168
  });
166
169
  } catch (e) {
167
- U && m.warning(
168
- typeof e?.message == "string" ? e.message : u("ap.apUpload.networkAnomaly")
170
+ C && f.warning(
171
+ typeof e?.message == "string" ? e.message : l("ap.apUpload.networkAnomaly")
169
172
  );
170
- const a = s.value.findIndex((i) => i.uid === t.uid);
171
- a > -1 && s.value.splice(a, 1), v.value--;
173
+ const a = o.value.findIndex((c) => c.uid === t.uid);
174
+ a > -1 && o.value.splice(a, 1), x.value--;
172
175
  }
173
176
  }
174
- function A(t) {
175
- if (R && R?.(t), t.path && c) {
176
- if (Array.isArray(c.value)) {
177
- const e = f.findIndex(
177
+ function $(t) {
178
+ if (M && M?.(t), t.path && r) {
179
+ if (Array.isArray(r.value)) {
180
+ const e = g.findIndex(
178
181
  (a) => a.uid === t.uid
179
182
  );
180
183
  if (e >= 0) {
181
- const a = c?.value?.slice() ?? [];
182
- a?.splice(e, 1), c.value = a, f.splice(e, 1);
184
+ const a = r?.value?.slice() ?? [];
185
+ a?.splice(e, 1), r.value = a, g.splice(e, 1);
183
186
  }
184
- c.value.length === 0 && (c.value = void 0);
187
+ r.value.length === 0 && (r.value = void 0);
185
188
  }
186
189
  } else
187
190
  t?.oss?.pauseUpload();
188
- const o = s.value.findIndex(
191
+ const s = o.value.findIndex(
189
192
  (e) => e.uid === t.uid
190
193
  );
191
- return s.value.splice(o, 1), Promise.resolve(!0);
194
+ return o.value.splice(s, 1), Promise.resolve(!0);
192
195
  }
193
- return (t, o) => (h(), g("div", {
194
- class: ae({
195
- [n(T)()]: !0,
196
- [n(L) ?? ""]: !0
196
+ return (t, s) => (v(), h("div", {
197
+ class: ie({
198
+ [n(B)()]: !0,
199
+ [n(q) ?? ""]: !0
197
200
  })
198
201
  }, [
199
- d("input", {
202
+ m("input", {
200
203
  ref_key: "fileRef",
201
- ref: x,
204
+ ref: w,
202
205
  style: { display: "none" },
203
206
  type: "file",
204
- accept: n(w),
205
- onChange: K
206
- }, null, 40, we),
207
- d("div", _e, [
208
- oe(t.$slots, "pictureContext", {
209
- fileList: n(s).map((e) => ({
210
- ...n(pe)(e, "oss"),
207
+ accept: n(k),
208
+ onChange: X
209
+ }, null, 40, Ce),
210
+ m("div", be, [
211
+ ce(t.$slots, "pictureContext", {
212
+ fileList: n(o).map((e) => ({
213
+ ...n(ge)(e, "oss"),
211
214
  oss: {
212
215
  pauseUpload: e?.oss?.pauseUpload
213
216
  }
214
217
  })),
215
- remove: A
218
+ remove: $
216
219
  }, () => [
217
- (h(!0), g(se, null, ne(n(s), (e) => (h(), g("div", {
220
+ (v(!0), h(re, null, ue(n(o), (e) => (v(), h("div", {
218
221
  key: e.uid,
219
222
  class: "picture-item"
220
223
  }, [
221
- d("div", Ue, [
222
- d("img", {
224
+ m("div", Ee, [
225
+ m("img", {
223
226
  src: e.thumbUrl,
224
227
  alt: ""
225
- }, null, 8, ke),
226
- ie(d("div", Ce, [
227
- d("div", {
228
+ }, null, 8, Ne),
229
+ le(m("div", Se, [
230
+ m("div", {
228
231
  class: "picture-item-close",
229
- onClick: (a) => A(e)
232
+ onClick: (a) => $(e)
230
233
  }, [
231
- k(n(ce))
232
- ], 8, Ee),
233
- e.status === "uploading" ? (h(), g("div", Se, [
234
- k(n(le), {
234
+ b(n(de))
235
+ ], 8, Re),
236
+ e.status === "uploading" ? (v(), h("div", Me, [
237
+ b(n(fe), {
235
238
  percent: e.percent,
236
239
  "stroke-color": "#ffffff",
237
240
  "trail-color": "rgba(255, 255, 255, 0.3)",
238
241
  size: 4,
239
242
  "show-info": !1
240
243
  }, null, 8, ["percent"])
241
- ])) : I("", !0)
244
+ ])) : V("", !0)
242
245
  ], 512), [
243
- [re, e.status === "uploading"]
246
+ [pe, e.status === "uploading"]
244
247
  ])
245
248
  ])
246
249
  ]))), 128))
247
250
  ]),
248
- n(l) === void 0 || n(s).length < n(l) ? (h(), g("div", {
251
+ n(p) === void 0 || n(o).length < n(p) ? (v(), h("div", {
249
252
  key: 0,
250
253
  class: "picture-upload",
251
- onClick: J
254
+ onClick: W
252
255
  }, [
253
- k(n(ue)),
254
- d("div", null, C(n(u)("ap.apUpload.update")), 1)
255
- ])) : I("", !0)
256
+ b(n(me)),
257
+ m("div", null, E(n(l)("ap.apUpload.update")), 1)
258
+ ])) : V("", !0)
256
259
  ]),
257
- d("div", be, [
258
- n(E) ? (h(), g("div", Ne, C(n(E)), 1)) : (h(), g("div", Re, C(`${n(u)("ap.apUpload.supportExtension")}:${n(ge)(n(w))},${n(u)(
260
+ m("div", ze, [
261
+ n(N) ? (v(), h("div", Ae, E(n(N)), 1)) : (v(), h("div", Pe, E(`${n(l)("ap.apUpload.supportExtension")}:${n(ye)(n(k))},${n(l)(
259
262
  "ap.apUpload.maxUploadPictureSize",
260
- { maxSize: n(_) }
263
+ { maxSize: n(U) }
261
264
  )}`), 1))
262
265
  ])
263
266
  ], 2));
264
267
  }
265
268
  });
266
269
  export {
267
- qe as default
270
+ Je as default
268
271
  };