@keyblade/pro-components 1.12.1-alpha.12 → 1.12.1-alpha.14

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,29 +1,28 @@
1
- import { defineComponent as ne, ref as m, computed as C, watch as D, resolveComponent as oe, openBlock as te, createElementBlock as ie, createVNode as ue, normalizeClass as re } from "vue";
2
- import { Message as U } from "@arco-design/web-vue";
3
- import { conclude as b } from "vue-global-config";
4
- import { EImageUploadInnerBeforeUploadStep as v } from "./types.js";
5
- import { defaultImageUploadOptions as x } from "./constant.js";
6
- import { defaultImageUploadCheckOptions as de, defaultImageUploadCompressorOptions as se, defaultImageUploadCropOptions as ce, oneTravelImageCheckAndTransform as fe, oneTravelImageCompressor as ve } from "@keyblade/one-travel";
7
- const me = "keyblade-pro-image-upload";
8
- var G, J, K;
9
- const Ee = /* @__PURE__ */ ne({
1
+ import { defineComponent as X, mergeModels as V, useModel as Y, ref as d, computed as U, watch as F, openBlock as Z, createElementBlock as N } from "vue";
2
+ import { Message as I } from "@arco-design/web-vue";
3
+ import { conclude as x } from "vue-global-config";
4
+ import { EImageUploadInnerBeforeUploadStep as i } from "./types.js";
5
+ import { defaultImageUploadOptions as f } from "./constant.js";
6
+ import { defaultImageUploadCheckOptions as A, defaultImageUploadCompressorOptions as R, defaultImageUploadCropOptions as ee, oneTravelImageCheckAndTransform as ae, oneTravelImageCompressor as oe } from "@keyblade/one-travel";
7
+ var T, q, P;
8
+ const se = /* @__PURE__ */ X({
10
9
  __name: "image-upload",
11
- props: {
10
+ props: /* @__PURE__ */ V({
12
11
  action: {},
13
12
  handlerResponse: {},
14
13
  headers: {},
15
14
  data: {},
16
- name: { default: (G = x) == null ? void 0 : G.name },
15
+ name: { default: (T = f) == null ? void 0 : T.name },
17
16
  tip: {},
18
17
  accept: { default: () => {
19
- var B;
20
- return ((B = x) == null ? void 0 : B.accept) || [];
18
+ var v;
19
+ return ((v = f) == null ? void 0 : v.accept) || [];
21
20
  } },
22
- multiple: { type: Boolean, default: x.multiple },
23
- singleLimit: { default: x.singleLimit },
21
+ multiple: { type: Boolean, default: f.multiple },
22
+ singleLimit: { default: f.singleLimit },
24
23
  limit: {},
25
- disabled: { type: Boolean, default: (J = x) == null ? void 0 : J.disabled },
26
- hideInnerBeforeUploadLoading: { type: Boolean, default: (K = x) == null ? void 0 : K.hideInnerBeforeUploadLoading },
24
+ disabled: { type: Boolean, default: (q = f) == null ? void 0 : q.disabled },
25
+ hideInnerBeforeUploadLoading: { type: Boolean, default: (P = f) == null ? void 0 : P.hideInnerBeforeUploadLoading },
27
26
  checkOptions: {},
28
27
  compressorOptions: {},
29
28
  cropOptions: {},
@@ -33,121 +32,87 @@ const Ee = /* @__PURE__ */ ne({
33
32
  onBeforeUpload: {},
34
33
  onInnerBeforeUploadStart: {},
35
34
  onInnerBeforeUploadEnd: {}
36
- },
37
- emits: ["cropperImgLoad"],
38
- setup(B, { expose: X, emit: ge }) {
39
- const e = B, i = defineModel({ required: !0 }), M = m(), Y = m(), O = m(), g = m(
35
+ }, {
36
+ modelValue: { required: !0 },
37
+ modelModifiers: {}
38
+ }),
39
+ emits: /* @__PURE__ */ V(["cropperImgLoad"], ["update:modelValue"]),
40
+ setup(v, { expose: D, emit: le }) {
41
+ Y(v, "modelValue");
42
+ const e = v, G = d(), J = d(), B = d(), M = d(
40
43
  []
41
- ), o = m(), c = m(), d = m(), Z = C(() => e.accept.map((a) => `.${a}`).join(",")), f = C(() => b([e.checkOptions, de]) || {}), p = C(() => b([e.compressorOptions, se]) || {}), y = C(() => b([e.cropOptions, ce]) || {}), _ = (a) => {
42
- var t, u, s, r;
43
- const n = (r = (s = (u = (t = M.value) == null ? void 0 : t.$el) == null ? void 0 : u.querySelector) == null ? void 0 : s.call(u, "input")) == null ? void 0 : r.files;
44
- return n && n.length > 0 && (d.value = {
45
- selectCount: n.length
46
- }), e != null && e.onBeforeUpload ? e == null ? void 0 : e.onBeforeUpload(a) : d.value && (e != null && e.singleLimit) && d.value.selectCount > (e == null ? void 0 : e.singleLimit) ? (d.value.handleIndex === void 0 ? (d.value.handleIndex = 0, U.error(`单次最多可选择${e == null ? void 0 : e.singleLimit}张图片`)) : d.value.handleIndex += 1, d.value.handleIndex === d.value.selectCount - 1 && (d.value = void 0), !1) : new Promise(async (E, w) => {
47
- try {
48
- E(await le(a));
49
- } catch {
50
- w();
51
- } finally {
52
- L();
53
- }
54
- });
55
- }, A = async (a) => {
56
- const n = i.value.findIndex((t) => t.uid === a.uid);
57
- return i.value.splice(n, 1), i.value = [...i.value], !1;
58
- }, R = (a, n) => {
59
- e != null && e.onExceed ? e == null || e.onExceed(a, n) : (U.error(`单次最多可选择${(e == null ? void 0 : e.limit) || 1}张图片`), i.value = a);
60
- }, ee = async (a) => {
61
- if (e != null && e.onSuccess)
62
- e == null || e.onSuccess(a);
63
- else {
64
- if (!(e != null && e.handlerResponse))
65
- return;
66
- const n = await e.handlerResponse(a.response), t = i.value.findIndex((u) => u.uid === a.uid);
67
- n.success ? i.value[t] = {
68
- ...i.value[t],
69
- ...n
70
- } : i.value.splice(t, 1);
71
- }
72
- }, ae = (a) => {
73
- e != null && e.onError ? e == null || e.onError(a) : setTimeout(() => {
74
- const n = i.value.findIndex((t) => t.uid === a.uid);
75
- i.value.splice(n, 1);
76
- });
77
- }, le = (a) => new Promise((n, t) => {
78
- g.value.push({ file: a, resolve: n, reject: t }), g.value.length === 1 && !o.value && L();
79
- }), L = () => {
80
- o.value === void 0 ? o.value = 0 : o.value + 1 >= g.value.length ? (o.value = void 0, g.value = []) : o.value += 1;
81
- };
82
- D(o, async () => {
83
- var E, w, S, $, F, z, j, k, Q, H, W, P, T, q, N, V;
84
- if (o.value === void 0 || g.value.length === 0)
44
+ ), o = d(), r = d();
45
+ d(), U(() => e.accept.map((u) => `.${u}`).join(","));
46
+ const n = U(() => x([e.checkOptions, A]) || {}), g = U(() => x([e.compressorOptions, R]) || {}), p = U(() => x([e.cropOptions, ee]) || {});
47
+ F(o, async () => {
48
+ var w, y, E, O, C, S, b, z, _, j, L, $, H, W, k, Q;
49
+ if (o.value === void 0 || M.value.length === 0)
85
50
  return;
86
- const a = g.value[o.value], { file: n, resolve: t, reject: u } = a;
87
- let s = n.name, r = n;
88
- if ((E = f.value) != null && E.enable) {
89
- c.value = {
51
+ const u = M.value[o.value], { file: l, resolve: K, reject: h } = u;
52
+ let s = l.name, t = l;
53
+ if ((w = n.value) != null && w.enable) {
54
+ r.value = {
90
55
  loading: !0,
91
56
  text: `第${o.value + 1}张图片检测中,请稍等`
92
- }, (w = e == null ? void 0 : e.onInnerBeforeUploadStart) == null || w.call(
57
+ }, (y = e == null ? void 0 : e.onInnerBeforeUploadStart) == null || y.call(
93
58
  e,
94
- n,
59
+ l,
95
60
  o.value,
96
- v.check
61
+ i.check
97
62
  );
98
- const l = await fe(n, n.name, {
99
- imageMaxSize: f.value.maxSize,
100
- imageAllowedType: f.value.allowedType,
101
- imageMinWidth: f.value.minWidth,
102
- imageMinHeight: f.value.minHeight,
103
- imageMaxWidth: f.value.maxWidth,
104
- imageMaxHeight: f.value.maxHeight
63
+ const a = await ae(l, l.name, {
64
+ imageMaxSize: n.value.maxSize,
65
+ imageAllowedType: n.value.allowedType,
66
+ imageMinWidth: n.value.minWidth,
67
+ imageMinHeight: n.value.minHeight,
68
+ imageMaxWidth: n.value.maxWidth,
69
+ imageMaxHeight: n.value.maxHeight
105
70
  });
106
- if (c.value = void 0, (S = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || S.call(
71
+ if (r.value = void 0, (E = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || E.call(
107
72
  e,
108
- n,
73
+ l,
109
74
  o.value,
110
- v.check,
75
+ i.check,
111
76
  {
112
- success: l.success,
113
- error: l == null ? void 0 : l.error,
114
- errorMessage: l == null ? void 0 : l.errorMessage
77
+ success: a.success,
78
+ error: a == null ? void 0 : a.error,
79
+ errorMessage: a == null ? void 0 : a.errorMessage
115
80
  }
116
- ), !l.success)
117
- return ($ = f.value) != null && $.showErrorMessage && U.error((l == null ? void 0 : l.errorMessage) || "图片校验及转换失败"), u();
118
- if (l != null && l.hasTransform) {
119
- const I = s == null ? void 0 : s.split(".");
120
- I.pop(), s = `${I.join(",")}.jpg`, r = new File([l.file], s, {
121
- type: l.file.type
81
+ ), !a.success)
82
+ return (O = n.value) != null && O.showErrorMessage && I.error((a == null ? void 0 : a.errorMessage) || "图片校验及转换失败"), h();
83
+ if (a != null && a.hasTransform) {
84
+ const m = s == null ? void 0 : s.split(".");
85
+ m.pop(), s = `${m.join(",")}.jpg`, t = new File([a.file], s, {
86
+ type: a.file.type
122
87
  });
123
88
  } else
124
- r = l.file;
89
+ t = a.file;
125
90
  }
126
- if ((F = y.value) != null && F.enable) {
127
- (z = e == null ? void 0 : e.onInnerBeforeUploadStart) == null || z.call(
91
+ if ((C = p.value) != null && C.enable) {
92
+ (S = e == null ? void 0 : e.onInnerBeforeUploadStart) == null || S.call(
128
93
  e,
129
- n,
94
+ l,
130
95
  o.value,
131
- v.crop
96
+ i.crop
132
97
  );
133
98
  try {
134
- (j = y.value) != null && j.customCrop ? r = await y.value.customCrop(r) : r = await new Promise((l, I) => {
135
- O.value = { file: r, resolve: l, reject: I };
136
- }), (k = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || k.call(
99
+ (b = p.value) != null && b.customCrop ? t = await p.value.customCrop(t) : t = await new Promise((a, m) => {
100
+ B.value = { file: t, resolve: a, reject: m };
101
+ }), (z = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || z.call(
137
102
  e,
138
- n,
103
+ l,
139
104
  o.value,
140
- v.crop,
105
+ i.crop,
141
106
  {
142
107
  success: !1
143
108
  }
144
109
  );
145
110
  } catch {
146
- return (Q = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || Q.call(
111
+ return (_ = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || _.call(
147
112
  e,
148
- n,
113
+ l,
149
114
  o.value,
150
- v.crop,
115
+ i.crop,
151
116
  {
152
117
  success: !1,
153
118
  error: {
@@ -155,98 +120,71 @@ const Ee = /* @__PURE__ */ ne({
155
120
  },
156
121
  errorMessage: "图片剪裁失败"
157
122
  }
158
- ), (H = y.value) != null && H.showErrorMessage && U.error("图片剪裁失败"), u();
123
+ ), (j = p.value) != null && j.showErrorMessage && I.error("图片剪裁失败"), h();
159
124
  } finally {
160
- O.value = void 0;
125
+ B.value = void 0;
161
126
  }
162
127
  }
163
- if ((W = p.value) != null && W.enable) {
164
- c.value = {
128
+ if ((L = g.value) != null && L.enable) {
129
+ r.value = {
165
130
  loading: !0,
166
131
  text: `第${o.value + 1}张图片处理中,请稍等`
167
- }, (P = e == null ? void 0 : e.onInnerBeforeUploadStart) == null || P.call(
132
+ }, ($ = e == null ? void 0 : e.onInnerBeforeUploadStart) == null || $.call(
168
133
  e,
169
- n,
134
+ l,
170
135
  o.value,
171
- v.compress
136
+ i.compress
172
137
  );
173
- const l = await ve(r, {
174
- maxSize: p.value.maxSize,
175
- size: p.value.size,
176
- excludeAllowedTypes: (T = p.value.excludeAllowedTypes) == null ? void 0 : T.map((I) => `image/${I}`)
138
+ const a = await oe(t, {
139
+ maxSize: g.value.maxSize,
140
+ size: g.value.size,
141
+ excludeAllowedTypes: (H = g.value.excludeAllowedTypes) == null ? void 0 : H.map((m) => `image/${m}`)
177
142
  });
178
- if (c.value = void 0, (q = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || q.call(
143
+ if (r.value = void 0, (W = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || W.call(
179
144
  e,
180
- n,
145
+ l,
181
146
  o.value,
182
- v.compress,
147
+ i.compress,
183
148
  {
184
- success: l.success,
149
+ success: a.success,
185
150
  error: {
186
151
  compress: !0
187
152
  },
188
- errorMessage: l == null ? void 0 : l.errorMessage
153
+ errorMessage: a == null ? void 0 : a.errorMessage
189
154
  }
190
- ), !l.success)
191
- return (N = p.value) != null && N.showErrorMessage && U.error((l == null ? void 0 : l.errorMessage) || "图片压缩失败"), u();
192
- r = new File([l.file], s, {
193
- type: l.file.type
155
+ ), !a.success)
156
+ return (k = g.value) != null && k.showErrorMessage && I.error((a == null ? void 0 : a.errorMessage) || "图片压缩失败"), h();
157
+ t = new File([a.file], s, {
158
+ type: a.file.type
194
159
  });
195
160
  }
196
- c.value = void 0, (V = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || V.call(
161
+ r.value = void 0, (Q = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || Q.call(
197
162
  e,
198
- n,
163
+ l,
199
164
  o.value,
200
- v.all,
165
+ i.all,
201
166
  {
202
167
  success: !0
203
168
  }
204
- ), t(r);
169
+ ), K(t);
205
170
  });
206
- let h;
207
- return D(
208
- () => c.value,
171
+ let c;
172
+ return F(
173
+ () => r.value,
209
174
  () => {
210
- var a;
211
- c.value ? h = U.loading({
212
- content: c.value.text,
175
+ var u;
176
+ r.value ? c = I.loading({
177
+ content: r.value.text,
213
178
  id: "image-upload-id",
214
179
  duration: 0
215
- }) : (a = h == null ? void 0 : h.close) == null || a.call(h);
180
+ }) : (u = c == null ? void 0 : c.close) == null || u.call(c);
216
181
  }
217
- ), X({
218
- uploadInsRef: M,
219
- cropperInsRef: Y
220
- }), (a, n) => {
221
- const t = oe("a-upload");
222
- return te(), ie("div", null, [
223
- ue(t, {
224
- class: re([`${me}-upload`]),
225
- ref_key: "uploadInsRef",
226
- ref: M,
227
- "list-type": "picture-card",
228
- tip: a.tip || "上传",
229
- "image-preview": "",
230
- "file-list": i.value,
231
- "onUpdate:fileList": n[0] || (n[0] = (u) => i.value = u),
232
- action: a.action,
233
- headers: a.headers,
234
- data: a.data,
235
- name: a.name,
236
- accept: Z.value,
237
- multiple: a.multiple,
238
- limit: a.limit,
239
- disabled: a.disabled,
240
- "on-before-upload": _,
241
- "on-before-remove": A,
242
- onExceedLimit: R,
243
- onSuccess: ee,
244
- onError: ae
245
- }, null, 8, ["class", "tip", "file-list", "action", "headers", "data", "name", "accept", "multiple", "limit", "disabled"])
246
- ]);
247
- };
182
+ ), D({
183
+ uploadInsRef: G,
184
+ cropperInsRef: J
185
+ }), (u, l) => (Z(), N("div"));
248
186
  }
249
187
  });
250
188
  export {
251
- Ee as default
189
+ se as default
252
190
  };