@feedmepos/mf-media 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AiStudio-40fbac7c.js → AiStudio-a4b7098a.js} +1 -1
- package/dist/AssetLibrary-4c2864d0.js +285 -0
- package/dist/app.js +9 -9
- package/dist/{media-picker-1af09b4a.js → media-picker-e86c4195.js} +1090 -989
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/AssetLibrary-145d5ac2.js +0 -267
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useI18n as
|
|
1
|
+
import { defineComponent as ue, resolveComponent as I, openBlock as x, createElementBlock as S, toDisplayString as P, unref as B, createElementVNode as b, Fragment as z, renderList as le, normalizeClass as X, withModifiers as nt, createBlock as ee, createCommentVNode as U, createVNode as F, ref as N, withDirectives as Rn, withKeys as En, vModelText as Tn, computed as W, withCtx as xe, createTextVNode as oe, onScopeDispose as Sn, watch as be, mergeModels as it, useModel as Jt } from "vue";
|
|
2
|
+
import { useI18n as ce, useCoreStore as On } from "@feedmepos/mf-common";
|
|
3
3
|
import { useDialog as Cn } from "@feedmepos/ui-library";
|
|
4
|
-
function
|
|
4
|
+
function Wt(e, t) {
|
|
5
5
|
return function() {
|
|
6
6
|
return e.apply(t, arguments);
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
|
-
const { toString: Bn } = Object.prototype, { getPrototypeOf:
|
|
9
|
+
const { toString: Bn } = Object.prototype, { getPrototypeOf: Ee } = Object, { iterator: Ne, toStringTag: Kt } = Symbol, Je = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Le = (e, t) => {
|
|
10
10
|
let n = e;
|
|
11
11
|
const a = [];
|
|
12
12
|
for (; n != null && n !== Object.prototype; ) {
|
|
13
13
|
if (a.indexOf(n) !== -1)
|
|
14
14
|
return !1;
|
|
15
|
-
if (a.push(n),
|
|
15
|
+
if (a.push(n), Je(n, t))
|
|
16
16
|
return !0;
|
|
17
|
-
n =
|
|
17
|
+
n = Ee(n);
|
|
18
18
|
}
|
|
19
19
|
return !1;
|
|
20
|
-
}, _n = (e, t) => e != null &&
|
|
20
|
+
}, _n = (e, t) => e != null && Le(e, t) ? e[t] : void 0, ft = ((e) => (t) => {
|
|
21
21
|
const n = Bn.call(t);
|
|
22
22
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
23
|
-
})(/* @__PURE__ */ Object.create(null)), se = (e) => (e = e.toLowerCase(), (t) => ft(t) === e),
|
|
24
|
-
function
|
|
25
|
-
return e !== null && !
|
|
23
|
+
})(/* @__PURE__ */ Object.create(null)), se = (e) => (e = e.toLowerCase(), (t) => ft(t) === e), Ye = (e) => (t) => typeof t === e, { isArray: ke } = Array, Te = Ye("undefined");
|
|
24
|
+
function Se(e) {
|
|
25
|
+
return e !== null && !Te(e) && e.constructor !== null && !Te(e.constructor) && Q(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
26
26
|
}
|
|
27
|
-
const
|
|
27
|
+
const Xt = se("ArrayBuffer");
|
|
28
28
|
function An(e) {
|
|
29
29
|
let t;
|
|
30
|
-
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer &&
|
|
30
|
+
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Xt(e.buffer), t;
|
|
31
31
|
}
|
|
32
|
-
const Dn =
|
|
32
|
+
const Dn = Ye("string"), Q = Ye("function"), Yt = Ye("number"), Oe = (e) => e !== null && typeof e == "object", Fn = (e) => e === !0 || e === !1, qe = (e) => {
|
|
33
33
|
if (!Oe(e))
|
|
34
34
|
return !1;
|
|
35
|
-
const t =
|
|
36
|
-
return (t === null || t === Object.prototype ||
|
|
35
|
+
const t = Ee(e);
|
|
36
|
+
return (t === null || t === Object.prototype || Ee(t) === null) && // Treat any genuine (non-Object.prototype-polluted) Symbol.toStringTag or
|
|
37
37
|
// Symbol.iterator as evidence the value is a tagged/iterable type rather
|
|
38
38
|
// than a plain object, while ignoring keys injected onto Object.prototype.
|
|
39
|
-
!
|
|
40
|
-
},
|
|
41
|
-
if (!Oe(e) ||
|
|
39
|
+
!Le(e, Kt) && !Le(e, Ne);
|
|
40
|
+
}, Ln = (e) => {
|
|
41
|
+
if (!Oe(e) || Se(e))
|
|
42
42
|
return !1;
|
|
43
43
|
try {
|
|
44
44
|
return Object.keys(e).length === 0 && Object.getPrototypeOf(e) === Object.prototype;
|
|
45
45
|
} catch {
|
|
46
46
|
return !1;
|
|
47
47
|
}
|
|
48
|
-
},
|
|
48
|
+
}, Nn = se("Date"), Un = se("File"), jn = (e) => !!(e && typeof e.uri < "u"), In = (e) => e && typeof e.getParts < "u", Mn = se("Blob"), zn = se("FileList"), Vn = (e) => Oe(e) && Q(e.pipe);
|
|
49
49
|
function qn() {
|
|
50
50
|
return typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {};
|
|
51
51
|
}
|
|
52
|
-
const
|
|
52
|
+
const Ot = qn(), Ct = typeof Ot.FormData < "u" ? Ot.FormData : void 0, $n = (e) => {
|
|
53
53
|
if (!e)
|
|
54
54
|
return !1;
|
|
55
|
-
if (
|
|
55
|
+
if (Ct && e instanceof Ct)
|
|
56
56
|
return !0;
|
|
57
|
-
const t =
|
|
57
|
+
const t = Ee(e);
|
|
58
58
|
if (!t || t === Object.prototype || !Q(e.append))
|
|
59
59
|
return !1;
|
|
60
60
|
const n = ft(e);
|
|
61
61
|
return n === "formdata" || // detect form-data instance
|
|
62
62
|
n === "object" && Q(e.toString) && e.toString() === "[object FormData]";
|
|
63
|
-
}, Gn = se("URLSearchParams"), [
|
|
63
|
+
}, Gn = se("URLSearchParams"), [Hn, Jn, Wn, Kn] = [
|
|
64
64
|
"ReadableStream",
|
|
65
65
|
"Request",
|
|
66
66
|
"Response",
|
|
67
67
|
"Headers"
|
|
68
68
|
].map(se), Xn = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
69
|
-
function
|
|
69
|
+
function Ue(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
70
70
|
if (e === null || typeof e > "u")
|
|
71
71
|
return;
|
|
72
72
|
let a, r;
|
|
@@ -74,7 +74,7 @@ function Le(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
74
74
|
for (a = 0, r = e.length; a < r; a++)
|
|
75
75
|
t.call(null, e[a], a, e);
|
|
76
76
|
else {
|
|
77
|
-
if (
|
|
77
|
+
if (Se(e))
|
|
78
78
|
return;
|
|
79
79
|
const o = n ? Object.getOwnPropertyNames(e) : Object.keys(e), s = o.length;
|
|
80
80
|
let i;
|
|
@@ -82,8 +82,8 @@ function Le(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
82
82
|
i = o[a], t.call(null, e[i], i, e);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
function
|
|
86
|
-
if (
|
|
85
|
+
function Qt(e, t) {
|
|
86
|
+
if (Se(e))
|
|
87
87
|
return null;
|
|
88
88
|
t = t.toLowerCase();
|
|
89
89
|
const n = Object.keys(e);
|
|
@@ -93,17 +93,17 @@ function en(e, t) {
|
|
|
93
93
|
return r;
|
|
94
94
|
return null;
|
|
95
95
|
}
|
|
96
|
-
const we = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(),
|
|
96
|
+
const we = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), Zt = (e) => !Te(e) && e !== we;
|
|
97
97
|
function lt(...e) {
|
|
98
|
-
const { caseless: t, skipUndefined: n } =
|
|
98
|
+
const { caseless: t, skipUndefined: n } = Zt(this) && this || {}, a = {}, r = (o, s) => {
|
|
99
99
|
if (s === "__proto__" || s === "constructor" || s === "prototype")
|
|
100
100
|
return;
|
|
101
|
-
const i = t && typeof s == "string" &&
|
|
102
|
-
|
|
101
|
+
const i = t && typeof s == "string" && Qt(a, s) || s, u = Je(a, i) ? a[i] : void 0;
|
|
102
|
+
qe(u) && qe(o) ? a[i] = lt(u, o) : qe(o) ? a[i] = lt({}, o) : ke(o) ? a[i] = o.slice() : (!n || !Te(o)) && (a[i] = o);
|
|
103
103
|
};
|
|
104
104
|
for (let o = 0, s = e.length; o < s; o++) {
|
|
105
105
|
const i = e[o];
|
|
106
|
-
if (!i ||
|
|
106
|
+
if (!i || Se(i) || (Ue(i, r), typeof i != "object" || ke(i)))
|
|
107
107
|
continue;
|
|
108
108
|
const u = Object.getOwnPropertySymbols(i);
|
|
109
109
|
for (let d = 0; d < u.length; d++) {
|
|
@@ -113,14 +113,14 @@ function lt(...e) {
|
|
|
113
113
|
}
|
|
114
114
|
return a;
|
|
115
115
|
}
|
|
116
|
-
const
|
|
116
|
+
const Yn = (e, t, n, { allOwnKeys: a } = {}) => (Ue(
|
|
117
117
|
t,
|
|
118
118
|
(r, o) => {
|
|
119
119
|
n && Q(r) ? Object.defineProperty(e, o, {
|
|
120
120
|
// Null-proto descriptor so a polluted Object.prototype.get cannot
|
|
121
121
|
// hijack defineProperty's accessor-vs-data resolution.
|
|
122
122
|
__proto__: null,
|
|
123
|
-
value:
|
|
123
|
+
value: Wt(r, n),
|
|
124
124
|
writable: !0,
|
|
125
125
|
enumerable: !0,
|
|
126
126
|
configurable: !0
|
|
@@ -133,7 +133,7 @@ const Qn = (e, t, n, { allOwnKeys: a } = {}) => (Le(
|
|
|
133
133
|
});
|
|
134
134
|
},
|
|
135
135
|
{ allOwnKeys: a }
|
|
136
|
-
), e),
|
|
136
|
+
), e), Qn = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Zn = (e, t, n, a) => {
|
|
137
137
|
e.prototype = Object.create(t.prototype, a), Object.defineProperty(e.prototype, "constructor", {
|
|
138
138
|
__proto__: null,
|
|
139
139
|
value: e,
|
|
@@ -152,7 +152,7 @@ const Qn = (e, t, n, { allOwnKeys: a } = {}) => (Le(
|
|
|
152
152
|
do {
|
|
153
153
|
for (r = Object.getOwnPropertyNames(e), o = r.length; o-- > 0; )
|
|
154
154
|
s = r[o], (!a || a(s, e, t)) && !i[s] && (t[s] = e[s], i[s] = !0);
|
|
155
|
-
e = n !== !1 &&
|
|
155
|
+
e = n !== !1 && Ee(e);
|
|
156
156
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
157
157
|
return t;
|
|
158
158
|
}, ta = (e, t, n) => {
|
|
@@ -165,14 +165,14 @@ const Qn = (e, t, n, { allOwnKeys: a } = {}) => (Le(
|
|
|
165
165
|
if (ke(e))
|
|
166
166
|
return e;
|
|
167
167
|
let t = e.length;
|
|
168
|
-
if (!
|
|
168
|
+
if (!Yt(t))
|
|
169
169
|
return null;
|
|
170
170
|
const n = new Array(t);
|
|
171
171
|
for (; t-- > 0; )
|
|
172
172
|
n[t] = e[t];
|
|
173
173
|
return n;
|
|
174
|
-
}, aa = ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" &&
|
|
175
|
-
const n = (e && e[
|
|
174
|
+
}, aa = ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Ee(Uint8Array)), ra = (e, t) => {
|
|
175
|
+
const n = (e && e[Ne]).call(e);
|
|
176
176
|
let a;
|
|
177
177
|
for (; (a = n.next()) && !a.done; ) {
|
|
178
178
|
const r = a.value;
|
|
@@ -186,14 +186,14 @@ const Qn = (e, t, n, { allOwnKeys: a } = {}) => (Le(
|
|
|
186
186
|
return a;
|
|
187
187
|
}, sa = se("HTMLFormElement"), ia = (e) => e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function(t, n, a) {
|
|
188
188
|
return n.toUpperCase() + a;
|
|
189
|
-
}), { propertyIsEnumerable: la } = Object.prototype, ua = se("RegExp"),
|
|
189
|
+
}), { propertyIsEnumerable: la } = Object.prototype, ua = se("RegExp"), en = (e, t) => {
|
|
190
190
|
const n = Object.getOwnPropertyDescriptors(e), a = {};
|
|
191
|
-
|
|
191
|
+
Ue(n, (r, o) => {
|
|
192
192
|
let s;
|
|
193
193
|
(s = t(r, o, e)) !== !1 && (a[o] = s || r);
|
|
194
194
|
}), Object.defineProperties(e, a);
|
|
195
195
|
}, ca = (e) => {
|
|
196
|
-
|
|
196
|
+
en(e, (t, n) => {
|
|
197
197
|
if (Q(e) && ["arguments", "caller", "callee"].includes(n))
|
|
198
198
|
return !1;
|
|
199
199
|
const a = e[n];
|
|
@@ -217,28 +217,28 @@ const Qn = (e, t, n, { allOwnKeys: a } = {}) => (Le(
|
|
|
217
217
|
}, pa = () => {
|
|
218
218
|
}, fa = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
219
219
|
function ma(e) {
|
|
220
|
-
return !!(e && Q(e.append) && e[
|
|
220
|
+
return !!(e && Q(e.append) && e[Kt] === "FormData" && e[Ne]);
|
|
221
221
|
}
|
|
222
222
|
const ga = (e) => {
|
|
223
223
|
const t = /* @__PURE__ */ new WeakSet(), n = (a) => {
|
|
224
224
|
if (Oe(a)) {
|
|
225
225
|
if (t.has(a))
|
|
226
226
|
return;
|
|
227
|
-
if (
|
|
227
|
+
if (Se(a))
|
|
228
228
|
return a;
|
|
229
229
|
if (!("toJSON" in a)) {
|
|
230
230
|
t.add(a);
|
|
231
231
|
const r = ke(a) ? [] : {};
|
|
232
|
-
return
|
|
232
|
+
return Ue(a, (o, s) => {
|
|
233
233
|
const i = n(o);
|
|
234
|
-
!
|
|
234
|
+
!Te(i) && (r[s] = i);
|
|
235
235
|
}), t.delete(a), r;
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
return a;
|
|
239
239
|
};
|
|
240
240
|
return n(e);
|
|
241
|
-
}, ha = se("AsyncFunction"), ba = (e) => e && (Oe(e) || Q(e)) && Q(e.then) && Q(e.catch),
|
|
241
|
+
}, ha = se("AsyncFunction"), ba = (e) => e && (Oe(e) || Q(e)) && Q(e.then) && Q(e.catch), tn = ((e, t) => e ? setImmediate : t ? ((n, a) => (we.addEventListener(
|
|
242
242
|
"message",
|
|
243
243
|
({ source: r, data: o }) => {
|
|
244
244
|
r === we && o === n && a.length && a.shift()();
|
|
@@ -246,25 +246,25 @@ const ga = (e) => {
|
|
|
246
246
|
!1
|
|
247
247
|
), (r) => {
|
|
248
248
|
a.push(r), we.postMessage(n, "*");
|
|
249
|
-
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(typeof setImmediate == "function", Q(we.postMessage)), ya = typeof queueMicrotask < "u" ? queueMicrotask.bind(we) : typeof process < "u" && process.nextTick ||
|
|
249
|
+
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(typeof setImmediate == "function", Q(we.postMessage)), ya = typeof queueMicrotask < "u" ? queueMicrotask.bind(we) : typeof process < "u" && process.nextTick || tn, nn = (e) => e != null && Q(e[Ne]), va = (e) => e != null && Le(e, Ne) && nn(e), l = {
|
|
250
250
|
isArray: ke,
|
|
251
|
-
isArrayBuffer:
|
|
252
|
-
isBuffer:
|
|
251
|
+
isArrayBuffer: Xt,
|
|
252
|
+
isBuffer: Se,
|
|
253
253
|
isFormData: $n,
|
|
254
254
|
isArrayBufferView: An,
|
|
255
255
|
isString: Dn,
|
|
256
|
-
isNumber:
|
|
256
|
+
isNumber: Yt,
|
|
257
257
|
isBoolean: Fn,
|
|
258
258
|
isObject: Oe,
|
|
259
|
-
isPlainObject:
|
|
260
|
-
isEmptyObject:
|
|
261
|
-
isReadableStream:
|
|
262
|
-
isRequest:
|
|
263
|
-
isResponse:
|
|
259
|
+
isPlainObject: qe,
|
|
260
|
+
isEmptyObject: Ln,
|
|
261
|
+
isReadableStream: Hn,
|
|
262
|
+
isRequest: Jn,
|
|
263
|
+
isResponse: Wn,
|
|
264
264
|
isHeaders: Kn,
|
|
265
|
-
isUndefined:
|
|
266
|
-
isDate:
|
|
267
|
-
isFile:
|
|
265
|
+
isUndefined: Te,
|
|
266
|
+
isDate: Nn,
|
|
267
|
+
isFile: Un,
|
|
268
268
|
isReactNativeBlob: jn,
|
|
269
269
|
isReactNative: In,
|
|
270
270
|
isBlob: Mn,
|
|
@@ -274,11 +274,11 @@ const ga = (e) => {
|
|
|
274
274
|
isURLSearchParams: Gn,
|
|
275
275
|
isTypedArray: aa,
|
|
276
276
|
isFileList: zn,
|
|
277
|
-
forEach:
|
|
277
|
+
forEach: Ue,
|
|
278
278
|
merge: lt,
|
|
279
|
-
extend:
|
|
279
|
+
extend: Yn,
|
|
280
280
|
trim: Xn,
|
|
281
|
-
stripBOM:
|
|
281
|
+
stripBOM: Qn,
|
|
282
282
|
inherits: Zn,
|
|
283
283
|
toFlatObject: ea,
|
|
284
284
|
kindOf: ft,
|
|
@@ -288,27 +288,27 @@ const ga = (e) => {
|
|
|
288
288
|
forEachEntry: ra,
|
|
289
289
|
matchAll: oa,
|
|
290
290
|
isHTMLForm: sa,
|
|
291
|
-
hasOwnProperty:
|
|
292
|
-
hasOwnProp:
|
|
291
|
+
hasOwnProperty: Je,
|
|
292
|
+
hasOwnProp: Je,
|
|
293
293
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
294
|
-
hasOwnInPrototypeChain:
|
|
294
|
+
hasOwnInPrototypeChain: Le,
|
|
295
295
|
getSafeProp: _n,
|
|
296
|
-
reduceDescriptors:
|
|
296
|
+
reduceDescriptors: en,
|
|
297
297
|
freezeMethods: ca,
|
|
298
298
|
toObjectSet: da,
|
|
299
299
|
toCamelCase: ia,
|
|
300
300
|
noop: pa,
|
|
301
301
|
toFiniteNumber: fa,
|
|
302
|
-
findKey:
|
|
302
|
+
findKey: Qt,
|
|
303
303
|
global: we,
|
|
304
|
-
isContextDefined:
|
|
304
|
+
isContextDefined: Zt,
|
|
305
305
|
isSpecCompliantForm: ma,
|
|
306
306
|
toJSONObject: ga,
|
|
307
307
|
isAsyncFn: ha,
|
|
308
308
|
isThenable: ba,
|
|
309
|
-
setImmediate:
|
|
309
|
+
setImmediate: tn,
|
|
310
310
|
asap: ya,
|
|
311
|
-
isIterable:
|
|
311
|
+
isIterable: nn,
|
|
312
312
|
isSafeIterable: va
|
|
313
313
|
}, wa = l.toObjectSet([
|
|
314
314
|
"age",
|
|
@@ -352,25 +352,25 @@ function ka(e) {
|
|
|
352
352
|
}
|
|
353
353
|
return t === 0 && n === e.length ? e : e.slice(t, n);
|
|
354
354
|
}
|
|
355
|
-
const
|
|
355
|
+
const Pa = new RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+", "g"), Ra = new RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+", "g");
|
|
356
356
|
function mt(e, t) {
|
|
357
357
|
return l.isArray(e) ? e.map((n) => mt(n, t)) : ka(String(e).replace(t, ""));
|
|
358
358
|
}
|
|
359
|
-
const
|
|
360
|
-
function
|
|
359
|
+
const Ea = (e) => mt(e, Pa), Ta = (e) => mt(e, Ra);
|
|
360
|
+
function an(e) {
|
|
361
361
|
const t = /* @__PURE__ */ Object.create(null);
|
|
362
362
|
return l.forEach(e.toJSON(), (n, a) => {
|
|
363
|
-
t[a] =
|
|
363
|
+
t[a] = Ta(n);
|
|
364
364
|
}), t;
|
|
365
365
|
}
|
|
366
|
-
const
|
|
366
|
+
const Bt = Symbol("internals");
|
|
367
367
|
function Fe(e) {
|
|
368
368
|
return e && String(e).trim().toLowerCase();
|
|
369
369
|
}
|
|
370
|
-
function
|
|
371
|
-
return e === !1 || e == null ? e : l.isArray(e) ? e.map(
|
|
370
|
+
function $e(e) {
|
|
371
|
+
return e === !1 || e == null ? e : l.isArray(e) ? e.map($e) : Ea(String(e));
|
|
372
372
|
}
|
|
373
|
-
function
|
|
373
|
+
function Sa(e) {
|
|
374
374
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
375
375
|
let a;
|
|
376
376
|
for (; a = n.exec(e); )
|
|
@@ -415,8 +415,8 @@ class Qe {
|
|
|
415
415
|
const c = Fe(u);
|
|
416
416
|
if (!c)
|
|
417
417
|
return;
|
|
418
|
-
const
|
|
419
|
-
(!
|
|
418
|
+
const p = l.findKey(r, c);
|
|
419
|
+
(!p || r[p] === void 0 || d === !0 || d === void 0 && r[p] !== !1) && (r[p || u] = $e(i));
|
|
420
420
|
}
|
|
421
421
|
const s = (i, u) => l.forEach(i, (d, c) => o(d, c, u));
|
|
422
422
|
if (l.isPlainObject(t) || t instanceof this.constructor)
|
|
@@ -443,7 +443,7 @@ class Qe {
|
|
|
443
443
|
if (!n)
|
|
444
444
|
return r;
|
|
445
445
|
if (n === !0)
|
|
446
|
-
return
|
|
446
|
+
return Sa(r);
|
|
447
447
|
if (l.isFunction(n))
|
|
448
448
|
return n.call(this, r, a);
|
|
449
449
|
if (l.isRegExp(n))
|
|
@@ -484,11 +484,11 @@ class Qe {
|
|
|
484
484
|
return l.forEach(this, (r, o) => {
|
|
485
485
|
const s = l.findKey(a, o);
|
|
486
486
|
if (s) {
|
|
487
|
-
n[s] =
|
|
487
|
+
n[s] = $e(r), delete n[o];
|
|
488
488
|
return;
|
|
489
489
|
}
|
|
490
490
|
const i = t ? Ca(o) : String(o).trim();
|
|
491
|
-
i !== o && delete n[o], n[i] =
|
|
491
|
+
i !== o && delete n[o], n[i] = $e(r), a[i] = !0;
|
|
492
492
|
}), this;
|
|
493
493
|
}
|
|
494
494
|
concat(...t) {
|
|
@@ -521,7 +521,7 @@ class Qe {
|
|
|
521
521
|
return n.forEach((r) => a.set(r)), a;
|
|
522
522
|
}
|
|
523
523
|
static accessor(t) {
|
|
524
|
-
const n = (this[
|
|
524
|
+
const n = (this[Bt] = this[Bt] = {
|
|
525
525
|
accessors: {}
|
|
526
526
|
}).accessors, a = this.prototype;
|
|
527
527
|
function r(o) {
|
|
@@ -549,7 +549,7 @@ l.reduceDescriptors(Qe.prototype, ({ value: e }, t) => {
|
|
|
549
549
|
};
|
|
550
550
|
});
|
|
551
551
|
l.freezeMethods(Qe);
|
|
552
|
-
const
|
|
552
|
+
const te = Qe, _a = "[REDACTED ****]";
|
|
553
553
|
function Aa(e) {
|
|
554
554
|
if (l.hasOwnProp(e, "toJSON"))
|
|
555
555
|
return !0;
|
|
@@ -567,7 +567,7 @@ function Da(e, t) {
|
|
|
567
567
|
return o;
|
|
568
568
|
if (a.indexOf(o) !== -1)
|
|
569
569
|
return;
|
|
570
|
-
o instanceof
|
|
570
|
+
o instanceof te && (o = o.toJSON()), a.push(o);
|
|
571
571
|
let s;
|
|
572
572
|
if (l.isArray(o))
|
|
573
573
|
s = [], o.forEach((i, u) => {
|
|
@@ -655,25 +655,25 @@ G.ERR_CANCELED = "ERR_CANCELED";
|
|
|
655
655
|
G.ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT";
|
|
656
656
|
G.ERR_INVALID_URL = "ERR_INVALID_URL";
|
|
657
657
|
G.ERR_FORM_DATA_DEPTH_EXCEEDED = "ERR_FORM_DATA_DEPTH_EXCEEDED";
|
|
658
|
-
const
|
|
658
|
+
const T = G, Fa = null, rn = 100;
|
|
659
659
|
function ut(e) {
|
|
660
660
|
return l.isPlainObject(e) || l.isArray(e);
|
|
661
661
|
}
|
|
662
|
-
function
|
|
662
|
+
function on(e) {
|
|
663
663
|
return l.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
664
664
|
}
|
|
665
665
|
function rt(e, t, n) {
|
|
666
666
|
return e ? e.concat(t).map(function(a, r) {
|
|
667
|
-
return a =
|
|
667
|
+
return a = on(a), !n && r ? "[" + a + "]" : a;
|
|
668
668
|
}).join(n ? "." : "") : t;
|
|
669
669
|
}
|
|
670
|
-
function
|
|
670
|
+
function La(e) {
|
|
671
671
|
return l.isArray(e) && !e.some(ut);
|
|
672
672
|
}
|
|
673
|
-
const
|
|
673
|
+
const Na = l.toFlatObject(l, {}, null, function(e) {
|
|
674
674
|
return /^is[A-Z]/.test(e);
|
|
675
675
|
});
|
|
676
|
-
function
|
|
676
|
+
function Ze(e, t, n) {
|
|
677
677
|
if (!l.isObject(e))
|
|
678
678
|
throw new TypeError("target must be an object");
|
|
679
679
|
t = t || new FormData(), n = l.toFlatObject(
|
|
@@ -684,79 +684,79 @@ function Ye(e, t, n) {
|
|
|
684
684
|
indexes: !1
|
|
685
685
|
},
|
|
686
686
|
!1,
|
|
687
|
-
function(
|
|
688
|
-
return !l.isUndefined(g[
|
|
687
|
+
function(f, g) {
|
|
688
|
+
return !l.isUndefined(g[f]);
|
|
689
689
|
}
|
|
690
690
|
);
|
|
691
|
-
const a = n.metaTokens, r = n.visitor || h, o = n.dots, s = n.indexes, i = n.Blob || typeof Blob < "u" && Blob, u = n.maxDepth === void 0 ?
|
|
691
|
+
const a = n.metaTokens, r = n.visitor || h, o = n.dots, s = n.indexes, i = n.Blob || typeof Blob < "u" && Blob, u = n.maxDepth === void 0 ? rn : n.maxDepth, d = i && l.isSpecCompliantForm(t), c = [];
|
|
692
692
|
if (!l.isFunction(r))
|
|
693
693
|
throw new TypeError("visitor must be a function");
|
|
694
|
-
function
|
|
695
|
-
if (
|
|
694
|
+
function p(f) {
|
|
695
|
+
if (f === null)
|
|
696
696
|
return "";
|
|
697
|
-
if (l.isDate(
|
|
698
|
-
return
|
|
699
|
-
if (l.isBoolean(
|
|
700
|
-
return
|
|
701
|
-
if (!d && l.isBlob(
|
|
702
|
-
throw new
|
|
703
|
-
if (l.isArrayBuffer(
|
|
697
|
+
if (l.isDate(f))
|
|
698
|
+
return f.toISOString();
|
|
699
|
+
if (l.isBoolean(f))
|
|
700
|
+
return f.toString();
|
|
701
|
+
if (!d && l.isBlob(f))
|
|
702
|
+
throw new T("Blob is not supported. Use a Buffer instead.");
|
|
703
|
+
if (l.isArrayBuffer(f) || l.isTypedArray(f)) {
|
|
704
704
|
if (d && typeof i == "function")
|
|
705
|
-
return new i([
|
|
705
|
+
return new i([f]);
|
|
706
706
|
if (typeof Buffer < "u")
|
|
707
|
-
return Buffer.from(
|
|
708
|
-
throw new
|
|
707
|
+
return Buffer.from(f);
|
|
708
|
+
throw new T("Blob is not supported. Use a Buffer instead.", T.ERR_NOT_SUPPORT);
|
|
709
709
|
}
|
|
710
|
-
return
|
|
710
|
+
return f;
|
|
711
711
|
}
|
|
712
|
-
function
|
|
713
|
-
if (
|
|
714
|
-
throw new
|
|
715
|
-
"Object is too deeply nested (" +
|
|
716
|
-
|
|
712
|
+
function y(f) {
|
|
713
|
+
if (f > u)
|
|
714
|
+
throw new T(
|
|
715
|
+
"Object is too deeply nested (" + f + " levels). Max depth: " + u,
|
|
716
|
+
T.ERR_FORM_DATA_DEPTH_EXCEEDED
|
|
717
717
|
);
|
|
718
718
|
}
|
|
719
|
-
function k(
|
|
719
|
+
function k(f, g) {
|
|
720
720
|
if (u === 1 / 0)
|
|
721
|
-
return JSON.stringify(
|
|
722
|
-
const
|
|
723
|
-
return JSON.stringify(
|
|
724
|
-
if (!l.isObject(
|
|
725
|
-
return
|
|
726
|
-
for (;
|
|
727
|
-
|
|
728
|
-
return
|
|
721
|
+
return JSON.stringify(f);
|
|
722
|
+
const m = [];
|
|
723
|
+
return JSON.stringify(f, function(O, w) {
|
|
724
|
+
if (!l.isObject(w))
|
|
725
|
+
return w;
|
|
726
|
+
for (; m.length && m[m.length - 1] !== this; )
|
|
727
|
+
m.pop();
|
|
728
|
+
return m.push(w), y(g + m.length - 1), w;
|
|
729
729
|
});
|
|
730
730
|
}
|
|
731
|
-
function h(
|
|
732
|
-
let
|
|
733
|
-
if (l.isReactNative(t) && l.isReactNativeBlob(
|
|
734
|
-
return t.append(rt(
|
|
735
|
-
if (
|
|
731
|
+
function h(f, g, m) {
|
|
732
|
+
let O = f;
|
|
733
|
+
if (l.isReactNative(t) && l.isReactNativeBlob(f))
|
|
734
|
+
return t.append(rt(m, g, o), p(f)), !1;
|
|
735
|
+
if (f && !m && typeof f == "object") {
|
|
736
736
|
if (l.endsWith(g, "{}"))
|
|
737
|
-
g = a ? g : g.slice(0, -2),
|
|
738
|
-
else if (l.isArray(
|
|
739
|
-
return g =
|
|
740
|
-
!(l.isUndefined(
|
|
737
|
+
g = a ? g : g.slice(0, -2), f = k(f, 1);
|
|
738
|
+
else if (l.isArray(f) && La(f) || (l.isFileList(f) || l.endsWith(g, "[]")) && (O = l.toArray(f)))
|
|
739
|
+
return g = on(g), O.forEach(function(w, R) {
|
|
740
|
+
!(l.isUndefined(w) || w === null) && t.append(
|
|
741
741
|
// eslint-disable-next-line no-nested-ternary
|
|
742
|
-
s === !0 ? rt([g],
|
|
743
|
-
|
|
742
|
+
s === !0 ? rt([g], R, o) : s === null ? g : g + "[]",
|
|
743
|
+
p(w)
|
|
744
744
|
);
|
|
745
745
|
}), !1;
|
|
746
746
|
}
|
|
747
|
-
return ut(
|
|
747
|
+
return ut(f) ? !0 : (t.append(rt(m, g, o), p(f)), !1);
|
|
748
748
|
}
|
|
749
|
-
const
|
|
749
|
+
const v = Object.assign(Na, {
|
|
750
750
|
defaultVisitor: h,
|
|
751
|
-
convertValue:
|
|
751
|
+
convertValue: p,
|
|
752
752
|
isVisitable: ut
|
|
753
753
|
});
|
|
754
|
-
function A(
|
|
755
|
-
if (!l.isUndefined(
|
|
756
|
-
if (
|
|
754
|
+
function A(f, g, m = 0) {
|
|
755
|
+
if (!l.isUndefined(f)) {
|
|
756
|
+
if (y(m), c.indexOf(f) !== -1)
|
|
757
757
|
throw new Error("Circular reference detected in " + g.join("."));
|
|
758
|
-
c.push(
|
|
759
|
-
(!(l.isUndefined(
|
|
758
|
+
c.push(f), l.forEach(f, function(O, w) {
|
|
759
|
+
(!(l.isUndefined(O) || O === null) && r.call(t, O, l.isString(w) ? w.trim() : w, g, v)) === !0 && A(O, g ? g.concat(w) : [w], m + 1);
|
|
760
760
|
}), c.pop();
|
|
761
761
|
}
|
|
762
762
|
}
|
|
@@ -764,7 +764,7 @@ function Ye(e, t, n) {
|
|
|
764
764
|
throw new TypeError("data must be an object");
|
|
765
765
|
return A(e), t;
|
|
766
766
|
}
|
|
767
|
-
function
|
|
767
|
+
function _t(e) {
|
|
768
768
|
const t = {
|
|
769
769
|
"!": "%21",
|
|
770
770
|
"'": "%27",
|
|
@@ -778,28 +778,28 @@ function Dt(e) {
|
|
|
778
778
|
});
|
|
779
779
|
}
|
|
780
780
|
function gt(e, t) {
|
|
781
|
-
this._pairs = [], e &&
|
|
781
|
+
this._pairs = [], e && Ze(e, this, t);
|
|
782
782
|
}
|
|
783
|
-
const
|
|
784
|
-
|
|
783
|
+
const sn = gt.prototype;
|
|
784
|
+
sn.append = function(e, t) {
|
|
785
785
|
this._pairs.push([e, t]);
|
|
786
786
|
};
|
|
787
|
-
|
|
788
|
-
const t = e ? (n) => e.call(this, n,
|
|
787
|
+
sn.toString = function(e) {
|
|
788
|
+
const t = e ? (n) => e.call(this, n, _t) : _t;
|
|
789
789
|
return this._pairs.map(function(n) {
|
|
790
790
|
return t(n[0]) + "=" + t(n[1]);
|
|
791
791
|
}, "").join("&");
|
|
792
792
|
};
|
|
793
|
-
function
|
|
793
|
+
function Ua(e) {
|
|
794
794
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
|
|
795
795
|
}
|
|
796
|
-
function
|
|
796
|
+
function ln(e, t, n) {
|
|
797
797
|
if (!t)
|
|
798
798
|
return e;
|
|
799
799
|
e = e || "";
|
|
800
800
|
const a = l.isFunction(n) ? {
|
|
801
801
|
serialize: n
|
|
802
|
-
} : n, r = l.getSafeProp(a, "encode") ||
|
|
802
|
+
} : n, r = l.getSafeProp(a, "encode") || Ua, o = l.getSafeProp(a, "serialize");
|
|
803
803
|
let s;
|
|
804
804
|
if (o ? s = o(t, a) : s = l.isURLSearchParams(t) ? t.toString() : new gt(t, a).toString(r), s) {
|
|
805
805
|
const i = e.indexOf("#");
|
|
@@ -862,7 +862,7 @@ class ja {
|
|
|
862
862
|
});
|
|
863
863
|
}
|
|
864
864
|
}
|
|
865
|
-
const
|
|
865
|
+
const At = ja, ht = {
|
|
866
866
|
silentJSONParsing: !0,
|
|
867
867
|
forcedJSONParsing: !0,
|
|
868
868
|
clarifyTimeoutError: !1,
|
|
@@ -878,7 +878,7 @@ const Ft = ja, ht = {
|
|
|
878
878
|
},
|
|
879
879
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
880
880
|
}, bt = typeof window < "u" && typeof document < "u", ct = typeof navigator == "object" && navigator || void 0, qa = bt && (!ct || ["ReactNative", "NativeScript", "NS"].indexOf(ct.product) < 0), $a = (() => typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
881
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(), Ga = bt && window.location.href || "http://localhost",
|
|
881
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(), Ga = bt && window.location.href || "http://localhost", Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
882
882
|
__proto__: null,
|
|
883
883
|
hasBrowserEnv: bt,
|
|
884
884
|
hasStandardBrowserEnv: qa,
|
|
@@ -886,30 +886,30 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(),
|
|
|
886
886
|
navigator: ct,
|
|
887
887
|
origin: Ga
|
|
888
888
|
}, Symbol.toStringTag, { value: "Module" })), $ = {
|
|
889
|
-
...
|
|
889
|
+
...Ha,
|
|
890
890
|
...Va
|
|
891
891
|
};
|
|
892
|
-
function
|
|
893
|
-
return
|
|
892
|
+
function Ja(e, t) {
|
|
893
|
+
return Ze(e, new $.classes.URLSearchParams(), {
|
|
894
894
|
visitor: function(n, a, r, o) {
|
|
895
895
|
return $.isNode && l.isBuffer(n) ? (this.append(a, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
|
|
896
896
|
},
|
|
897
897
|
...t
|
|
898
898
|
});
|
|
899
899
|
}
|
|
900
|
-
const
|
|
901
|
-
function
|
|
902
|
-
if (e >
|
|
903
|
-
throw new
|
|
904
|
-
"FormData field is too deeply nested (" + e + " levels). Max depth: " +
|
|
905
|
-
|
|
900
|
+
const Dt = rn;
|
|
901
|
+
function un(e) {
|
|
902
|
+
if (e > Dt)
|
|
903
|
+
throw new T(
|
|
904
|
+
"FormData field is too deeply nested (" + e + " levels). Max depth: " + Dt,
|
|
905
|
+
T.ERR_FORM_DATA_DEPTH_EXCEEDED
|
|
906
906
|
);
|
|
907
907
|
}
|
|
908
|
-
function
|
|
908
|
+
function Wa(e) {
|
|
909
909
|
const t = [], n = /\w+|\[(\w*)]/g;
|
|
910
910
|
let a;
|
|
911
911
|
for (; (a = n.exec(e)) !== null; )
|
|
912
|
-
|
|
912
|
+
un(t.length), t.push(a[0] === "[]" ? "" : a[1] || a[0]);
|
|
913
913
|
return t;
|
|
914
914
|
}
|
|
915
915
|
function Ka(e) {
|
|
@@ -921,9 +921,9 @@ function Ka(e) {
|
|
|
921
921
|
o = n[a], t[o] = e[o];
|
|
922
922
|
return t;
|
|
923
923
|
}
|
|
924
|
-
function
|
|
924
|
+
function cn(e) {
|
|
925
925
|
function t(n, a, r, o) {
|
|
926
|
-
|
|
926
|
+
un(o);
|
|
927
927
|
let s = n[o++];
|
|
928
928
|
if (s === "__proto__")
|
|
929
929
|
return !0;
|
|
@@ -933,12 +933,12 @@ function pn(e) {
|
|
|
933
933
|
if (l.isFormData(e) && l.isFunction(e.entries)) {
|
|
934
934
|
const n = {};
|
|
935
935
|
return l.forEachEntry(e, (a, r) => {
|
|
936
|
-
t(
|
|
936
|
+
t(Wa(a), r, n, 0);
|
|
937
937
|
}), n;
|
|
938
938
|
}
|
|
939
939
|
return null;
|
|
940
940
|
}
|
|
941
|
-
const
|
|
941
|
+
const Re = (e, t) => e != null && l.hasOwnProp(e, t) ? e[t] : void 0;
|
|
942
942
|
function Xa(e, t, n) {
|
|
943
943
|
if (l.isString(e))
|
|
944
944
|
try {
|
|
@@ -956,7 +956,7 @@ const yt = {
|
|
|
956
956
|
function(e, t) {
|
|
957
957
|
const n = t.getContentType() || "", a = n.indexOf("application/json") > -1, r = l.isObject(e);
|
|
958
958
|
if (r && l.isHTMLForm(e) && (e = new FormData(e)), l.isFormData(e))
|
|
959
|
-
return a ? JSON.stringify(
|
|
959
|
+
return a ? JSON.stringify(cn(e)) : e;
|
|
960
960
|
if (l.isArrayBuffer(e) || l.isBuffer(e) || l.isStream(e) || l.isFile(e) || l.isBlob(e) || l.isReadableStream(e))
|
|
961
961
|
return e;
|
|
962
962
|
if (l.isArrayBufferView(e))
|
|
@@ -965,12 +965,12 @@ const yt = {
|
|
|
965
965
|
return t.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), e.toString();
|
|
966
966
|
let o;
|
|
967
967
|
if (r) {
|
|
968
|
-
const s =
|
|
968
|
+
const s = Re(this, "formSerializer");
|
|
969
969
|
if (n.indexOf("application/x-www-form-urlencoded") > -1)
|
|
970
|
-
return
|
|
970
|
+
return Ja(e, s).toString();
|
|
971
971
|
if ((o = l.isFileList(e)) || n.indexOf("multipart/form-data") > -1) {
|
|
972
|
-
const i =
|
|
973
|
-
return
|
|
972
|
+
const i = Re(this, "env"), u = i && i.FormData;
|
|
973
|
+
return Ze(
|
|
974
974
|
o ? { "files[]": e } : e,
|
|
975
975
|
u && new u(),
|
|
976
976
|
s
|
|
@@ -982,16 +982,16 @@ const yt = {
|
|
|
982
982
|
],
|
|
983
983
|
transformResponse: [
|
|
984
984
|
function(e) {
|
|
985
|
-
const t =
|
|
985
|
+
const t = Re(this, "transitional") || yt.transitional, n = t && t.forcedJSONParsing, a = Re(this, "responseType"), r = a === "json";
|
|
986
986
|
if (l.isResponse(e) || l.isReadableStream(e))
|
|
987
987
|
return e;
|
|
988
988
|
if (e && l.isString(e) && (n && !a || r)) {
|
|
989
989
|
const o = !(t && t.silentJSONParsing) && r;
|
|
990
990
|
try {
|
|
991
|
-
return JSON.parse(e,
|
|
991
|
+
return JSON.parse(e, Re(this, "parseReviver"));
|
|
992
992
|
} catch (s) {
|
|
993
993
|
if (o)
|
|
994
|
-
throw s.name === "SyntaxError" ?
|
|
994
|
+
throw s.name === "SyntaxError" ? T.from(s, T.ERR_BAD_RESPONSE, this, null, Re(this, "response")) : s;
|
|
995
995
|
}
|
|
996
996
|
}
|
|
997
997
|
return e;
|
|
@@ -1025,16 +1025,16 @@ l.forEach(["delete", "get", "head", "post", "put", "patch", "query"], (e) => {
|
|
|
1025
1025
|
});
|
|
1026
1026
|
const vt = yt;
|
|
1027
1027
|
function ot(e, t) {
|
|
1028
|
-
const n = this || vt, a = t || n, r =
|
|
1028
|
+
const n = this || vt, a = t || n, r = te.from(a.headers);
|
|
1029
1029
|
let o = a.data;
|
|
1030
1030
|
return l.forEach(e, function(s) {
|
|
1031
1031
|
o = s.call(n, o, r.normalize(), t ? t.status : void 0);
|
|
1032
1032
|
}), r.normalize(), o;
|
|
1033
1033
|
}
|
|
1034
|
-
function
|
|
1034
|
+
function dn(e) {
|
|
1035
1035
|
return !!(e && e.__CANCEL__);
|
|
1036
1036
|
}
|
|
1037
|
-
class
|
|
1037
|
+
class Ya extends T {
|
|
1038
1038
|
/**
|
|
1039
1039
|
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
1040
1040
|
*
|
|
@@ -1045,21 +1045,21 @@ class Qa extends S {
|
|
|
1045
1045
|
* @returns {CanceledError} The created error.
|
|
1046
1046
|
*/
|
|
1047
1047
|
constructor(t, n, a) {
|
|
1048
|
-
super(t ?? "canceled",
|
|
1048
|
+
super(t ?? "canceled", T.ERR_CANCELED, n, a), this.name = "CanceledError", this.__CANCEL__ = !0;
|
|
1049
1049
|
}
|
|
1050
1050
|
}
|
|
1051
|
-
const je =
|
|
1052
|
-
function
|
|
1051
|
+
const je = Ya;
|
|
1052
|
+
function pn(e, t, n) {
|
|
1053
1053
|
const a = n.config.validateStatus;
|
|
1054
|
-
!n.status || !a || a(n.status) ? e(n) : t(new
|
|
1054
|
+
!n.status || !a || a(n.status) ? e(n) : t(new T(
|
|
1055
1055
|
"Request failed with status code " + n.status,
|
|
1056
|
-
n.status >= 400 && n.status < 500 ?
|
|
1056
|
+
n.status >= 400 && n.status < 500 ? T.ERR_BAD_REQUEST : T.ERR_BAD_RESPONSE,
|
|
1057
1057
|
n.config,
|
|
1058
1058
|
n.request,
|
|
1059
1059
|
n
|
|
1060
1060
|
));
|
|
1061
1061
|
}
|
|
1062
|
-
function
|
|
1062
|
+
function Qa(e) {
|
|
1063
1063
|
const t = /^([-+\w]{1,25}):(?:\/\/)?/.exec(e);
|
|
1064
1064
|
return t && t[1] || "";
|
|
1065
1065
|
}
|
|
@@ -1070,13 +1070,13 @@ function Za(e, t) {
|
|
|
1070
1070
|
return t = t !== void 0 ? t : 1e3, function(i) {
|
|
1071
1071
|
const u = Date.now(), d = a[o];
|
|
1072
1072
|
s || (s = u), n[r] = i, a[r] = u;
|
|
1073
|
-
let c = o,
|
|
1073
|
+
let c = o, p = 0;
|
|
1074
1074
|
for (; c !== r; )
|
|
1075
|
-
|
|
1075
|
+
p += n[c++], c = c % e;
|
|
1076
1076
|
if (r = (r + 1) % e, r === o && (o = (o + 1) % e), u - s < t)
|
|
1077
1077
|
return;
|
|
1078
|
-
const
|
|
1079
|
-
return
|
|
1078
|
+
const y = d && u - d;
|
|
1079
|
+
return y ? Math.round(p * 1e3 / y) : void 0;
|
|
1080
1080
|
};
|
|
1081
1081
|
}
|
|
1082
1082
|
function er(e, t) {
|
|
@@ -1091,7 +1091,7 @@ function er(e, t) {
|
|
|
1091
1091
|
}, a - d)));
|
|
1092
1092
|
}, () => r && s(r)];
|
|
1093
1093
|
}
|
|
1094
|
-
const
|
|
1094
|
+
const We = (e, t, n = 3) => {
|
|
1095
1095
|
let a = 0;
|
|
1096
1096
|
const r = Za(50, 250);
|
|
1097
1097
|
return er((o) => {
|
|
@@ -1099,7 +1099,7 @@ const He = (e, t, n = 3) => {
|
|
|
1099
1099
|
return;
|
|
1100
1100
|
const s = o.loaded, i = o.lengthComputable ? o.total : void 0, u = i != null ? Math.min(s, i) : s, d = Math.max(0, u - a), c = r(d);
|
|
1101
1101
|
a = Math.max(a, u);
|
|
1102
|
-
const
|
|
1102
|
+
const p = {
|
|
1103
1103
|
loaded: u,
|
|
1104
1104
|
total: i,
|
|
1105
1105
|
progress: i ? u / i : void 0,
|
|
@@ -1110,9 +1110,9 @@ const He = (e, t, n = 3) => {
|
|
|
1110
1110
|
lengthComputable: i != null,
|
|
1111
1111
|
[t ? "download" : "upload"]: !0
|
|
1112
1112
|
};
|
|
1113
|
-
e(
|
|
1113
|
+
e(p);
|
|
1114
1114
|
}, n);
|
|
1115
|
-
},
|
|
1115
|
+
}, Ft = (e, t) => {
|
|
1116
1116
|
const n = e != null;
|
|
1117
1117
|
return [
|
|
1118
1118
|
(a) => t[0]({
|
|
@@ -1181,21 +1181,21 @@ function ir(e) {
|
|
|
1181
1181
|
function lr(e) {
|
|
1182
1182
|
return ir(e).replace(sr, "");
|
|
1183
1183
|
}
|
|
1184
|
-
function
|
|
1184
|
+
function Nt(e, t) {
|
|
1185
1185
|
if (typeof e == "string" && or.test(lr(e)))
|
|
1186
|
-
throw new
|
|
1186
|
+
throw new T(
|
|
1187
1187
|
'Invalid URL: missing "//" after protocol',
|
|
1188
|
-
|
|
1188
|
+
T.ERR_INVALID_URL,
|
|
1189
1189
|
t
|
|
1190
1190
|
);
|
|
1191
1191
|
}
|
|
1192
|
-
function
|
|
1193
|
-
|
|
1192
|
+
function fn(e, t, n, a) {
|
|
1193
|
+
Nt(t, a);
|
|
1194
1194
|
let r = !ar(t);
|
|
1195
|
-
return e && (r || n === !1) ? (
|
|
1195
|
+
return e && (r || n === !1) ? (Nt(e, a), rr(e, t)) : t;
|
|
1196
1196
|
}
|
|
1197
|
-
const
|
|
1198
|
-
function
|
|
1197
|
+
const Ut = (e) => e instanceof te ? { ...e } : e;
|
|
1198
|
+
function Pe(e, t) {
|
|
1199
1199
|
e = e || {}, t = t || {};
|
|
1200
1200
|
const n = /* @__PURE__ */ Object.create(null);
|
|
1201
1201
|
Object.defineProperty(n, "hasOwnProperty", {
|
|
@@ -1207,43 +1207,43 @@ function Ee(e, t) {
|
|
|
1207
1207
|
writable: !0,
|
|
1208
1208
|
configurable: !0
|
|
1209
1209
|
});
|
|
1210
|
-
function a(c,
|
|
1211
|
-
return l.isPlainObject(c) && l.isPlainObject(
|
|
1210
|
+
function a(c, p, y, k) {
|
|
1211
|
+
return l.isPlainObject(c) && l.isPlainObject(p) ? l.merge.call({ caseless: k }, c, p) : l.isPlainObject(p) ? l.merge({}, p) : l.isArray(p) ? p.slice() : p;
|
|
1212
1212
|
}
|
|
1213
|
-
function r(c,
|
|
1214
|
-
if (l.isUndefined(
|
|
1213
|
+
function r(c, p, y, k) {
|
|
1214
|
+
if (l.isUndefined(p)) {
|
|
1215
1215
|
if (!l.isUndefined(c))
|
|
1216
|
-
return a(void 0, c,
|
|
1216
|
+
return a(void 0, c, y, k);
|
|
1217
1217
|
} else
|
|
1218
|
-
return a(c,
|
|
1218
|
+
return a(c, p, y, k);
|
|
1219
1219
|
}
|
|
1220
|
-
function o(c,
|
|
1221
|
-
if (!l.isUndefined(
|
|
1222
|
-
return a(void 0,
|
|
1220
|
+
function o(c, p) {
|
|
1221
|
+
if (!l.isUndefined(p))
|
|
1222
|
+
return a(void 0, p);
|
|
1223
1223
|
}
|
|
1224
|
-
function s(c,
|
|
1225
|
-
if (l.isUndefined(
|
|
1224
|
+
function s(c, p) {
|
|
1225
|
+
if (l.isUndefined(p)) {
|
|
1226
1226
|
if (!l.isUndefined(c))
|
|
1227
1227
|
return a(void 0, c);
|
|
1228
1228
|
} else
|
|
1229
|
-
return a(void 0,
|
|
1229
|
+
return a(void 0, p);
|
|
1230
1230
|
}
|
|
1231
1231
|
function i(c) {
|
|
1232
|
-
const
|
|
1233
|
-
if (!l.isUndefined(
|
|
1234
|
-
if (l.isPlainObject(
|
|
1235
|
-
if (l.hasOwnProp(
|
|
1236
|
-
return
|
|
1232
|
+
const p = l.hasOwnProp(t, "transitional") ? t.transitional : void 0;
|
|
1233
|
+
if (!l.isUndefined(p))
|
|
1234
|
+
if (l.isPlainObject(p)) {
|
|
1235
|
+
if (l.hasOwnProp(p, c))
|
|
1236
|
+
return p[c];
|
|
1237
1237
|
} else
|
|
1238
1238
|
return;
|
|
1239
|
-
const
|
|
1240
|
-
if (l.isPlainObject(
|
|
1241
|
-
return
|
|
1239
|
+
const y = l.hasOwnProp(e, "transitional") ? e.transitional : void 0;
|
|
1240
|
+
if (l.isPlainObject(y) && l.hasOwnProp(y, c))
|
|
1241
|
+
return y[c];
|
|
1242
1242
|
}
|
|
1243
|
-
function u(c,
|
|
1244
|
-
if (l.hasOwnProp(t,
|
|
1245
|
-
return a(c,
|
|
1246
|
-
if (l.hasOwnProp(e,
|
|
1243
|
+
function u(c, p, y) {
|
|
1244
|
+
if (l.hasOwnProp(t, y))
|
|
1245
|
+
return a(c, p);
|
|
1246
|
+
if (l.hasOwnProp(e, y))
|
|
1247
1247
|
return a(void 0, c);
|
|
1248
1248
|
}
|
|
1249
1249
|
const d = {
|
|
@@ -1276,13 +1276,13 @@ function Ee(e, t) {
|
|
|
1276
1276
|
allowedSocketPaths: s,
|
|
1277
1277
|
responseEncoding: s,
|
|
1278
1278
|
validateStatus: u,
|
|
1279
|
-
headers: (c,
|
|
1279
|
+
headers: (c, p, y) => r(Ut(c), Ut(p), y, !0)
|
|
1280
1280
|
};
|
|
1281
1281
|
return l.forEach(Object.keys({ ...e, ...t }), function(c) {
|
|
1282
1282
|
if (c === "__proto__" || c === "constructor" || c === "prototype")
|
|
1283
1283
|
return;
|
|
1284
|
-
const
|
|
1285
|
-
l.isUndefined(h) &&
|
|
1284
|
+
const p = l.hasOwnProp(d, c) ? d[c] : r, y = l.hasOwnProp(e, c) ? e[c] : void 0, k = l.hasOwnProp(t, c) ? t[c] : void 0, h = p(y, k, c);
|
|
1285
|
+
l.isUndefined(h) && p !== u || (n[c] = h);
|
|
1286
1286
|
}), l.hasOwnProp(t, "validateStatus") && l.isUndefined(t.validateStatus) && i("validateStatusUndefinedResolves") === !1 && (l.hasOwnProp(e, "validateStatus") ? n.validateStatus = a(void 0, e.validateStatus) : delete n.validateStatus), n;
|
|
1287
1287
|
}
|
|
1288
1288
|
const ur = ["content-type", "content-length"];
|
|
@@ -1299,102 +1299,102 @@ const dr = (e) => encodeURIComponent(e).replace(
|
|
|
1299
1299
|
/%([0-9A-F]{2})/gi,
|
|
1300
1300
|
(t, n) => String.fromCharCode(parseInt(n, 16))
|
|
1301
1301
|
);
|
|
1302
|
-
function
|
|
1303
|
-
const t =
|
|
1302
|
+
function mn(e) {
|
|
1303
|
+
const t = Pe({}, e), n = (y) => l.hasOwnProp(t, y) ? t[y] : void 0, a = n("data");
|
|
1304
1304
|
let r = n("withXSRFToken");
|
|
1305
1305
|
const o = n("xsrfHeaderName"), s = n("xsrfCookieName");
|
|
1306
1306
|
let i = n("headers");
|
|
1307
|
-
const u = n("auth"), d = n("baseURL"), c = n("allowAbsoluteUrls"),
|
|
1308
|
-
if (t.headers = i =
|
|
1309
|
-
|
|
1307
|
+
const u = n("auth"), d = n("baseURL"), c = n("allowAbsoluteUrls"), p = n("url");
|
|
1308
|
+
if (t.headers = i = te.from(i), t.url = ln(
|
|
1309
|
+
fn(d, p, c, t),
|
|
1310
1310
|
n("params"),
|
|
1311
1311
|
n("paramsSerializer")
|
|
1312
1312
|
), u) {
|
|
1313
|
-
const
|
|
1313
|
+
const y = l.getSafeProp(u, "username") || "", k = l.getSafeProp(u, "password") || "";
|
|
1314
1314
|
try {
|
|
1315
1315
|
i.set(
|
|
1316
1316
|
"Authorization",
|
|
1317
|
-
"Basic " + btoa(
|
|
1317
|
+
"Basic " + btoa(y + ":" + (k ? dr(k) : ""))
|
|
1318
1318
|
);
|
|
1319
1319
|
} catch (h) {
|
|
1320
|
-
throw
|
|
1320
|
+
throw T.from(h, T.ERR_BAD_OPTION_VALUE, e);
|
|
1321
1321
|
}
|
|
1322
1322
|
}
|
|
1323
1323
|
if (l.isFormData(a) && ($.hasStandardBrowserEnv || $.hasStandardBrowserWebWorkerEnv || l.isReactNative(a) ? i.setContentType(void 0) : l.isFunction(a.getHeaders) && cr(i, a.getHeaders(), n("formDataHeaderPolicy"))), $.hasStandardBrowserEnv && (l.isFunction(r) && (r = r(t)), r === !0 || r == null && tr(t.url))) {
|
|
1324
|
-
const
|
|
1325
|
-
|
|
1324
|
+
const y = o && s && nr.read(s);
|
|
1325
|
+
y && i.set(o, y);
|
|
1326
1326
|
}
|
|
1327
1327
|
return t;
|
|
1328
1328
|
}
|
|
1329
1329
|
const pr = typeof XMLHttpRequest < "u", fr = pr && function(e) {
|
|
1330
1330
|
return new Promise(function(t, n) {
|
|
1331
|
-
const a =
|
|
1331
|
+
const a = mn(e);
|
|
1332
1332
|
let r = a.data;
|
|
1333
|
-
const o =
|
|
1334
|
-
let { responseType: s, onUploadProgress: i, onDownloadProgress: u } = a, d, c,
|
|
1333
|
+
const o = te.from(a.headers).normalize();
|
|
1334
|
+
let { responseType: s, onUploadProgress: i, onDownloadProgress: u } = a, d, c, p, y, k;
|
|
1335
1335
|
function h() {
|
|
1336
|
-
|
|
1336
|
+
y && y(), k && k(), a.cancelToken && a.cancelToken.unsubscribe(d), a.signal && a.signal.removeEventListener("abort", d);
|
|
1337
1337
|
}
|
|
1338
|
-
let
|
|
1339
|
-
|
|
1338
|
+
let v = new XMLHttpRequest();
|
|
1339
|
+
v.open(a.method.toUpperCase(), a.url, !0), v.timeout = a.timeout;
|
|
1340
1340
|
function A() {
|
|
1341
|
-
if (!
|
|
1341
|
+
if (!v)
|
|
1342
1342
|
return;
|
|
1343
|
-
const g =
|
|
1344
|
-
"getAllResponseHeaders" in
|
|
1345
|
-
),
|
|
1346
|
-
data: !s || s === "text" || s === "json" ?
|
|
1347
|
-
status:
|
|
1348
|
-
statusText:
|
|
1343
|
+
const g = te.from(
|
|
1344
|
+
"getAllResponseHeaders" in v && v.getAllResponseHeaders()
|
|
1345
|
+
), m = {
|
|
1346
|
+
data: !s || s === "text" || s === "json" ? v.responseText : v.response,
|
|
1347
|
+
status: v.status,
|
|
1348
|
+
statusText: v.statusText,
|
|
1349
1349
|
headers: g,
|
|
1350
1350
|
config: e,
|
|
1351
|
-
request:
|
|
1351
|
+
request: v
|
|
1352
1352
|
};
|
|
1353
|
-
|
|
1354
|
-
function(
|
|
1355
|
-
t(
|
|
1353
|
+
pn(
|
|
1354
|
+
function(O) {
|
|
1355
|
+
t(O), h();
|
|
1356
1356
|
},
|
|
1357
|
-
function(
|
|
1358
|
-
n(
|
|
1357
|
+
function(O) {
|
|
1358
|
+
n(O), h();
|
|
1359
1359
|
},
|
|
1360
|
-
|
|
1361
|
-
),
|
|
1360
|
+
m
|
|
1361
|
+
), v = null;
|
|
1362
1362
|
}
|
|
1363
|
-
"onloadend" in
|
|
1364
|
-
!
|
|
1365
|
-
},
|
|
1366
|
-
|
|
1367
|
-
},
|
|
1368
|
-
const
|
|
1369
|
-
|
|
1370
|
-
},
|
|
1363
|
+
"onloadend" in v ? v.onloadend = A : v.onreadystatechange = function() {
|
|
1364
|
+
!v || v.readyState !== 4 || v.status === 0 && !(v.responseURL && v.responseURL.startsWith("file:")) || setTimeout(A);
|
|
1365
|
+
}, v.onabort = function() {
|
|
1366
|
+
v && (n(new T("Request aborted", T.ECONNABORTED, e, v)), h(), v = null);
|
|
1367
|
+
}, v.onerror = function(g) {
|
|
1368
|
+
const m = g && g.message ? g.message : "Network Error", O = new T(m, T.ERR_NETWORK, e, v);
|
|
1369
|
+
O.event = g || null, n(O), h(), v = null;
|
|
1370
|
+
}, v.ontimeout = function() {
|
|
1371
1371
|
let g = a.timeout ? "timeout of " + a.timeout + "ms exceeded" : "timeout exceeded";
|
|
1372
|
-
const
|
|
1372
|
+
const m = a.transitional || ht;
|
|
1373
1373
|
a.timeoutErrorMessage && (g = a.timeoutErrorMessage), n(
|
|
1374
|
-
new
|
|
1374
|
+
new T(
|
|
1375
1375
|
g,
|
|
1376
|
-
|
|
1376
|
+
m.clarifyTimeoutError ? T.ETIMEDOUT : T.ECONNABORTED,
|
|
1377
1377
|
e,
|
|
1378
|
-
|
|
1378
|
+
v
|
|
1379
1379
|
)
|
|
1380
|
-
), h(),
|
|
1381
|
-
}, r === void 0 && o.setContentType(null), "setRequestHeader" in
|
|
1382
|
-
|
|
1383
|
-
}), l.isUndefined(a.withCredentials) || (
|
|
1384
|
-
|
|
1380
|
+
), h(), v = null;
|
|
1381
|
+
}, r === void 0 && o.setContentType(null), "setRequestHeader" in v && l.forEach(an(o), function(g, m) {
|
|
1382
|
+
v.setRequestHeader(m, g);
|
|
1383
|
+
}), l.isUndefined(a.withCredentials) || (v.withCredentials = !!a.withCredentials), s && s !== "json" && (v.responseType = a.responseType), u && ([p, k] = We(u, !0), v.addEventListener("progress", p)), i && v.upload && ([c, y] = We(i), v.upload.addEventListener("progress", c), v.upload.addEventListener("loadend", y)), (a.cancelToken || a.signal) && (d = (g) => {
|
|
1384
|
+
v && (n(!g || g.type ? new je(null, e, v) : g), v.abort(), h(), v = null);
|
|
1385
1385
|
}, a.cancelToken && a.cancelToken.subscribe(d), a.signal && (a.signal.aborted ? d() : a.signal.addEventListener("abort", d)));
|
|
1386
|
-
const
|
|
1387
|
-
if (
|
|
1386
|
+
const f = Qa(a.url);
|
|
1387
|
+
if (f && !$.protocols.includes(f)) {
|
|
1388
1388
|
n(
|
|
1389
|
-
new
|
|
1390
|
-
"Unsupported protocol " +
|
|
1391
|
-
|
|
1389
|
+
new T(
|
|
1390
|
+
"Unsupported protocol " + f + ":",
|
|
1391
|
+
T.ERR_BAD_REQUEST,
|
|
1392
1392
|
e
|
|
1393
1393
|
)
|
|
1394
1394
|
), h();
|
|
1395
1395
|
return;
|
|
1396
1396
|
}
|
|
1397
|
-
|
|
1397
|
+
v.send(r || null);
|
|
1398
1398
|
});
|
|
1399
1399
|
}, mr = (e, t) => {
|
|
1400
1400
|
if (e = e ? e.filter(Boolean) : [], !t && !e.length)
|
|
@@ -1406,12 +1406,12 @@ const pr = typeof XMLHttpRequest < "u", fr = pr && function(e) {
|
|
|
1406
1406
|
a = !0, s();
|
|
1407
1407
|
const d = u instanceof Error ? u : this.reason;
|
|
1408
1408
|
n.abort(
|
|
1409
|
-
d instanceof
|
|
1409
|
+
d instanceof T ? d : new je(d instanceof Error ? d.message : d)
|
|
1410
1410
|
);
|
|
1411
1411
|
}
|
|
1412
1412
|
};
|
|
1413
1413
|
let o = t && setTimeout(() => {
|
|
1414
|
-
o = null, r(new
|
|
1414
|
+
o = null, r(new T(`timeout of ${t}ms exceeded`, T.ETIMEDOUT));
|
|
1415
1415
|
}, t);
|
|
1416
1416
|
const s = () => {
|
|
1417
1417
|
e && (o && clearTimeout(o), o = null, e.forEach((u) => {
|
|
@@ -1449,7 +1449,7 @@ const pr = typeof XMLHttpRequest < "u", fr = pr && function(e) {
|
|
|
1449
1449
|
} finally {
|
|
1450
1450
|
await t.cancel();
|
|
1451
1451
|
}
|
|
1452
|
-
},
|
|
1452
|
+
}, jt = (e, t, n, a) => {
|
|
1453
1453
|
const r = br(e, t);
|
|
1454
1454
|
let o = 0, s, i = (u) => {
|
|
1455
1455
|
s || (s = !0, a && a(u));
|
|
@@ -1463,10 +1463,10 @@ const pr = typeof XMLHttpRequest < "u", fr = pr && function(e) {
|
|
|
1463
1463
|
i(), u.close();
|
|
1464
1464
|
return;
|
|
1465
1465
|
}
|
|
1466
|
-
let
|
|
1466
|
+
let p = c.byteLength;
|
|
1467
1467
|
if (n) {
|
|
1468
|
-
let
|
|
1469
|
-
n(
|
|
1468
|
+
let y = o += p;
|
|
1469
|
+
n(y);
|
|
1470
1470
|
}
|
|
1471
1471
|
u.enqueue(new Uint8Array(c));
|
|
1472
1472
|
} catch (d) {
|
|
@@ -1481,7 +1481,7 @@ const pr = typeof XMLHttpRequest < "u", fr = pr && function(e) {
|
|
|
1481
1481
|
highWaterMark: 2
|
|
1482
1482
|
}
|
|
1483
1483
|
);
|
|
1484
|
-
},
|
|
1484
|
+
}, Ke = (e) => e >= 48 && e <= 57 || e >= 65 && e <= 70 || e >= 97 && e <= 102, vr = (e, t, n) => t + 2 < n && Ke(e.charCodeAt(t + 1)) && Ke(e.charCodeAt(t + 2));
|
|
1485
1485
|
function wr(e) {
|
|
1486
1486
|
if (!e || typeof e != "string" || !e.startsWith("data:"))
|
|
1487
1487
|
return 0;
|
|
@@ -1492,15 +1492,15 @@ function wr(e) {
|
|
|
1492
1492
|
if (/;base64/i.test(n)) {
|
|
1493
1493
|
let o = a.length;
|
|
1494
1494
|
const s = a.length;
|
|
1495
|
-
for (let
|
|
1496
|
-
if (a.charCodeAt(
|
|
1497
|
-
const
|
|
1498
|
-
|
|
1495
|
+
for (let p = 0; p < s; p++)
|
|
1496
|
+
if (a.charCodeAt(p) === 37 && p + 2 < s) {
|
|
1497
|
+
const y = a.charCodeAt(p + 1), k = a.charCodeAt(p + 2);
|
|
1498
|
+
Ke(y) && Ke(k) && (o -= 2, p += 2);
|
|
1499
1499
|
}
|
|
1500
1500
|
let i = 0, u = s - 1;
|
|
1501
|
-
const d = (
|
|
1502
|
-
a.charCodeAt(
|
|
1503
|
-
(a.charCodeAt(
|
|
1501
|
+
const d = (p) => p >= 2 && a.charCodeAt(p - 2) === 37 && // '%'
|
|
1502
|
+
a.charCodeAt(p - 1) === 51 && // '3'
|
|
1503
|
+
(a.charCodeAt(p) === 68 || a.charCodeAt(p) === 100);
|
|
1504
1504
|
u >= 0 && (a.charCodeAt(u) === 61 ? (i++, u--) : d(u) && (i++, u -= 3)), i === 1 && u >= 0 && (a.charCodeAt(u) === 61 || d(u)) && i++;
|
|
1505
1505
|
const c = Math.floor(o / 4) * 3 - (i || 0);
|
|
1506
1506
|
return c > 0 ? c : 0;
|
|
@@ -1522,10 +1522,10 @@ function wr(e) {
|
|
|
1522
1522
|
}
|
|
1523
1523
|
return r;
|
|
1524
1524
|
}
|
|
1525
|
-
const wt = "1.18.1",
|
|
1525
|
+
const wt = "1.18.1", It = 64 * 1024, { isFunction: Ve } = l, xr = (e) => encodeURIComponent(e).replace(
|
|
1526
1526
|
/%([0-9A-F]{2})/gi,
|
|
1527
1527
|
(t, n) => String.fromCharCode(parseInt(n, 16))
|
|
1528
|
-
),
|
|
1528
|
+
), Mt = (e) => {
|
|
1529
1529
|
if (!l.isString(e))
|
|
1530
1530
|
return e;
|
|
1531
1531
|
try {
|
|
@@ -1533,7 +1533,7 @@ const wt = "1.18.1", zt = 64 * 1024, { isFunction: ze } = l, xr = (e) => encodeU
|
|
|
1533
1533
|
} catch {
|
|
1534
1534
|
return e;
|
|
1535
1535
|
}
|
|
1536
|
-
},
|
|
1536
|
+
}, zt = (e, ...t) => {
|
|
1537
1537
|
try {
|
|
1538
1538
|
return !!e(...t);
|
|
1539
1539
|
} catch {
|
|
@@ -1543,7 +1543,7 @@ const wt = "1.18.1", zt = 64 * 1024, { isFunction: ze } = l, xr = (e) => encodeU
|
|
|
1543
1543
|
const t = e.indexOf("://");
|
|
1544
1544
|
let n = e;
|
|
1545
1545
|
return t !== -1 && (n = n.slice(t + 3)), n.includes("@") || n.includes(":");
|
|
1546
|
-
},
|
|
1546
|
+
}, Pr = (e) => {
|
|
1547
1547
|
const t = l.global !== void 0 && l.global !== null ? l.global : globalThis, { ReadableStream: n, TextEncoder: a } = t;
|
|
1548
1548
|
e = l.merge.call(
|
|
1549
1549
|
{
|
|
@@ -1555,283 +1555,283 @@ const wt = "1.18.1", zt = 64 * 1024, { isFunction: ze } = l, xr = (e) => encodeU
|
|
|
1555
1555
|
},
|
|
1556
1556
|
e
|
|
1557
1557
|
);
|
|
1558
|
-
const { fetch: r, Request: o, Response: s } = e, i = r ?
|
|
1558
|
+
const { fetch: r, Request: o, Response: s } = e, i = r ? Ve(r) : typeof fetch == "function", u = Ve(o), d = Ve(s);
|
|
1559
1559
|
if (!i)
|
|
1560
1560
|
return !1;
|
|
1561
|
-
const c = i &&
|
|
1562
|
-
let
|
|
1561
|
+
const c = i && Ve(n), p = i && (typeof a == "function" ? ((f) => (g) => f.encode(g))(new a()) : async (f) => new Uint8Array(await new o(f).arrayBuffer())), y = u && c && zt(() => {
|
|
1562
|
+
let f = !1;
|
|
1563
1563
|
const g = new o($.origin, {
|
|
1564
1564
|
body: new n(),
|
|
1565
1565
|
method: "POST",
|
|
1566
1566
|
get duplex() {
|
|
1567
|
-
return
|
|
1567
|
+
return f = !0, "half";
|
|
1568
1568
|
}
|
|
1569
|
-
}),
|
|
1570
|
-
return g.body != null && g.body.cancel(),
|
|
1571
|
-
}), k = d && c &&
|
|
1572
|
-
stream: k && ((
|
|
1569
|
+
}), m = g.headers.has("Content-Type");
|
|
1570
|
+
return g.body != null && g.body.cancel(), f && !m;
|
|
1571
|
+
}), k = d && c && zt(() => l.isReadableStream(new s("").body)), h = {
|
|
1572
|
+
stream: k && ((f) => f.body)
|
|
1573
1573
|
};
|
|
1574
|
-
i && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((
|
|
1575
|
-
!h[
|
|
1576
|
-
let
|
|
1577
|
-
if (
|
|
1578
|
-
return
|
|
1579
|
-
throw new
|
|
1580
|
-
`Response type '${
|
|
1581
|
-
|
|
1582
|
-
|
|
1574
|
+
i && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((f) => {
|
|
1575
|
+
!h[f] && (h[f] = (g, m) => {
|
|
1576
|
+
let O = g && g[f];
|
|
1577
|
+
if (O)
|
|
1578
|
+
return O.call(g);
|
|
1579
|
+
throw new T(
|
|
1580
|
+
`Response type '${f}' is not supported`,
|
|
1581
|
+
T.ERR_NOT_SUPPORT,
|
|
1582
|
+
m
|
|
1583
1583
|
);
|
|
1584
1584
|
});
|
|
1585
1585
|
});
|
|
1586
|
-
const
|
|
1587
|
-
if (
|
|
1586
|
+
const v = async (f) => {
|
|
1587
|
+
if (f == null)
|
|
1588
1588
|
return 0;
|
|
1589
|
-
if (l.isBlob(
|
|
1590
|
-
return
|
|
1591
|
-
if (l.isSpecCompliantForm(
|
|
1589
|
+
if (l.isBlob(f))
|
|
1590
|
+
return f.size;
|
|
1591
|
+
if (l.isSpecCompliantForm(f))
|
|
1592
1592
|
return (await new o($.origin, {
|
|
1593
1593
|
method: "POST",
|
|
1594
|
-
body:
|
|
1594
|
+
body: f
|
|
1595
1595
|
}).arrayBuffer()).byteLength;
|
|
1596
|
-
if (l.isArrayBufferView(
|
|
1597
|
-
return
|
|
1598
|
-
if (l.isURLSearchParams(
|
|
1599
|
-
return (await
|
|
1600
|
-
}, A = async (
|
|
1601
|
-
return async (
|
|
1596
|
+
if (l.isArrayBufferView(f) || l.isArrayBuffer(f))
|
|
1597
|
+
return f.byteLength;
|
|
1598
|
+
if (l.isURLSearchParams(f) && (f = f + ""), l.isString(f))
|
|
1599
|
+
return (await p(f)).byteLength;
|
|
1600
|
+
}, A = async (f, g) => l.toFiniteNumber(f.getContentLength()) ?? v(g);
|
|
1601
|
+
return async (f) => {
|
|
1602
1602
|
let {
|
|
1603
1603
|
url: g,
|
|
1604
|
-
method:
|
|
1605
|
-
data:
|
|
1606
|
-
signal:
|
|
1607
|
-
cancelToken:
|
|
1604
|
+
method: m,
|
|
1605
|
+
data: O,
|
|
1606
|
+
signal: w,
|
|
1607
|
+
cancelToken: R,
|
|
1608
1608
|
timeout: V,
|
|
1609
|
-
onDownloadProgress:
|
|
1610
|
-
onUploadProgress:
|
|
1611
|
-
responseType:
|
|
1612
|
-
headers:
|
|
1613
|
-
withCredentials:
|
|
1609
|
+
onDownloadProgress: Y,
|
|
1610
|
+
onUploadProgress: ne,
|
|
1611
|
+
responseType: K,
|
|
1612
|
+
headers: L,
|
|
1613
|
+
withCredentials: fe = "same-origin",
|
|
1614
1614
|
fetchOptions: C,
|
|
1615
|
-
maxContentLength:
|
|
1615
|
+
maxContentLength: E,
|
|
1616
1616
|
maxBodyLength: re
|
|
1617
|
-
} =
|
|
1618
|
-
const q = l.isNumber(
|
|
1617
|
+
} = mn(f);
|
|
1618
|
+
const q = l.isNumber(E) && E > -1, Ce = l.isNumber(re) && re > -1, H = (D) => l.hasOwnProp(f, D) ? f[D] : void 0;
|
|
1619
1619
|
let Be = r || fetch;
|
|
1620
|
-
|
|
1620
|
+
K = K ? (K + "").toLowerCase() : "text";
|
|
1621
1621
|
let ie = gr(
|
|
1622
|
-
[
|
|
1622
|
+
[w, R && R.toAbortSignal()],
|
|
1623
1623
|
V
|
|
1624
|
-
),
|
|
1624
|
+
), j = null;
|
|
1625
1625
|
const ye = ie && ie.unsubscribe && (() => {
|
|
1626
1626
|
ie.unsubscribe();
|
|
1627
1627
|
});
|
|
1628
1628
|
let _e, Ae = null;
|
|
1629
|
-
const
|
|
1629
|
+
const Pt = () => new T(
|
|
1630
1630
|
"Request body larger than maxBodyLength limit",
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1631
|
+
T.ERR_BAD_REQUEST,
|
|
1632
|
+
f,
|
|
1633
|
+
j
|
|
1634
1634
|
);
|
|
1635
1635
|
try {
|
|
1636
1636
|
let D;
|
|
1637
|
-
const
|
|
1638
|
-
if (
|
|
1639
|
-
const _ = l.getSafeProp(
|
|
1637
|
+
const ae = H("auth");
|
|
1638
|
+
if (ae) {
|
|
1639
|
+
const _ = l.getSafeProp(ae, "username") || "", Z = l.getSafeProp(ae, "password") || "";
|
|
1640
1640
|
D = {
|
|
1641
1641
|
username: _,
|
|
1642
|
-
password:
|
|
1642
|
+
password: Z
|
|
1643
1643
|
};
|
|
1644
1644
|
}
|
|
1645
1645
|
if (kr(g)) {
|
|
1646
1646
|
const _ = new URL(g, $.origin);
|
|
1647
1647
|
if (!D && (_.username || _.password)) {
|
|
1648
|
-
const
|
|
1648
|
+
const Z = Mt(_.username), he = Mt(_.password);
|
|
1649
1649
|
D = {
|
|
1650
|
-
username:
|
|
1650
|
+
username: Z,
|
|
1651
1651
|
password: he
|
|
1652
1652
|
};
|
|
1653
1653
|
}
|
|
1654
1654
|
(_.username || _.password) && (_.username = "", _.password = "", g = _.href);
|
|
1655
1655
|
}
|
|
1656
|
-
if (D && (
|
|
1656
|
+
if (D && (L.delete("authorization"), L.set(
|
|
1657
1657
|
"Authorization",
|
|
1658
1658
|
"Basic " + btoa(xr((D.username || "") + ":" + (D.password || "")))
|
|
1659
|
-
)), q && typeof g == "string" && g.startsWith("data:") && wr(g) >
|
|
1660
|
-
throw new
|
|
1661
|
-
"maxContentLength size of " +
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1659
|
+
)), q && typeof g == "string" && g.startsWith("data:") && wr(g) > E)
|
|
1660
|
+
throw new T(
|
|
1661
|
+
"maxContentLength size of " + E + " exceeded",
|
|
1662
|
+
T.ERR_BAD_RESPONSE,
|
|
1663
|
+
f,
|
|
1664
|
+
j
|
|
1665
1665
|
);
|
|
1666
|
-
if (Ce &&
|
|
1667
|
-
const _ = await
|
|
1666
|
+
if (Ce && m !== "get" && m !== "head") {
|
|
1667
|
+
const _ = await v(O);
|
|
1668
1668
|
if (typeof _ == "number" && isFinite(_) && (_e = _, _ > re))
|
|
1669
|
-
throw
|
|
1669
|
+
throw Pt();
|
|
1670
1670
|
}
|
|
1671
|
-
const
|
|
1671
|
+
const ze = Ce && (l.isReadableStream(O) || l.isStream(O)), Rt = (_, Z, he) => jt(
|
|
1672
1672
|
_,
|
|
1673
|
-
|
|
1673
|
+
It,
|
|
1674
1674
|
(ve) => {
|
|
1675
1675
|
if (Ce && ve > re)
|
|
1676
|
-
throw Ae =
|
|
1677
|
-
|
|
1676
|
+
throw Ae = Pt();
|
|
1677
|
+
Z && Z(ve);
|
|
1678
1678
|
},
|
|
1679
1679
|
he
|
|
1680
1680
|
);
|
|
1681
|
-
if (
|
|
1682
|
-
if (_e = _e ?? await A(
|
|
1681
|
+
if (y && m !== "get" && m !== "head" && (ne || ze)) {
|
|
1682
|
+
if (_e = _e ?? await A(L, O), _e !== 0 || ze) {
|
|
1683
1683
|
let _ = new o(g, {
|
|
1684
1684
|
method: "POST",
|
|
1685
|
-
body:
|
|
1685
|
+
body: O,
|
|
1686
1686
|
duplex: "half"
|
|
1687
|
-
}),
|
|
1688
|
-
if (l.isFormData(
|
|
1689
|
-
const [he, ve] =
|
|
1687
|
+
}), Z;
|
|
1688
|
+
if (l.isFormData(O) && (Z = _.headers.get("content-type")) && L.setContentType(Z), _.body) {
|
|
1689
|
+
const [he, ve] = ne && Ft(
|
|
1690
1690
|
_e,
|
|
1691
|
-
|
|
1691
|
+
We(Lt(ne))
|
|
1692
1692
|
) || [];
|
|
1693
|
-
|
|
1693
|
+
O = Rt(_.body, he, ve);
|
|
1694
1694
|
}
|
|
1695
1695
|
}
|
|
1696
|
-
} else if (
|
|
1697
|
-
|
|
1698
|
-
else if (
|
|
1699
|
-
throw new
|
|
1696
|
+
} else if (ze && !u && c && m !== "get" && m !== "head")
|
|
1697
|
+
O = Rt(O);
|
|
1698
|
+
else if (ze && u && !y && m !== "get" && m !== "head")
|
|
1699
|
+
throw new T(
|
|
1700
1700
|
"Stream request bodies are not supported by the current fetch implementation",
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1701
|
+
T.ERR_NOT_SUPPORT,
|
|
1702
|
+
f,
|
|
1703
|
+
j
|
|
1704
1704
|
);
|
|
1705
|
-
l.isString(
|
|
1705
|
+
l.isString(fe) || (fe = fe ? "include" : "omit");
|
|
1706
1706
|
const kn = u && "credentials" in o.prototype;
|
|
1707
|
-
if (l.isFormData(
|
|
1708
|
-
const _ =
|
|
1709
|
-
_ && /^multipart\/form-data/i.test(_) && !/boundary=/i.test(_) &&
|
|
1707
|
+
if (l.isFormData(O)) {
|
|
1708
|
+
const _ = L.getContentType();
|
|
1709
|
+
_ && /^multipart\/form-data/i.test(_) && !/boundary=/i.test(_) && L.delete("content-type");
|
|
1710
1710
|
}
|
|
1711
|
-
|
|
1712
|
-
const
|
|
1711
|
+
L.set("User-Agent", "axios/" + wt, !1);
|
|
1712
|
+
const Et = {
|
|
1713
1713
|
...C,
|
|
1714
1714
|
signal: ie,
|
|
1715
|
-
method:
|
|
1716
|
-
headers:
|
|
1717
|
-
body:
|
|
1715
|
+
method: m.toUpperCase(),
|
|
1716
|
+
headers: an(L.normalize()),
|
|
1717
|
+
body: O,
|
|
1718
1718
|
duplex: "half",
|
|
1719
|
-
credentials: kn ?
|
|
1719
|
+
credentials: kn ? fe : void 0
|
|
1720
1720
|
};
|
|
1721
|
-
|
|
1722
|
-
let
|
|
1723
|
-
const
|
|
1721
|
+
j = u && new o(g, Et);
|
|
1722
|
+
let me = await (u ? Be(j, C) : Be(g, Et));
|
|
1723
|
+
const Tt = te.from(me.headers);
|
|
1724
1724
|
if (q) {
|
|
1725
|
-
const _ = l.toFiniteNumber(
|
|
1726
|
-
if (_ != null && _ >
|
|
1727
|
-
throw new
|
|
1728
|
-
"maxContentLength size of " +
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1725
|
+
const _ = l.toFiniteNumber(Tt.getContentLength());
|
|
1726
|
+
if (_ != null && _ > E)
|
|
1727
|
+
throw new T(
|
|
1728
|
+
"maxContentLength size of " + E + " exceeded",
|
|
1729
|
+
T.ERR_BAD_RESPONSE,
|
|
1730
|
+
f,
|
|
1731
|
+
j
|
|
1732
1732
|
);
|
|
1733
1733
|
}
|
|
1734
|
-
const tt = k && (
|
|
1735
|
-
if (k &&
|
|
1734
|
+
const tt = k && (K === "stream" || K === "response");
|
|
1735
|
+
if (k && me.body && (Y || q || tt && ye)) {
|
|
1736
1736
|
const _ = {};
|
|
1737
1737
|
["status", "statusText", "headers"].forEach((De) => {
|
|
1738
|
-
_[De] =
|
|
1738
|
+
_[De] = me[De];
|
|
1739
1739
|
});
|
|
1740
|
-
const
|
|
1741
|
-
|
|
1742
|
-
|
|
1740
|
+
const Z = l.toFiniteNumber(Tt.getContentLength()), [he, ve] = Y && Ft(
|
|
1741
|
+
Z,
|
|
1742
|
+
We(Lt(Y), !0)
|
|
1743
1743
|
) || [];
|
|
1744
|
-
let
|
|
1745
|
-
const
|
|
1746
|
-
if (q && (
|
|
1747
|
-
throw new
|
|
1748
|
-
"maxContentLength size of " +
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1744
|
+
let St = 0;
|
|
1745
|
+
const Pn = (De) => {
|
|
1746
|
+
if (q && (St = De, St > E))
|
|
1747
|
+
throw new T(
|
|
1748
|
+
"maxContentLength size of " + E + " exceeded",
|
|
1749
|
+
T.ERR_BAD_RESPONSE,
|
|
1750
|
+
f,
|
|
1751
|
+
j
|
|
1752
1752
|
);
|
|
1753
1753
|
he && he(De);
|
|
1754
1754
|
};
|
|
1755
|
-
|
|
1756
|
-
|
|
1755
|
+
me = new s(
|
|
1756
|
+
jt(me.body, It, Pn, () => {
|
|
1757
1757
|
ve && ve(), ye && ye();
|
|
1758
1758
|
}),
|
|
1759
1759
|
_
|
|
1760
1760
|
);
|
|
1761
1761
|
}
|
|
1762
|
-
|
|
1763
|
-
let
|
|
1764
|
-
|
|
1765
|
-
|
|
1762
|
+
K = K || "text";
|
|
1763
|
+
let ge = await h[l.findKey(h, K) || "text"](
|
|
1764
|
+
me,
|
|
1765
|
+
f
|
|
1766
1766
|
);
|
|
1767
1767
|
if (q && !k && !tt) {
|
|
1768
1768
|
let _;
|
|
1769
|
-
if (
|
|
1770
|
-
throw new
|
|
1771
|
-
"maxContentLength size of " +
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1769
|
+
if (ge != null && (typeof ge.byteLength == "number" ? _ = ge.byteLength : typeof ge.size == "number" ? _ = ge.size : typeof ge == "string" && (_ = typeof a == "function" ? new a().encode(ge).byteLength : ge.length)), typeof _ == "number" && _ > E)
|
|
1770
|
+
throw new T(
|
|
1771
|
+
"maxContentLength size of " + E + " exceeded",
|
|
1772
|
+
T.ERR_BAD_RESPONSE,
|
|
1773
|
+
f,
|
|
1774
|
+
j
|
|
1775
1775
|
);
|
|
1776
1776
|
}
|
|
1777
|
-
return !tt && ye && ye(), await new Promise((_,
|
|
1778
|
-
|
|
1779
|
-
data:
|
|
1780
|
-
headers:
|
|
1781
|
-
status:
|
|
1782
|
-
statusText:
|
|
1783
|
-
config:
|
|
1784
|
-
request:
|
|
1777
|
+
return !tt && ye && ye(), await new Promise((_, Z) => {
|
|
1778
|
+
pn(_, Z, {
|
|
1779
|
+
data: ge,
|
|
1780
|
+
headers: te.from(me.headers),
|
|
1781
|
+
status: me.status,
|
|
1782
|
+
statusText: me.statusText,
|
|
1783
|
+
config: f,
|
|
1784
|
+
request: j
|
|
1785
1785
|
});
|
|
1786
1786
|
});
|
|
1787
1787
|
} catch (D) {
|
|
1788
|
-
if (ye && ye(), ie && ie.aborted && ie.reason instanceof
|
|
1789
|
-
const
|
|
1790
|
-
throw
|
|
1788
|
+
if (ye && ye(), ie && ie.aborted && ie.reason instanceof T) {
|
|
1789
|
+
const ae = ie.reason;
|
|
1790
|
+
throw ae.config = f, j && (ae.request = j), D !== ae && Object.defineProperty(ae, "cause", {
|
|
1791
1791
|
__proto__: null,
|
|
1792
1792
|
value: D,
|
|
1793
1793
|
writable: !0,
|
|
1794
1794
|
enumerable: !1,
|
|
1795
1795
|
configurable: !0
|
|
1796
|
-
}),
|
|
1796
|
+
}), ae;
|
|
1797
1797
|
}
|
|
1798
1798
|
if (Ae)
|
|
1799
|
-
throw
|
|
1800
|
-
if (D instanceof
|
|
1801
|
-
throw
|
|
1799
|
+
throw j && !Ae.request && (Ae.request = j), Ae;
|
|
1800
|
+
if (D instanceof T)
|
|
1801
|
+
throw j && !D.request && (D.request = j), D;
|
|
1802
1802
|
if (D && D.name === "TypeError" && /Load failed|fetch/i.test(D.message)) {
|
|
1803
|
-
const
|
|
1803
|
+
const ae = new T(
|
|
1804
1804
|
"Network Error",
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1805
|
+
T.ERR_NETWORK,
|
|
1806
|
+
f,
|
|
1807
|
+
j,
|
|
1808
1808
|
D && D.response
|
|
1809
1809
|
);
|
|
1810
|
-
throw Object.defineProperty(
|
|
1810
|
+
throw Object.defineProperty(ae, "cause", {
|
|
1811
1811
|
__proto__: null,
|
|
1812
1812
|
value: D.cause || D,
|
|
1813
1813
|
writable: !0,
|
|
1814
1814
|
enumerable: !1,
|
|
1815
1815
|
configurable: !0
|
|
1816
|
-
}),
|
|
1816
|
+
}), ae;
|
|
1817
1817
|
}
|
|
1818
|
-
throw
|
|
1818
|
+
throw T.from(D, D && D.code, f, j, D && D.response);
|
|
1819
1819
|
}
|
|
1820
1820
|
};
|
|
1821
|
-
},
|
|
1821
|
+
}, Rr = /* @__PURE__ */ new Map(), gn = (e) => {
|
|
1822
1822
|
let t = e && e.env || {};
|
|
1823
1823
|
const { fetch: n, Request: a, Response: r } = t, o = [a, r, n];
|
|
1824
|
-
let s = o.length, i = s, u, d, c =
|
|
1824
|
+
let s = o.length, i = s, u, d, c = Rr;
|
|
1825
1825
|
for (; i--; )
|
|
1826
|
-
u = o[i], d = c.get(u), d === void 0 && c.set(u, d = i ? /* @__PURE__ */ new Map() :
|
|
1826
|
+
u = o[i], d = c.get(u), d === void 0 && c.set(u, d = i ? /* @__PURE__ */ new Map() : Pr(t)), c = d;
|
|
1827
1827
|
return d;
|
|
1828
1828
|
};
|
|
1829
|
-
|
|
1829
|
+
gn();
|
|
1830
1830
|
const xt = {
|
|
1831
1831
|
http: Fa,
|
|
1832
1832
|
xhr: fr,
|
|
1833
1833
|
fetch: {
|
|
1834
|
-
get:
|
|
1834
|
+
get: gn
|
|
1835
1835
|
}
|
|
1836
1836
|
};
|
|
1837
1837
|
l.forEach(xt, (e, t) => {
|
|
@@ -1843,8 +1843,8 @@ l.forEach(xt, (e, t) => {
|
|
|
1843
1843
|
Object.defineProperty(e, "adapterName", { __proto__: null, value: t });
|
|
1844
1844
|
}
|
|
1845
1845
|
});
|
|
1846
|
-
const
|
|
1847
|
-
function
|
|
1846
|
+
const Vt = (e) => `- ${e}`, Er = (e) => l.isFunction(e) || e === null || e === !1;
|
|
1847
|
+
function Tr(e, t) {
|
|
1848
1848
|
e = l.isArray(e) ? e : [e];
|
|
1849
1849
|
const { length: n } = e;
|
|
1850
1850
|
let a, r;
|
|
@@ -1852,8 +1852,8 @@ function Sr(e, t) {
|
|
|
1852
1852
|
for (let s = 0; s < n; s++) {
|
|
1853
1853
|
a = e[s];
|
|
1854
1854
|
let i;
|
|
1855
|
-
if (r = a, !
|
|
1856
|
-
throw new
|
|
1855
|
+
if (r = a, !Er(a) && (r = xt[(i = String(a)).toLowerCase()], r === void 0))
|
|
1856
|
+
throw new T(`Unknown adapter '${i}'`);
|
|
1857
1857
|
if (r && (l.isFunction(r) || (r = r.get(t))))
|
|
1858
1858
|
break;
|
|
1859
1859
|
o[i || "#" + s] = r;
|
|
@@ -1863,21 +1863,21 @@ function Sr(e, t) {
|
|
|
1863
1863
|
([u, d]) => `adapter ${u} ` + (d === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
1864
1864
|
);
|
|
1865
1865
|
let i = n ? s.length > 1 ? `since :
|
|
1866
|
-
` + s.map(
|
|
1867
|
-
`) : " " +
|
|
1868
|
-
throw new
|
|
1866
|
+
` + s.map(Vt).join(`
|
|
1867
|
+
`) : " " + Vt(s[0]) : "as no adapter specified";
|
|
1868
|
+
throw new T(
|
|
1869
1869
|
"There is no suitable adapter to dispatch the request " + i,
|
|
1870
|
-
|
|
1870
|
+
T.ERR_NOT_SUPPORT
|
|
1871
1871
|
);
|
|
1872
1872
|
}
|
|
1873
1873
|
return r;
|
|
1874
1874
|
}
|
|
1875
|
-
const
|
|
1875
|
+
const hn = {
|
|
1876
1876
|
/**
|
|
1877
1877
|
* Resolve an adapter from a list of adapter names or functions.
|
|
1878
1878
|
* @type {Function}
|
|
1879
1879
|
*/
|
|
1880
|
-
getAdapter:
|
|
1880
|
+
getAdapter: Tr,
|
|
1881
1881
|
/**
|
|
1882
1882
|
* Exposes all known adapters
|
|
1883
1883
|
* @type {Object<string, Function|Object>}
|
|
@@ -1888,8 +1888,8 @@ function st(e) {
|
|
|
1888
1888
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
1889
1889
|
throw new je(null, e);
|
|
1890
1890
|
}
|
|
1891
|
-
function
|
|
1892
|
-
return st(e), e.headers =
|
|
1891
|
+
function qt(e) {
|
|
1892
|
+
return st(e), e.headers = te.from(e.headers), e.data = ot.call(e, e.transformRequest), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), hn.getAdapter(e.adapter || vt.adapter, e)(e).then(
|
|
1893
1893
|
function(t) {
|
|
1894
1894
|
st(e), e.response = t;
|
|
1895
1895
|
try {
|
|
@@ -1897,10 +1897,10 @@ function Gt(e) {
|
|
|
1897
1897
|
} finally {
|
|
1898
1898
|
delete e.response;
|
|
1899
1899
|
}
|
|
1900
|
-
return t.headers =
|
|
1900
|
+
return t.headers = te.from(t.headers), t;
|
|
1901
1901
|
},
|
|
1902
1902
|
function(t) {
|
|
1903
|
-
if (!
|
|
1903
|
+
if (!dn(t) && (st(e), t && t.response)) {
|
|
1904
1904
|
e.response = t.response;
|
|
1905
1905
|
try {
|
|
1906
1906
|
t.response.data = ot.call(
|
|
@@ -1911,30 +1911,30 @@ function Gt(e) {
|
|
|
1911
1911
|
} finally {
|
|
1912
1912
|
delete e.response;
|
|
1913
1913
|
}
|
|
1914
|
-
t.response.headers =
|
|
1914
|
+
t.response.headers = te.from(t.response.headers);
|
|
1915
1915
|
}
|
|
1916
1916
|
return Promise.reject(t);
|
|
1917
1917
|
}
|
|
1918
1918
|
);
|
|
1919
1919
|
}
|
|
1920
|
-
const
|
|
1920
|
+
const et = {};
|
|
1921
1921
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
1922
|
-
|
|
1922
|
+
et[e] = function(n) {
|
|
1923
1923
|
return typeof n === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
1924
1924
|
};
|
|
1925
1925
|
});
|
|
1926
|
-
const
|
|
1927
|
-
|
|
1926
|
+
const $t = {};
|
|
1927
|
+
et.transitional = function(e, t, n) {
|
|
1928
1928
|
function a(r, o) {
|
|
1929
1929
|
return "[Axios v" + wt + "] Transitional option '" + r + "'" + o + (n ? ". " + n : "");
|
|
1930
1930
|
}
|
|
1931
1931
|
return (r, o, s) => {
|
|
1932
1932
|
if (e === !1)
|
|
1933
|
-
throw new
|
|
1933
|
+
throw new T(
|
|
1934
1934
|
a(o, " has been removed" + (t ? " in " + t : "")),
|
|
1935
|
-
|
|
1935
|
+
T.ERR_DEPRECATED
|
|
1936
1936
|
);
|
|
1937
|
-
return t &&
|
|
1937
|
+
return t && !$t[o] && ($t[o] = !0, console.warn(
|
|
1938
1938
|
a(
|
|
1939
1939
|
o,
|
|
1940
1940
|
" has been deprecated since v" + t + " and will be removed in the near future"
|
|
@@ -1942,12 +1942,12 @@ Ze.transitional = function(e, t, n) {
|
|
|
1942
1942
|
)), e ? e(r, o, s) : !0;
|
|
1943
1943
|
};
|
|
1944
1944
|
};
|
|
1945
|
-
|
|
1945
|
+
et.spelling = function(e) {
|
|
1946
1946
|
return (t, n) => (console.warn(`${n} is likely a misspelling of ${e}`), !0);
|
|
1947
1947
|
};
|
|
1948
|
-
function
|
|
1948
|
+
function Sr(e, t, n) {
|
|
1949
1949
|
if (typeof e != "object" || e === null)
|
|
1950
|
-
throw new
|
|
1950
|
+
throw new T("options must be an object", T.ERR_BAD_OPTION_VALUE);
|
|
1951
1951
|
const a = Object.keys(e);
|
|
1952
1952
|
let r = a.length;
|
|
1953
1953
|
for (; r-- > 0; ) {
|
|
@@ -1955,25 +1955,25 @@ function Tr(e, t, n) {
|
|
|
1955
1955
|
if (s) {
|
|
1956
1956
|
const i = e[o], u = i === void 0 || s(i, o, e);
|
|
1957
1957
|
if (u !== !0)
|
|
1958
|
-
throw new
|
|
1958
|
+
throw new T(
|
|
1959
1959
|
"option " + o + " must be " + u,
|
|
1960
|
-
|
|
1960
|
+
T.ERR_BAD_OPTION_VALUE
|
|
1961
1961
|
);
|
|
1962
1962
|
continue;
|
|
1963
1963
|
}
|
|
1964
1964
|
if (n !== !0)
|
|
1965
|
-
throw new
|
|
1965
|
+
throw new T("Unknown option " + o, T.ERR_BAD_OPTION);
|
|
1966
1966
|
}
|
|
1967
1967
|
}
|
|
1968
|
-
const
|
|
1969
|
-
assertOptions:
|
|
1970
|
-
validators:
|
|
1971
|
-
},
|
|
1972
|
-
class
|
|
1968
|
+
const Ge = {
|
|
1969
|
+
assertOptions: Sr,
|
|
1970
|
+
validators: et
|
|
1971
|
+
}, J = Ge.validators;
|
|
1972
|
+
class Xe {
|
|
1973
1973
|
constructor(t) {
|
|
1974
1974
|
this.defaults = t || {}, this.interceptors = {
|
|
1975
|
-
request: new
|
|
1976
|
-
response: new
|
|
1975
|
+
request: new At(),
|
|
1976
|
+
response: new At()
|
|
1977
1977
|
};
|
|
1978
1978
|
}
|
|
1979
1979
|
/**
|
|
@@ -2015,90 +2015,90 @@ class Ke {
|
|
|
2015
2015
|
}
|
|
2016
2016
|
}
|
|
2017
2017
|
_request(t, n) {
|
|
2018
|
-
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n =
|
|
2018
|
+
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = Pe(this.defaults, n);
|
|
2019
2019
|
const { transitional: a, paramsSerializer: r, headers: o } = n;
|
|
2020
|
-
a !== void 0 &&
|
|
2020
|
+
a !== void 0 && Ge.assertOptions(
|
|
2021
2021
|
a,
|
|
2022
2022
|
{
|
|
2023
|
-
silentJSONParsing:
|
|
2024
|
-
forcedJSONParsing:
|
|
2025
|
-
clarifyTimeoutError:
|
|
2026
|
-
legacyInterceptorReqResOrdering:
|
|
2027
|
-
advertiseZstdAcceptEncoding:
|
|
2028
|
-
validateStatusUndefinedResolves:
|
|
2023
|
+
silentJSONParsing: J.transitional(J.boolean),
|
|
2024
|
+
forcedJSONParsing: J.transitional(J.boolean),
|
|
2025
|
+
clarifyTimeoutError: J.transitional(J.boolean),
|
|
2026
|
+
legacyInterceptorReqResOrdering: J.transitional(J.boolean),
|
|
2027
|
+
advertiseZstdAcceptEncoding: J.transitional(J.boolean),
|
|
2028
|
+
validateStatusUndefinedResolves: J.transitional(J.boolean)
|
|
2029
2029
|
},
|
|
2030
2030
|
!1
|
|
2031
2031
|
), r != null && (l.isFunction(r) ? n.paramsSerializer = {
|
|
2032
2032
|
serialize: r
|
|
2033
|
-
} :
|
|
2033
|
+
} : Ge.assertOptions(
|
|
2034
2034
|
r,
|
|
2035
2035
|
{
|
|
2036
|
-
encode:
|
|
2037
|
-
serialize:
|
|
2036
|
+
encode: J.function,
|
|
2037
|
+
serialize: J.function
|
|
2038
2038
|
},
|
|
2039
2039
|
!0
|
|
2040
|
-
)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0),
|
|
2040
|
+
)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), Ge.assertOptions(
|
|
2041
2041
|
n,
|
|
2042
2042
|
{
|
|
2043
|
-
baseUrl:
|
|
2044
|
-
withXsrfToken:
|
|
2043
|
+
baseUrl: J.spelling("baseURL"),
|
|
2044
|
+
withXsrfToken: J.spelling("withXSRFToken")
|
|
2045
2045
|
},
|
|
2046
2046
|
!0
|
|
2047
2047
|
), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
2048
2048
|
let s = o && l.merge(o.common, o[n.method]);
|
|
2049
2049
|
o && l.forEach(["delete", "get", "head", "post", "put", "patch", "query", "common"], (h) => {
|
|
2050
2050
|
delete o[h];
|
|
2051
|
-
}), n.headers =
|
|
2051
|
+
}), n.headers = te.concat(s, o);
|
|
2052
2052
|
const i = [];
|
|
2053
2053
|
let u = !0;
|
|
2054
2054
|
this.interceptors.request.forEach(function(h) {
|
|
2055
2055
|
if (typeof h.runWhen == "function" && h.runWhen(n) === !1)
|
|
2056
2056
|
return;
|
|
2057
2057
|
u = u && h.synchronous;
|
|
2058
|
-
const
|
|
2059
|
-
|
|
2058
|
+
const v = n.transitional || ht;
|
|
2059
|
+
v && v.legacyInterceptorReqResOrdering ? i.unshift(h.fulfilled, h.rejected) : i.push(h.fulfilled, h.rejected);
|
|
2060
2060
|
});
|
|
2061
2061
|
const d = [];
|
|
2062
2062
|
this.interceptors.response.forEach(function(h) {
|
|
2063
2063
|
d.push(h.fulfilled, h.rejected);
|
|
2064
2064
|
});
|
|
2065
|
-
let c,
|
|
2065
|
+
let c, p = 0, y;
|
|
2066
2066
|
if (!u) {
|
|
2067
|
-
const h = [
|
|
2068
|
-
for (h.unshift(...i), h.push(...d),
|
|
2069
|
-
c = c.then(h[
|
|
2067
|
+
const h = [qt.bind(this), void 0];
|
|
2068
|
+
for (h.unshift(...i), h.push(...d), y = h.length, c = Promise.resolve(n); p < y; )
|
|
2069
|
+
c = c.then(h[p++], h[p++]);
|
|
2070
2070
|
return c;
|
|
2071
2071
|
}
|
|
2072
|
-
|
|
2072
|
+
y = i.length;
|
|
2073
2073
|
let k = n;
|
|
2074
|
-
for (;
|
|
2075
|
-
const h = i[
|
|
2074
|
+
for (; p < y; ) {
|
|
2075
|
+
const h = i[p++], v = i[p++];
|
|
2076
2076
|
try {
|
|
2077
2077
|
k = h(k);
|
|
2078
2078
|
} catch (A) {
|
|
2079
|
-
|
|
2079
|
+
v.call(this, A);
|
|
2080
2080
|
break;
|
|
2081
2081
|
}
|
|
2082
2082
|
}
|
|
2083
2083
|
try {
|
|
2084
|
-
c =
|
|
2084
|
+
c = qt.call(this, k);
|
|
2085
2085
|
} catch (h) {
|
|
2086
2086
|
return Promise.reject(h);
|
|
2087
2087
|
}
|
|
2088
|
-
for (
|
|
2089
|
-
c = c.then(d[
|
|
2088
|
+
for (p = 0, y = d.length; p < y; )
|
|
2089
|
+
c = c.then(d[p++], d[p++]);
|
|
2090
2090
|
return c;
|
|
2091
2091
|
}
|
|
2092
2092
|
getUri(t) {
|
|
2093
|
-
t =
|
|
2094
|
-
const n =
|
|
2095
|
-
return
|
|
2093
|
+
t = Pe(this.defaults, t);
|
|
2094
|
+
const n = fn(t.baseURL, t.url, t.allowAbsoluteUrls, t);
|
|
2095
|
+
return ln(n, t.params, t.paramsSerializer);
|
|
2096
2096
|
}
|
|
2097
2097
|
}
|
|
2098
2098
|
l.forEach(["delete", "get", "head", "options"], function(e) {
|
|
2099
|
-
|
|
2099
|
+
Xe.prototype[e] = function(t, n) {
|
|
2100
2100
|
return this.request(
|
|
2101
|
-
|
|
2101
|
+
Pe(n || {}, {
|
|
2102
2102
|
method: e,
|
|
2103
2103
|
url: t,
|
|
2104
2104
|
data: n && l.hasOwnProp(n, "data") ? n.data : void 0
|
|
@@ -2110,7 +2110,7 @@ l.forEach(["post", "put", "patch", "query"], function(e) {
|
|
|
2110
2110
|
function t(n) {
|
|
2111
2111
|
return function(a, r, o) {
|
|
2112
2112
|
return this.request(
|
|
2113
|
-
|
|
2113
|
+
Pe(o || {}, {
|
|
2114
2114
|
method: e,
|
|
2115
2115
|
headers: n ? {
|
|
2116
2116
|
"Content-Type": "multipart/form-data"
|
|
@@ -2121,9 +2121,9 @@ l.forEach(["post", "put", "patch", "query"], function(e) {
|
|
|
2121
2121
|
);
|
|
2122
2122
|
};
|
|
2123
2123
|
}
|
|
2124
|
-
|
|
2124
|
+
Xe.prototype[e] = t(), e !== "query" && (Xe.prototype[e + "Form"] = t(!0));
|
|
2125
2125
|
});
|
|
2126
|
-
const
|
|
2126
|
+
const He = Xe;
|
|
2127
2127
|
class kt {
|
|
2128
2128
|
constructor(t) {
|
|
2129
2129
|
if (typeof t != "function")
|
|
@@ -2282,33 +2282,33 @@ Object.entries(dt).forEach(([e, t]) => {
|
|
|
2282
2282
|
dt[t] = e;
|
|
2283
2283
|
});
|
|
2284
2284
|
const _r = dt;
|
|
2285
|
-
function
|
|
2286
|
-
const t = new
|
|
2287
|
-
return l.extend(n,
|
|
2288
|
-
return
|
|
2285
|
+
function bn(e) {
|
|
2286
|
+
const t = new He(e), n = Wt(He.prototype.request, t);
|
|
2287
|
+
return l.extend(n, He.prototype, t, { allOwnKeys: !0 }), l.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(a) {
|
|
2288
|
+
return bn(Pe(e, a));
|
|
2289
2289
|
}, n;
|
|
2290
2290
|
}
|
|
2291
|
-
const
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2291
|
+
const M = bn(vt);
|
|
2292
|
+
M.Axios = He;
|
|
2293
|
+
M.CanceledError = je;
|
|
2294
|
+
M.CancelToken = Or;
|
|
2295
|
+
M.isCancel = dn;
|
|
2296
|
+
M.VERSION = wt;
|
|
2297
|
+
M.toFormData = Ze;
|
|
2298
|
+
M.AxiosError = T;
|
|
2299
|
+
M.Cancel = M.CanceledError;
|
|
2300
|
+
M.all = function(e) {
|
|
2301
2301
|
return Promise.all(e);
|
|
2302
2302
|
};
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
const Ar =
|
|
2303
|
+
M.spread = Cr;
|
|
2304
|
+
M.isAxiosError = Br;
|
|
2305
|
+
M.mergeConfig = Pe;
|
|
2306
|
+
M.AxiosHeaders = te;
|
|
2307
|
+
M.formToJSON = (e) => cn(l.isHTMLForm(e) ? new FormData(e) : e);
|
|
2308
|
+
M.getAdapter = hn.getAdapter;
|
|
2309
|
+
M.HttpStatusCode = _r;
|
|
2310
|
+
M.default = M;
|
|
2311
|
+
const Ar = M;
|
|
2312
2312
|
function Dr(e, t) {
|
|
2313
2313
|
const n = t && t.toUpperCase() !== "MY" ? `.${t.toLowerCase()}` : "";
|
|
2314
2314
|
return `https://portal-v2${e === "dev" ? "-dev" : ""}${n}.feedmeapi.com`;
|
|
@@ -2316,17 +2316,17 @@ function Dr(e, t) {
|
|
|
2316
2316
|
function Fr(e, t) {
|
|
2317
2317
|
return Dr(e, t);
|
|
2318
2318
|
}
|
|
2319
|
-
const
|
|
2320
|
-
function
|
|
2319
|
+
const yn = ["1x1", "4x3", "16x9", "9x16"], pt = "asset";
|
|
2320
|
+
function Lr(e) {
|
|
2321
2321
|
return e.some((t) => t.status === "pending");
|
|
2322
2322
|
}
|
|
2323
|
-
function
|
|
2323
|
+
function Nr(e) {
|
|
2324
2324
|
if (e.length === 0)
|
|
2325
2325
|
return null;
|
|
2326
2326
|
const t = e.filter((n) => n.status === "active").length;
|
|
2327
2327
|
return { tone: e.some((n) => n.status === "pending") ? "progress" : e.some((n) => n.status === "failed") ? "warning" : "done", active: t, total: e.length };
|
|
2328
2328
|
}
|
|
2329
|
-
function
|
|
2329
|
+
function vn(e, t) {
|
|
2330
2330
|
return [
|
|
2331
2331
|
{ key: "original", kind: "original", ratio: null, url: e.url, status: null },
|
|
2332
2332
|
...t.map((n) => ({
|
|
@@ -2338,7 +2338,7 @@ function xn(e, t) {
|
|
|
2338
2338
|
}))
|
|
2339
2339
|
];
|
|
2340
2340
|
}
|
|
2341
|
-
function
|
|
2341
|
+
function Ur(e) {
|
|
2342
2342
|
return e.refType && e.refId ? {
|
|
2343
2343
|
kind: "image",
|
|
2344
2344
|
entry: {
|
|
@@ -2371,7 +2371,7 @@ function jr(e, t, n) {
|
|
|
2371
2371
|
url: (a == null ? void 0 : a.url) ?? `${t.url}?aspect_ratio=${e.ratio}`
|
|
2372
2372
|
};
|
|
2373
2373
|
}
|
|
2374
|
-
function
|
|
2374
|
+
function Gt(e, t, n) {
|
|
2375
2375
|
if (t === null)
|
|
2376
2376
|
return { asset: e, ratio: null, url: e.url };
|
|
2377
2377
|
const a = n.find((r) => r.aspectRatio === t);
|
|
@@ -2380,7 +2380,7 @@ function Ht(e, t, n) {
|
|
|
2380
2380
|
function Ir(e) {
|
|
2381
2381
|
return e >= 1024 * 1024 ? `${(e / 1024 / 1024).toFixed(1)} MB` : `${Math.round(e / 1024)} KB`;
|
|
2382
2382
|
}
|
|
2383
|
-
const
|
|
2383
|
+
const wn = "ai-draft";
|
|
2384
2384
|
function Mr() {
|
|
2385
2385
|
var e;
|
|
2386
2386
|
const { sessionUser: t, namespace: n, currentCountry: a } = On(), r = (e = t.value) == null ? void 0 : e.token;
|
|
@@ -2389,71 +2389,73 @@ function Mr() {
|
|
|
2389
2389
|
headers: r ? { Authorization: `Bearer ${r}` } : {}
|
|
2390
2390
|
});
|
|
2391
2391
|
}
|
|
2392
|
-
const
|
|
2393
|
-
function
|
|
2392
|
+
const de = Mr;
|
|
2393
|
+
function Ie(e) {
|
|
2394
2394
|
return `/media-v1/businesses/${e}/assets`;
|
|
2395
2395
|
}
|
|
2396
|
-
async function
|
|
2397
|
-
const { businessId: t, ...n } = e, { data: a } = await
|
|
2396
|
+
async function zr(e) {
|
|
2397
|
+
const { businessId: t, ...n } = e, { data: a } = await de().get(Ie(t), { params: n });
|
|
2398
2398
|
return a;
|
|
2399
2399
|
}
|
|
2400
|
-
async function
|
|
2401
|
-
const {
|
|
2402
|
-
|
|
2400
|
+
async function xn(e) {
|
|
2401
|
+
const { data: t } = await de().get(`${Ie(e)}/tags`, {
|
|
2402
|
+
params: { excludeTags: [wn] }
|
|
2403
|
+
});
|
|
2404
|
+
return t;
|
|
2403
2405
|
}
|
|
2404
2406
|
async function Vr(e) {
|
|
2405
|
-
const {
|
|
2406
|
-
return t.
|
|
2407
|
+
const { tags: t } = await xn(e);
|
|
2408
|
+
return t.map((n) => n.tag);
|
|
2407
2409
|
}
|
|
2408
2410
|
async function qr(e, t, n) {
|
|
2409
|
-
const { data: a } = await
|
|
2411
|
+
const { data: a } = await de().patch(`${Ie(e)}/${t}`, { fileName: n });
|
|
2410
2412
|
return a;
|
|
2411
2413
|
}
|
|
2412
2414
|
async function $r(e, t, n) {
|
|
2413
|
-
const { data: a } = await
|
|
2415
|
+
const { data: a } = await de().patch(`${Ie(e)}/${t}`, { tags: n });
|
|
2414
2416
|
return a;
|
|
2415
2417
|
}
|
|
2416
2418
|
async function Gr(e, t) {
|
|
2417
|
-
await
|
|
2419
|
+
await de().delete(`${Ie(e)}/${t}`);
|
|
2418
2420
|
}
|
|
2419
|
-
function
|
|
2421
|
+
function Me(e) {
|
|
2420
2422
|
return `/media-v1/businesses/${e}/images`;
|
|
2421
2423
|
}
|
|
2422
|
-
async function
|
|
2423
|
-
const { data: a } = await
|
|
2424
|
+
async function Hr(e, t, n) {
|
|
2425
|
+
const { data: a } = await de().post(`${Me(e)}/create`, t, {
|
|
2424
2426
|
headers: n ? { "Idempotency-Key": n } : {}
|
|
2425
2427
|
});
|
|
2426
2428
|
return a;
|
|
2427
2429
|
}
|
|
2428
|
-
async function
|
|
2429
|
-
const { data: n } = await
|
|
2430
|
+
async function Jr(e, t) {
|
|
2431
|
+
const { data: n } = await de().post(`${Me(e)}/delete`, {
|
|
2430
2432
|
entries: t
|
|
2431
2433
|
});
|
|
2432
2434
|
return n.results;
|
|
2433
2435
|
}
|
|
2434
|
-
async function
|
|
2435
|
-
const { businessId: t, refIds: n, ...a } = e, { data: r } = await
|
|
2436
|
+
async function Wr(e) {
|
|
2437
|
+
const { businessId: t, refIds: n, ...a } = e, { data: r } = await de().get(Me(t), {
|
|
2436
2438
|
params: { ...a, refIds: n.join(",") }
|
|
2437
2439
|
});
|
|
2438
2440
|
return r.images;
|
|
2439
2441
|
}
|
|
2440
2442
|
async function Kr(e, t) {
|
|
2441
|
-
const { data: n } = await
|
|
2443
|
+
const { data: n } = await de().post(`${Me(e)}/upload-intent`, t);
|
|
2442
2444
|
return n;
|
|
2443
2445
|
}
|
|
2444
2446
|
async function Xr(e, t) {
|
|
2445
|
-
const { data: n } = await
|
|
2447
|
+
const { data: n } = await de().post(`${Me(e)}/confirm`, t);
|
|
2446
2448
|
return n;
|
|
2447
2449
|
}
|
|
2448
|
-
async function
|
|
2449
|
-
const n =
|
|
2450
|
+
async function Yr(e, t) {
|
|
2451
|
+
const n = Ur(t);
|
|
2450
2452
|
if (n.kind === "image") {
|
|
2451
|
-
await
|
|
2453
|
+
await Jr(e, [n.entry]);
|
|
2452
2454
|
return;
|
|
2453
2455
|
}
|
|
2454
2456
|
await Gr(e, n.id);
|
|
2455
2457
|
}
|
|
2456
|
-
const
|
|
2458
|
+
const Qr = {
|
|
2457
2459
|
assetGrid: {
|
|
2458
2460
|
loading: "Loading…",
|
|
2459
2461
|
empty: "No assets yet",
|
|
@@ -2471,6 +2473,10 @@ const Yr = {
|
|
|
2471
2473
|
daysAgo: "{n} days ago"
|
|
2472
2474
|
}
|
|
2473
2475
|
},
|
|
2476
|
+
assetPagination: {
|
|
2477
|
+
itemCount: "{start}–{end} of {total}",
|
|
2478
|
+
pageCount: "{total} pages"
|
|
2479
|
+
},
|
|
2474
2480
|
assetDetailDialog: {
|
|
2475
2481
|
previewTitle: "Preview",
|
|
2476
2482
|
saveButton: "Save",
|
|
@@ -2529,7 +2535,7 @@ const Yr = {
|
|
|
2529
2535
|
label: "Ratio"
|
|
2530
2536
|
}
|
|
2531
2537
|
}, Zr = {
|
|
2532
|
-
mediaPicker:
|
|
2538
|
+
mediaPicker: Qr
|
|
2533
2539
|
}, eo = {
|
|
2534
2540
|
assetGrid: {
|
|
2535
2541
|
loading: "Chargement…",
|
|
@@ -2548,6 +2554,10 @@ const Yr = {
|
|
|
2548
2554
|
daysAgo: "il y a {n} j"
|
|
2549
2555
|
}
|
|
2550
2556
|
},
|
|
2557
|
+
assetPagination: {
|
|
2558
|
+
itemCount: "{start}–{end} sur {total}",
|
|
2559
|
+
pageCount: "{total} pages"
|
|
2560
|
+
},
|
|
2551
2561
|
assetDetailDialog: {
|
|
2552
2562
|
previewTitle: "Aperçu",
|
|
2553
2563
|
saveButton: "Enregistrer",
|
|
@@ -2625,6 +2635,10 @@ const Yr = {
|
|
|
2625
2635
|
daysAgo: "{n} hari lalu"
|
|
2626
2636
|
}
|
|
2627
2637
|
},
|
|
2638
|
+
assetPagination: {
|
|
2639
|
+
itemCount: "{start}–{end} dari {total}",
|
|
2640
|
+
pageCount: "{total} halaman"
|
|
2641
|
+
},
|
|
2628
2642
|
assetDetailDialog: {
|
|
2629
2643
|
previewTitle: "Pratinjau",
|
|
2630
2644
|
saveButton: "Simpan",
|
|
@@ -2702,6 +2716,10 @@ const Yr = {
|
|
|
2702
2716
|
daysAgo: "{n} 日前"
|
|
2703
2717
|
}
|
|
2704
2718
|
},
|
|
2719
|
+
assetPagination: {
|
|
2720
|
+
itemCount: "{total} 件中 {start}–{end} 件",
|
|
2721
|
+
pageCount: "全 {total} ページ"
|
|
2722
|
+
},
|
|
2705
2723
|
assetDetailDialog: {
|
|
2706
2724
|
previewTitle: "プレビュー",
|
|
2707
2725
|
saveButton: "保存",
|
|
@@ -2779,6 +2797,10 @@ const Yr = {
|
|
|
2779
2797
|
daysAgo: "{n} วันที่แล้ว"
|
|
2780
2798
|
}
|
|
2781
2799
|
},
|
|
2800
|
+
assetPagination: {
|
|
2801
|
+
itemCount: "{start}–{end} จาก {total} รายการ",
|
|
2802
|
+
pageCount: "{total} หน้า"
|
|
2803
|
+
},
|
|
2782
2804
|
assetDetailDialog: {
|
|
2783
2805
|
previewTitle: "ตัวอย่าง",
|
|
2784
2806
|
saveButton: "บันทึก",
|
|
@@ -2856,6 +2878,10 @@ const Yr = {
|
|
|
2856
2878
|
daysAgo: "{n} 天前"
|
|
2857
2879
|
}
|
|
2858
2880
|
},
|
|
2881
|
+
assetPagination: {
|
|
2882
|
+
itemCount: "第 {start}–{end} 项,共 {total} 项",
|
|
2883
|
+
pageCount: "共 {total} 页"
|
|
2884
|
+
},
|
|
2859
2885
|
assetDetailDialog: {
|
|
2860
2886
|
previewTitle: "预览",
|
|
2861
2887
|
saveButton: "保存",
|
|
@@ -2933,6 +2959,10 @@ const Yr = {
|
|
|
2933
2959
|
daysAgo: "{n} 天前"
|
|
2934
2960
|
}
|
|
2935
2961
|
},
|
|
2962
|
+
assetPagination: {
|
|
2963
|
+
itemCount: "第 {start}–{end} 項,共 {total} 項",
|
|
2964
|
+
pageCount: "共 {total} 頁"
|
|
2965
|
+
},
|
|
2936
2966
|
assetDetailDialog: {
|
|
2937
2967
|
previewTitle: "預覽",
|
|
2938
2968
|
saveButton: "儲存",
|
|
@@ -2992,7 +3022,7 @@ const Yr = {
|
|
|
2992
3022
|
}
|
|
2993
3023
|
}, po = {
|
|
2994
3024
|
mediaPicker: co
|
|
2995
|
-
},
|
|
3025
|
+
}, pe = {
|
|
2996
3026
|
"en-US": Zr,
|
|
2997
3027
|
"zh-CN": uo,
|
|
2998
3028
|
"zh-Hant": po,
|
|
@@ -3009,10 +3039,10 @@ const Yr = {
|
|
|
3009
3039
|
}, go = {
|
|
3010
3040
|
key: 2,
|
|
3011
3041
|
class: "bg-white border border-fm-color-neutral-gray-200 rounded-lg overflow-hidden"
|
|
3012
|
-
}, ho = { class: "grid grid-cols-[40px_56px_minmax(160px,2.2fr)_110px_90px_150px_120px_40px] items-center gap-8 px-16 h-40 bg-fm-color-neutral-gray-100 border-b border-fm-color-neutral-gray-200 text-xs font-semibold text-fm-color-typo-secondary" }, bo = ["onClick"], yo = ["onClick"], vo = { key: 1 }, wo = { class: "w-[44px] h-[36px] rounded overflow-hidden" }, xo = { class: "min-w-0 flex flex-col gap-4" }, ko = { class: "text-xs font-semibold truncate" },
|
|
3042
|
+
}, ho = { class: "grid grid-cols-[40px_56px_minmax(160px,2.2fr)_110px_90px_150px_120px_40px] items-center gap-8 px-16 h-40 bg-fm-color-neutral-gray-100 border-b border-fm-color-neutral-gray-200 text-xs font-semibold text-fm-color-typo-secondary" }, bo = ["onClick"], yo = ["onClick"], vo = { key: 1 }, wo = { class: "w-[44px] h-[36px] rounded overflow-hidden" }, xo = { class: "min-w-0 flex flex-col gap-4" }, ko = { class: "text-xs font-semibold truncate" }, Po = { class: "flex items-center gap-8" }, Ro = { class: "text-[11px] text-fm-color-typo-tertiary" }, Eo = { class: "text-xs text-fm-color-typo-primary" }, To = { class: "text-xs text-fm-color-typo-primary" }, So = { class: "flex items-center gap-8 min-w-0" }, Oo = { class: "text-xs text-fm-color-typo-primary truncate" }, Co = { class: "text-xs text-fm-color-typo-secondary" }, Bo = {
|
|
3013
3043
|
key: 3,
|
|
3014
3044
|
class: "grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-16"
|
|
3015
|
-
}, _o = ["onClick"], Ao = { class: "relative aspect-[4/3]" }, Do = ["onClick"], Fo = { class: "absolute bottom-8 left-8 bg-black/70 text-white text-[11px] font-semibold px-[6px] py-[2px] rounded" },
|
|
3045
|
+
}, _o = ["onClick"], Ao = { class: "relative aspect-[4/3]" }, Do = ["onClick"], Fo = { class: "absolute bottom-8 left-8 bg-black/70 text-white text-[11px] font-semibold px-[6px] py-[2px] rounded" }, Lo = { class: "px-8 py-6 space-y-2" }, No = { class: "text-xs font-semibold truncate" }, Uo = { class: "text-[11px] text-gray-500 truncate" }, jo = /* @__PURE__ */ ue({
|
|
3016
3046
|
__name: "AssetGrid",
|
|
3017
3047
|
props: {
|
|
3018
3048
|
assets: {},
|
|
@@ -3025,13 +3055,13 @@ const Yr = {
|
|
|
3025
3055
|
},
|
|
3026
3056
|
emits: ["open", "toggle", "delete"],
|
|
3027
3057
|
setup(e, { emit: t }) {
|
|
3028
|
-
const { t: n } =
|
|
3058
|
+
const { t: n } = ce({ messages: pe }), a = e;
|
|
3029
3059
|
function r(k) {
|
|
3030
3060
|
var h;
|
|
3031
3061
|
if (!k.refId)
|
|
3032
3062
|
return null;
|
|
3033
|
-
const
|
|
3034
|
-
return
|
|
3063
|
+
const v = (h = a.variantsByRefId) == null ? void 0 : h.get(k.refId);
|
|
3064
|
+
return v ? Nr(v.variants) : null;
|
|
3035
3065
|
}
|
|
3036
3066
|
function o(k) {
|
|
3037
3067
|
var h;
|
|
@@ -3051,140 +3081,140 @@ const Yr = {
|
|
|
3051
3081
|
var h;
|
|
3052
3082
|
return ((h = k.split("/")[1]) == null ? void 0 : h.toUpperCase()) ?? k;
|
|
3053
3083
|
}
|
|
3054
|
-
function
|
|
3084
|
+
function p(k) {
|
|
3055
3085
|
return k >= 1024 * 1024 ? `${(k / 1024 / 1024).toFixed(1)} MB` : `${Math.round(k / 1024)} KB`;
|
|
3056
3086
|
}
|
|
3057
|
-
function
|
|
3058
|
-
const h = Date.now() - new Date(k).getTime(),
|
|
3059
|
-
if (h <
|
|
3087
|
+
function y(k) {
|
|
3088
|
+
const h = Date.now() - new Date(k).getTime(), v = 6e4, A = 36e5, f = 864e5;
|
|
3089
|
+
if (h < v)
|
|
3060
3090
|
return n("mediaPicker.assetGrid.time.justNow");
|
|
3061
3091
|
if (h < A)
|
|
3062
|
-
return n("mediaPicker.assetGrid.time.minutesAgo", { n: Math.floor(h /
|
|
3063
|
-
if (h <
|
|
3092
|
+
return n("mediaPicker.assetGrid.time.minutesAgo", { n: Math.floor(h / v) });
|
|
3093
|
+
if (h < f)
|
|
3064
3094
|
return n("mediaPicker.assetGrid.time.hoursAgo", { n: Math.floor(h / A) });
|
|
3065
|
-
if (h <
|
|
3066
|
-
return n("mediaPicker.assetGrid.time.daysAgo", { n: Math.floor(h /
|
|
3095
|
+
if (h < f * 8)
|
|
3096
|
+
return n("mediaPicker.assetGrid.time.daysAgo", { n: Math.floor(h / f) });
|
|
3067
3097
|
const g = new Date(k);
|
|
3068
3098
|
return `${g.getFullYear()}-${String(g.getMonth() + 1).padStart(2, "0")}-${String(g.getDate()).padStart(2, "0")}`;
|
|
3069
3099
|
}
|
|
3070
3100
|
return (k, h) => {
|
|
3071
|
-
const
|
|
3072
|
-
return e.loading ? (x(),
|
|
3101
|
+
const v = I("FmIcon"), A = I("FmThumbnail"), f = I("FmAvatar"), g = I("FmButton");
|
|
3102
|
+
return e.loading ? (x(), S("div", fo, P(B(n)("mediaPicker.assetGrid.loading")), 1)) : e.assets.length === 0 ? (x(), S("div", mo, P(B(n)("mediaPicker.assetGrid.empty")), 1)) : e.view === "list" ? (x(), S("div", go, [
|
|
3073
3103
|
b("div", ho, [
|
|
3074
3104
|
h[0] || (h[0] = b("span", null, null, -1)),
|
|
3075
3105
|
h[1] || (h[1] = b("span", null, null, -1)),
|
|
3076
|
-
b("span", null,
|
|
3077
|
-
b("span", null,
|
|
3078
|
-
b("span", null,
|
|
3079
|
-
b("span", null,
|
|
3080
|
-
b("span", null,
|
|
3106
|
+
b("span", null, P(B(n)("mediaPicker.assetGrid.columns.name")), 1),
|
|
3107
|
+
b("span", null, P(B(n)("mediaPicker.assetGrid.columns.dimensions")), 1),
|
|
3108
|
+
b("span", null, P(B(n)("mediaPicker.assetGrid.columns.fileSize")), 1),
|
|
3109
|
+
b("span", null, P(B(n)("mediaPicker.assetGrid.columns.uploader")), 1),
|
|
3110
|
+
b("span", null, P(B(n)("mediaPicker.assetGrid.columns.uploadedAt")), 1),
|
|
3081
3111
|
h[2] || (h[2] = b("span", null, null, -1))
|
|
3082
3112
|
]),
|
|
3083
|
-
(x(!0),
|
|
3084
|
-
key:
|
|
3085
|
-
class:
|
|
3086
|
-
e.selectedIds.has(
|
|
3087
|
-
o(
|
|
3113
|
+
(x(!0), S(z, null, le(e.assets, (m) => (x(), S("div", {
|
|
3114
|
+
key: m.id,
|
|
3115
|
+
class: X(["grid grid-cols-[40px_56px_minmax(160px,2.2fr)_110px_90px_150px_120px_40px] items-center gap-8 px-16 h-56 border-b border-fm-color-neutral-gray-200 last:border-b-0 cursor-pointer hover:bg-fm-color-neutral-gray-100", [
|
|
3116
|
+
e.selectedIds.has(m.id) ? "bg-[#FFF7F0]" : "bg-white",
|
|
3117
|
+
o(m) ? "opacity-40 pointer-events-none" : ""
|
|
3088
3118
|
]]),
|
|
3089
|
-
onClick: (
|
|
3119
|
+
onClick: (O) => s(m)
|
|
3090
3120
|
}, [
|
|
3091
|
-
e.selectable ? (x(),
|
|
3121
|
+
e.selectable ? (x(), S("button", {
|
|
3092
3122
|
key: 0,
|
|
3093
|
-
class:
|
|
3094
|
-
onClick: nt((
|
|
3123
|
+
class: X(["w-[20px] h-[20px] rounded flex items-center justify-center", e.selectedIds.has(m.id) ? "bg-[--fm-color-brand-primary,#FF7823]" : "bg-white border border-fm-color-neutral-gray-200"]),
|
|
3124
|
+
onClick: nt((O) => i(m), ["stop"])
|
|
3095
3125
|
}, [
|
|
3096
|
-
e.selectedIds.has(
|
|
3126
|
+
e.selectedIds.has(m.id) ? (x(), ee(v, {
|
|
3097
3127
|
key: 0,
|
|
3098
3128
|
name: "check",
|
|
3099
3129
|
size: "sm",
|
|
3100
3130
|
color: "white"
|
|
3101
|
-
})) :
|
|
3102
|
-
], 10, yo)) : (x(),
|
|
3131
|
+
})) : U("", !0)
|
|
3132
|
+
], 10, yo)) : (x(), S("span", vo)),
|
|
3103
3133
|
b("div", wo, [
|
|
3104
3134
|
F(A, {
|
|
3105
|
-
src:
|
|
3135
|
+
src: m.url,
|
|
3106
3136
|
size: "sm",
|
|
3107
3137
|
class: "!w-full !h-full"
|
|
3108
3138
|
}, null, 8, ["src"])
|
|
3109
3139
|
]),
|
|
3110
3140
|
b("div", xo, [
|
|
3111
|
-
b("span", ko,
|
|
3112
|
-
b("div",
|
|
3113
|
-
b("span",
|
|
3114
|
-
r(
|
|
3141
|
+
b("span", ko, P(m.fileName), 1),
|
|
3142
|
+
b("div", Po, [
|
|
3143
|
+
b("span", Ro, P(c(m.mimeType)), 1),
|
|
3144
|
+
r(m) ? (x(), S("span", {
|
|
3115
3145
|
key: 0,
|
|
3116
|
-
class:
|
|
3117
|
-
"text-fm-color-typo-tertiary": r(
|
|
3118
|
-
"text-blue-600": r(
|
|
3119
|
-
"text-amber-600": r(
|
|
3146
|
+
class: X(["text-[11px] font-semibold", {
|
|
3147
|
+
"text-fm-color-typo-tertiary": r(m).tone === "done",
|
|
3148
|
+
"text-blue-600": r(m).tone === "progress",
|
|
3149
|
+
"text-amber-600": r(m).tone === "warning"
|
|
3120
3150
|
}])
|
|
3121
|
-
},
|
|
3151
|
+
}, P(u(r(m))), 3)) : U("", !0)
|
|
3122
3152
|
])
|
|
3123
3153
|
]),
|
|
3124
|
-
b("span",
|
|
3125
|
-
b("span",
|
|
3126
|
-
b("div",
|
|
3127
|
-
F(
|
|
3128
|
-
name:
|
|
3154
|
+
b("span", Eo, P(m.width) + "×" + P(m.height), 1),
|
|
3155
|
+
b("span", To, P(p(m.fileSizeBytes)), 1),
|
|
3156
|
+
b("div", So, [
|
|
3157
|
+
F(f, {
|
|
3158
|
+
name: m.uploadedBy,
|
|
3129
3159
|
size: "sm"
|
|
3130
3160
|
}, null, 8, ["name"]),
|
|
3131
|
-
b("span", Oo,
|
|
3161
|
+
b("span", Oo, P(m.uploadedBy), 1)
|
|
3132
3162
|
]),
|
|
3133
|
-
b("span", Co,
|
|
3163
|
+
b("span", Co, P(y(m.createdAt)), 1),
|
|
3134
3164
|
F(g, {
|
|
3135
3165
|
variant: "tertiary",
|
|
3136
3166
|
size: "md",
|
|
3137
3167
|
"prepend-icon": "delete",
|
|
3138
3168
|
label: "",
|
|
3139
|
-
onClick: nt((
|
|
3169
|
+
onClick: nt((O) => d("delete", m), ["stop"])
|
|
3140
3170
|
}, null, 8, ["onClick"])
|
|
3141
3171
|
], 10, bo))), 128))
|
|
3142
|
-
])) : (x(),
|
|
3143
|
-
(x(!0),
|
|
3144
|
-
key:
|
|
3145
|
-
class:
|
|
3146
|
-
e.selectedIds.has(
|
|
3147
|
-
o(
|
|
3172
|
+
])) : (x(), S("div", Bo, [
|
|
3173
|
+
(x(!0), S(z, null, le(e.assets, (m) => (x(), S("div", {
|
|
3174
|
+
key: m.id,
|
|
3175
|
+
class: X(["cursor-pointer rounded-lg border bg-white overflow-hidden transition-shadow hover:shadow-lg", [
|
|
3176
|
+
e.selectedIds.has(m.id) ? "border-2 border-[--fm-color-brand-primary,#FF7823]" : "border-gray-200",
|
|
3177
|
+
o(m) ? "opacity-40 pointer-events-none" : ""
|
|
3148
3178
|
]]),
|
|
3149
|
-
onClick: (
|
|
3179
|
+
onClick: (O) => s(m)
|
|
3150
3180
|
}, [
|
|
3151
3181
|
b("div", Ao, [
|
|
3152
3182
|
F(A, {
|
|
3153
|
-
src:
|
|
3183
|
+
src: m.url,
|
|
3154
3184
|
size: "xl",
|
|
3155
3185
|
class: "w-full h-full"
|
|
3156
3186
|
}, null, 8, ["src"]),
|
|
3157
|
-
e.selectable ? (x(),
|
|
3187
|
+
e.selectable ? (x(), S("button", {
|
|
3158
3188
|
key: 0,
|
|
3159
|
-
class:
|
|
3160
|
-
onClick: nt((
|
|
3189
|
+
class: X(["absolute top-8 left-8 z-10 w-24 h-24 rounded-full flex items-center justify-center", e.selectedIds.has(m.id) ? "bg-[--fm-color-brand-primary,#FF7823]" : "bg-black/30 border border-white/80"]),
|
|
3190
|
+
onClick: nt((O) => i(m), ["stop"])
|
|
3161
3191
|
}, [
|
|
3162
|
-
e.selectedIds.has(
|
|
3192
|
+
e.selectedIds.has(m.id) ? (x(), ee(v, {
|
|
3163
3193
|
key: 0,
|
|
3164
3194
|
name: "check",
|
|
3165
3195
|
size: "sm",
|
|
3166
3196
|
color: "white"
|
|
3167
|
-
})) :
|
|
3168
|
-
], 10, Do)) :
|
|
3169
|
-
b("span", Fo,
|
|
3170
|
-
r(
|
|
3197
|
+
})) : U("", !0)
|
|
3198
|
+
], 10, Do)) : U("", !0),
|
|
3199
|
+
b("span", Fo, P(c(m.mimeType)), 1),
|
|
3200
|
+
r(m) ? (x(), S("span", {
|
|
3171
3201
|
key: 1,
|
|
3172
|
-
class:
|
|
3173
|
-
"bg-black/70": r(
|
|
3174
|
-
"bg-blue-600/90": r(
|
|
3175
|
-
"bg-amber-600/90": r(
|
|
3202
|
+
class: X(["absolute bottom-8 right-8 text-white text-[11px] font-semibold px-[6px] py-[2px] rounded", {
|
|
3203
|
+
"bg-black/70": r(m).tone === "done",
|
|
3204
|
+
"bg-blue-600/90": r(m).tone === "progress",
|
|
3205
|
+
"bg-amber-600/90": r(m).tone === "warning"
|
|
3176
3206
|
}])
|
|
3177
|
-
},
|
|
3207
|
+
}, P(u(r(m))), 3)) : U("", !0)
|
|
3178
3208
|
]),
|
|
3179
|
-
b("div",
|
|
3180
|
-
b("div",
|
|
3181
|
-
b("span",
|
|
3209
|
+
b("div", Lo, [
|
|
3210
|
+
b("div", No, P(m.fileName), 1),
|
|
3211
|
+
b("span", Uo, P(m.width) + "×" + P(m.height) + " · " + P(p(m.fileSizeBytes)), 1)
|
|
3182
3212
|
])
|
|
3183
3213
|
], 10, _o))), 128))
|
|
3184
3214
|
]));
|
|
3185
3215
|
};
|
|
3186
3216
|
}
|
|
3187
|
-
}), Io = { class: "flex flex-wrap items-center gap-8" }, Mo = { class: "flex items-center gap-6" }, zo = { class: "flex items-center gap-6" }, Vo = /* @__PURE__ */
|
|
3217
|
+
}), Io = { class: "flex flex-wrap items-center gap-8" }, Mo = { class: "flex items-center gap-6" }, zo = { class: "flex items-center gap-6" }, Vo = /* @__PURE__ */ ue({
|
|
3188
3218
|
__name: "TagFilterTabs",
|
|
3189
3219
|
props: {
|
|
3190
3220
|
tags: {},
|
|
@@ -3193,10 +3223,10 @@ const Yr = {
|
|
|
3193
3223
|
},
|
|
3194
3224
|
emits: ["update:modelValue"],
|
|
3195
3225
|
setup(e, { emit: t }) {
|
|
3196
|
-
const { t: n } =
|
|
3226
|
+
const { t: n } = ce({ messages: pe }), a = t;
|
|
3197
3227
|
return (r, o) => {
|
|
3198
|
-
const s =
|
|
3199
|
-
return x(),
|
|
3228
|
+
const s = I("FmChip");
|
|
3229
|
+
return x(), S("div", Io, [
|
|
3200
3230
|
F(s, {
|
|
3201
3231
|
selectable: "",
|
|
3202
3232
|
selected: e.modelValue === null,
|
|
@@ -3204,15 +3234,15 @@ const Yr = {
|
|
|
3204
3234
|
}, {
|
|
3205
3235
|
default: xe(() => [
|
|
3206
3236
|
b("span", Mo, [
|
|
3207
|
-
oe(
|
|
3237
|
+
oe(P(B(n)("mediaPicker.tagFilterTabs.all")) + " ", 1),
|
|
3208
3238
|
b("span", {
|
|
3209
|
-
class:
|
|
3210
|
-
},
|
|
3239
|
+
class: X(["text-[11px] leading-none rounded-full px-6 py-2", e.modelValue === null ? "bg-white/25" : "bg-fm-color-neutral-gray-100"])
|
|
3240
|
+
}, P(e.total), 3)
|
|
3211
3241
|
])
|
|
3212
3242
|
]),
|
|
3213
3243
|
_: 1
|
|
3214
3244
|
}, 8, ["selected"]),
|
|
3215
|
-
(x(!0),
|
|
3245
|
+
(x(!0), S(z, null, le(e.tags, (i) => (x(), ee(s, {
|
|
3216
3246
|
key: i.tag,
|
|
3217
3247
|
selectable: "",
|
|
3218
3248
|
selected: e.modelValue === i.tag,
|
|
@@ -3220,10 +3250,10 @@ const Yr = {
|
|
|
3220
3250
|
}, {
|
|
3221
3251
|
default: xe(() => [
|
|
3222
3252
|
b("span", zo, [
|
|
3223
|
-
oe(
|
|
3253
|
+
oe(P(i.tag) + " ", 1),
|
|
3224
3254
|
b("span", {
|
|
3225
|
-
class:
|
|
3226
|
-
},
|
|
3255
|
+
class: X(["text-[11px] leading-none rounded-full px-6 py-2", e.modelValue === i.tag ? "bg-white/25" : "bg-fm-color-neutral-gray-100"])
|
|
3256
|
+
}, P(i.count), 3)
|
|
3227
3257
|
])
|
|
3228
3258
|
]),
|
|
3229
3259
|
_: 2
|
|
@@ -3231,7 +3261,7 @@ const Yr = {
|
|
|
3231
3261
|
]);
|
|
3232
3262
|
};
|
|
3233
3263
|
}
|
|
3234
|
-
}), qo = { class: "flex items-center gap-12 border-t border-fm-color-neutral-gray-200 px-4 py-8" }, $o = { class: "text-xs font-semibold text-gray-500 shrink-0" }, Go = { class: "flex flex-wrap items-center gap-8" },
|
|
3264
|
+
}), qo = { class: "flex items-center gap-12 border-t border-fm-color-neutral-gray-200 px-4 py-8" }, $o = { class: "text-xs font-semibold text-gray-500 shrink-0" }, Go = { class: "flex flex-wrap items-center gap-8" }, Ho = ["onClick"], Jo = { class: "text-xs text-fm-color-typo-secondary shrink-0" }, Wo = /* @__PURE__ */ ue({
|
|
3235
3265
|
__name: "RatioPickerBar",
|
|
3236
3266
|
props: /* @__PURE__ */ it({
|
|
3237
3267
|
facts: {},
|
|
@@ -3242,7 +3272,7 @@ const Yr = {
|
|
|
3242
3272
|
}),
|
|
3243
3273
|
emits: ["update:modelValue"],
|
|
3244
3274
|
setup(e) {
|
|
3245
|
-
const { t } =
|
|
3275
|
+
const { t } = ce({ messages: pe }), n = e, a = Jt(e, "modelValue");
|
|
3246
3276
|
function r(i) {
|
|
3247
3277
|
n.locked || (a.value = i);
|
|
3248
3278
|
}
|
|
@@ -3255,32 +3285,32 @@ const Yr = {
|
|
|
3255
3285
|
n.locked ? "cursor-not-allowed opacity-60" : ""
|
|
3256
3286
|
];
|
|
3257
3287
|
}
|
|
3258
|
-
return (i, u) => (x(),
|
|
3259
|
-
b("span", $o,
|
|
3288
|
+
return (i, u) => (x(), S("div", qo, [
|
|
3289
|
+
b("span", $o, P(B(t)("mediaPicker.ratioBar.label")), 1),
|
|
3260
3290
|
b("div", Go, [
|
|
3261
3291
|
b("button", {
|
|
3262
3292
|
type: "button",
|
|
3263
|
-
class:
|
|
3293
|
+
class: X(["h-[28px] px-12 rounded-full border text-[11px] font-semibold transition-colors", s(a.value === null)]),
|
|
3264
3294
|
onClick: u[0] || (u[0] = (d) => r(null))
|
|
3265
|
-
},
|
|
3266
|
-
(x(!0),
|
|
3295
|
+
}, P(B(t)("mediaPicker.variants.original")), 3),
|
|
3296
|
+
(x(!0), S(z, null, le(B(yn), (d) => (x(), S("button", {
|
|
3267
3297
|
key: d,
|
|
3268
3298
|
type: "button",
|
|
3269
|
-
class:
|
|
3299
|
+
class: X(["h-[28px] px-12 rounded-full border text-[11px] font-semibold transition-colors", s(a.value === d)]),
|
|
3270
3300
|
onClick: (c) => r(d)
|
|
3271
|
-
},
|
|
3301
|
+
}, P(o(d)), 11, Ho))), 128))
|
|
3272
3302
|
]),
|
|
3273
3303
|
u[1] || (u[1] = b("div", { class: "flex-1" }, null, -1)),
|
|
3274
|
-
b("span",
|
|
3275
|
-
e.facts ? (x(),
|
|
3276
|
-
oe(
|
|
3277
|
-
], 64)) : (x(),
|
|
3304
|
+
b("span", Jo, [
|
|
3305
|
+
e.facts ? (x(), S(z, { key: 0 }, [
|
|
3306
|
+
oe(P(e.facts.dimensions) + " · " + P(B(Ir)(e.facts.sizeBytes)), 1)
|
|
3307
|
+
], 64)) : (x(), S(z, { key: 1 }, [
|
|
3278
3308
|
oe("—")
|
|
3279
3309
|
], 64))
|
|
3280
3310
|
])
|
|
3281
3311
|
]));
|
|
3282
3312
|
}
|
|
3283
|
-
}), Ko = { class: "space-y-8" }, Xo = { class: "text-xs font-semibold text-gray-500" },
|
|
3313
|
+
}), Ko = { class: "space-y-8" }, Xo = { class: "text-xs font-semibold text-gray-500" }, Yo = { class: "flex flex-wrap gap-8" }, Qo = ["onClick"], Zo = { class: "text-[11px] text-gray-400" }, es = /* @__PURE__ */ ue({
|
|
3284
3314
|
__name: "RatioSelector",
|
|
3285
3315
|
props: {
|
|
3286
3316
|
modelValue: {},
|
|
@@ -3288,7 +3318,7 @@ const Yr = {
|
|
|
3288
3318
|
},
|
|
3289
3319
|
emits: ["update:modelValue"],
|
|
3290
3320
|
setup(e, { emit: t }) {
|
|
3291
|
-
const { t: n } =
|
|
3321
|
+
const { t: n } = ce({ messages: pe }), a = e, r = t;
|
|
3292
3322
|
function o(i) {
|
|
3293
3323
|
a.disabled || r(
|
|
3294
3324
|
"update:modelValue",
|
|
@@ -3298,24 +3328,24 @@ const Yr = {
|
|
|
3298
3328
|
function s(i) {
|
|
3299
3329
|
return i.replace("x", ":");
|
|
3300
3330
|
}
|
|
3301
|
-
return (i, u) => (x(),
|
|
3302
|
-
b("div", Xo,
|
|
3303
|
-
b("div",
|
|
3304
|
-
(x(!0),
|
|
3331
|
+
return (i, u) => (x(), S("div", Ko, [
|
|
3332
|
+
b("div", Xo, P(B(n)("mediaPicker.ratios.title")), 1),
|
|
3333
|
+
b("div", Yo, [
|
|
3334
|
+
(x(!0), S(z, null, le(B(yn), (d) => (x(), S("button", {
|
|
3305
3335
|
key: d,
|
|
3306
3336
|
type: "button",
|
|
3307
|
-
class:
|
|
3337
|
+
class: X(["h-[30px] px-12 rounded-full border text-[11px] font-semibold transition-colors", [
|
|
3308
3338
|
e.modelValue.includes(d) ? "border-[--fm-color-brand-primary,#FF7823] text-[--fm-color-brand-primary,#FF7823] bg-[#FFF7F0]" : "border-fm-color-neutral-gray-300 text-gray-500",
|
|
3309
3339
|
e.disabled ? "opacity-50 cursor-not-allowed" : ""
|
|
3310
3340
|
]]),
|
|
3311
3341
|
onClick: (c) => o(d)
|
|
3312
|
-
},
|
|
3342
|
+
}, P(s(d)), 11, Qo))), 128))
|
|
3313
3343
|
]),
|
|
3314
|
-
b("div", Zo,
|
|
3344
|
+
b("div", Zo, P(B(n)("mediaPicker.ratios.hint")), 1)
|
|
3315
3345
|
]));
|
|
3316
3346
|
}
|
|
3317
3347
|
});
|
|
3318
|
-
function
|
|
3348
|
+
function Ht(e) {
|
|
3319
3349
|
return new Promise((t) => {
|
|
3320
3350
|
const n = new Image();
|
|
3321
3351
|
n.onload = () => t({ width: n.naturalWidth || 480, height: n.naturalHeight || 360 }), n.onerror = () => t({ width: 480, height: 360 }), n.src = e;
|
|
@@ -3324,7 +3354,7 @@ function Jt(e) {
|
|
|
3324
3354
|
const ts = { class: "flex flex-wrap items-center gap-8" }, ns = {
|
|
3325
3355
|
key: 1,
|
|
3326
3356
|
class: "inline-flex items-center gap-4 border rounded-full border-gray-300 pl-8 pr-4 h-[28px]"
|
|
3327
|
-
}, as = ["placeholder"], rs = /* @__PURE__ */
|
|
3357
|
+
}, as = ["placeholder"], rs = /* @__PURE__ */ ue({
|
|
3328
3358
|
__name: "TagFilterBar",
|
|
3329
3359
|
props: {
|
|
3330
3360
|
tags: {},
|
|
@@ -3333,51 +3363,51 @@ const ts = { class: "flex flex-wrap items-center gap-8" }, ns = {
|
|
|
3333
3363
|
},
|
|
3334
3364
|
emits: ["update:modelValue", "tag-created"],
|
|
3335
3365
|
setup(e, { emit: t }) {
|
|
3336
|
-
const { t: n } =
|
|
3366
|
+
const { t: n } = ce({ messages: pe }), a = e, r = t;
|
|
3337
3367
|
function o(u) {
|
|
3338
3368
|
r("update:modelValue", a.modelValue.includes(u) ? a.modelValue.filter((d) => d !== u) : [...a.modelValue, u]);
|
|
3339
3369
|
}
|
|
3340
|
-
const s =
|
|
3370
|
+
const s = N("");
|
|
3341
3371
|
function i() {
|
|
3342
3372
|
const u = s.value.trim();
|
|
3343
3373
|
s.value = "", u && (a.modelValue.includes(u) || r("update:modelValue", [...a.modelValue, u]), a.tags.includes(u) || r("tag-created", u));
|
|
3344
3374
|
}
|
|
3345
3375
|
return (u, d) => {
|
|
3346
|
-
const c =
|
|
3347
|
-
return x(),
|
|
3348
|
-
e.mode === "filter" ? (x(),
|
|
3376
|
+
const c = I("FmChip"), p = I("FmIcon");
|
|
3377
|
+
return x(), S("div", ts, [
|
|
3378
|
+
e.mode === "filter" ? (x(), ee(c, {
|
|
3349
3379
|
key: 0,
|
|
3350
3380
|
label: B(n)("mediaPicker.tagFilterBar.all"),
|
|
3351
3381
|
selected: e.modelValue.length === 0,
|
|
3352
3382
|
selectable: "",
|
|
3353
|
-
onClick: d[0] || (d[0] = (
|
|
3354
|
-
}, null, 8, ["label", "selected"])) :
|
|
3355
|
-
(x(!0),
|
|
3356
|
-
key:
|
|
3357
|
-
label:
|
|
3358
|
-
selected: e.modelValue.includes(
|
|
3383
|
+
onClick: d[0] || (d[0] = (y) => r("update:modelValue", []))
|
|
3384
|
+
}, null, 8, ["label", "selected"])) : U("", !0),
|
|
3385
|
+
(x(!0), S(z, null, le(e.tags, (y) => (x(), ee(c, {
|
|
3386
|
+
key: y,
|
|
3387
|
+
label: y,
|
|
3388
|
+
selected: e.modelValue.includes(y),
|
|
3359
3389
|
selectable: "",
|
|
3360
|
-
onClick: (k) => o(
|
|
3390
|
+
onClick: (k) => o(y)
|
|
3361
3391
|
}, null, 8, ["label", "selected", "onClick"]))), 128)),
|
|
3362
|
-
e.mode === "assign" ? (x(),
|
|
3363
|
-
|
|
3364
|
-
"onUpdate:modelValue": d[1] || (d[1] = (
|
|
3392
|
+
e.mode === "assign" ? (x(), S("div", ns, [
|
|
3393
|
+
Rn(b("input", {
|
|
3394
|
+
"onUpdate:modelValue": d[1] || (d[1] = (y) => s.value = y),
|
|
3365
3395
|
placeholder: B(n)("mediaPicker.tagFilterBar.newTagPlaceholder"),
|
|
3366
3396
|
class: "text-xs outline-none w-[88px]",
|
|
3367
|
-
onKeyup:
|
|
3397
|
+
onKeyup: En(i, ["enter"])
|
|
3368
3398
|
}, null, 40, as), [
|
|
3369
|
-
[
|
|
3399
|
+
[Tn, s.value]
|
|
3370
3400
|
]),
|
|
3371
3401
|
b("button", {
|
|
3372
3402
|
class: "p-2",
|
|
3373
3403
|
onClick: i
|
|
3374
3404
|
}, [
|
|
3375
|
-
F(
|
|
3405
|
+
F(p, {
|
|
3376
3406
|
name: "add",
|
|
3377
3407
|
size: "sm"
|
|
3378
3408
|
})
|
|
3379
3409
|
])
|
|
3380
|
-
])) :
|
|
3410
|
+
])) : U("", !0)
|
|
3381
3411
|
]);
|
|
3382
3412
|
};
|
|
3383
3413
|
}
|
|
@@ -3393,7 +3423,7 @@ const ts = { class: "flex flex-wrap items-center gap-8" }, ns = {
|
|
|
3393
3423
|
}, fs = ["onClick"], ms = { class: "space-y-8" }, gs = { class: "text-xs font-semibold text-gray-500" }, hs = {
|
|
3394
3424
|
key: 0,
|
|
3395
3425
|
class: "flex flex-wrap items-center gap-8"
|
|
3396
|
-
}, bs = { class: "text-[11px] text-gray-400" }, ys = ["onClick"], vs = /* @__PURE__ */
|
|
3426
|
+
}, bs = { class: "text-[11px] text-gray-400" }, ys = ["onClick"], vs = /* @__PURE__ */ ue({
|
|
3397
3427
|
__name: "UploadPanel",
|
|
3398
3428
|
props: {
|
|
3399
3429
|
businessId: {},
|
|
@@ -3402,136 +3432,136 @@ const ts = { class: "flex flex-wrap items-center gap-8" }, ns = {
|
|
|
3402
3432
|
},
|
|
3403
3433
|
emits: ["tag-created", "uploaded"],
|
|
3404
3434
|
setup(e, { expose: t, emit: n }) {
|
|
3405
|
-
const { t: a } =
|
|
3406
|
-
function
|
|
3435
|
+
const { t: a } = ce({ messages: pe }), r = e, o = n, s = N([]), i = N([]), u = N([]), d = N(!1), c = W(() => s.value.length), p = W(() => r.availableTags.filter((g) => !i.value.includes(g)).slice(0, 6));
|
|
3436
|
+
function y() {
|
|
3407
3437
|
s.value.forEach((g) => URL.revokeObjectURL(g.previewUrl)), s.value = [], i.value = [], u.value = [];
|
|
3408
3438
|
}
|
|
3409
3439
|
async function k(g) {
|
|
3410
|
-
const
|
|
3440
|
+
const m = URL.createObjectURL(g), O = {
|
|
3411
3441
|
id: crypto.randomUUID(),
|
|
3412
3442
|
refId: crypto.randomUUID(),
|
|
3413
3443
|
file: g,
|
|
3414
|
-
previewUrl:
|
|
3444
|
+
previewUrl: m,
|
|
3415
3445
|
dimensions: null,
|
|
3416
3446
|
error: null
|
|
3417
3447
|
};
|
|
3418
|
-
s.value.push(
|
|
3448
|
+
s.value.push(O), O.dimensions = await Ht(m);
|
|
3419
3449
|
}
|
|
3420
3450
|
function h(g) {
|
|
3421
|
-
const
|
|
3422
|
-
|
|
3451
|
+
const m = s.value.find((O) => O.id === g);
|
|
3452
|
+
m && URL.revokeObjectURL(m.previewUrl), s.value = s.value.filter((O) => O.id !== g);
|
|
3423
3453
|
}
|
|
3424
|
-
function
|
|
3454
|
+
function v(g) {
|
|
3425
3455
|
return g >= 1024 * 1024 ? `${(g / 1024 / 1024).toFixed(1)} MB` : `${Math.round(g / 1024)} KB`;
|
|
3426
3456
|
}
|
|
3427
3457
|
async function A(g) {
|
|
3428
|
-
const
|
|
3458
|
+
const m = g.dimensions ?? await Ht(g.previewUrl), O = g.file.type || "image/jpeg", w = await Kr(r.businessId, {
|
|
3429
3459
|
refType: pt,
|
|
3430
3460
|
refId: g.refId,
|
|
3431
3461
|
imageId: "main",
|
|
3432
|
-
contentType:
|
|
3462
|
+
contentType: O,
|
|
3433
3463
|
fileSize: g.file.size
|
|
3434
|
-
}),
|
|
3435
|
-
if (!
|
|
3436
|
-
throw new Error(a("mediaPicker.uploadPanel.uploadFailedError", { status:
|
|
3464
|
+
}), R = await fetch(w.uploadUrl, { method: "PUT", headers: { "Content-Type": O }, body: g.file });
|
|
3465
|
+
if (!R.ok)
|
|
3466
|
+
throw new Error(a("mediaPicker.uploadPanel.uploadFailedError", { status: R.status }));
|
|
3437
3467
|
const V = await Xr(r.businessId, {
|
|
3438
3468
|
refType: pt,
|
|
3439
3469
|
refId: g.refId,
|
|
3440
3470
|
imageId: "main",
|
|
3441
3471
|
restaurantId: r.restaurantId,
|
|
3442
3472
|
fileName: g.file.name,
|
|
3443
|
-
width:
|
|
3444
|
-
height:
|
|
3473
|
+
width: m.width,
|
|
3474
|
+
height: m.height,
|
|
3445
3475
|
aspectRatios: u.value
|
|
3446
3476
|
});
|
|
3447
3477
|
return i.value.length ? await $r(r.businessId, V.asset.id, i.value) : V.asset;
|
|
3448
3478
|
}
|
|
3449
|
-
async function
|
|
3479
|
+
async function f() {
|
|
3450
3480
|
if (!(!s.value.length || !r.businessId)) {
|
|
3451
3481
|
d.value = !0;
|
|
3452
3482
|
try {
|
|
3453
|
-
const g = s.value,
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
}), s.value = g.filter((
|
|
3483
|
+
const g = s.value, m = await Promise.allSettled(g.map(A)), O = /* @__PURE__ */ new Set(), w = [];
|
|
3484
|
+
m.forEach((R, V) => {
|
|
3485
|
+
R.status === "rejected" ? (O.add(g[V].id), g[V].error = R.reason instanceof Error ? R.reason.message : String(R.reason)) : w.push(R.value);
|
|
3486
|
+
}), s.value = g.filter((R) => O.has(R.id)), w.length > 0 && o("uploaded", w);
|
|
3457
3487
|
} finally {
|
|
3458
3488
|
d.value = !1;
|
|
3459
3489
|
}
|
|
3460
3490
|
}
|
|
3461
3491
|
}
|
|
3462
|
-
return t({ stagedCount: c, uploading: d, upload:
|
|
3463
|
-
const
|
|
3464
|
-
return x(),
|
|
3465
|
-
F(
|
|
3492
|
+
return t({ stagedCount: c, uploading: d, upload: f, reset: y }), (g, m) => {
|
|
3493
|
+
const O = I("FmDropField"), w = I("FmIcon");
|
|
3494
|
+
return x(), S("div", os, [
|
|
3495
|
+
F(O, {
|
|
3466
3496
|
label: B(a)("mediaPicker.uploadPanel.dropLabel"),
|
|
3467
3497
|
accept: "image/jpeg,image/png,image/webp",
|
|
3468
3498
|
"max-file-size": 10 * 1024 * 1024,
|
|
3469
3499
|
onFileUpload: k
|
|
3470
3500
|
}, {
|
|
3471
3501
|
"helper-text": xe(() => [
|
|
3472
|
-
oe(
|
|
3502
|
+
oe(P(B(a)("mediaPicker.uploadPanel.helperText")), 1)
|
|
3473
3503
|
]),
|
|
3474
3504
|
_: 1
|
|
3475
3505
|
}, 8, ["label"]),
|
|
3476
3506
|
F(es, {
|
|
3477
3507
|
modelValue: u.value,
|
|
3478
|
-
"onUpdate:modelValue":
|
|
3508
|
+
"onUpdate:modelValue": m[0] || (m[0] = (R) => u.value = R),
|
|
3479
3509
|
disabled: d.value
|
|
3480
3510
|
}, null, 8, ["modelValue", "disabled"]),
|
|
3481
|
-
s.value.length ? (x(),
|
|
3482
|
-
b("div", is,
|
|
3483
|
-
(x(!0),
|
|
3484
|
-
key:
|
|
3485
|
-
class:
|
|
3511
|
+
s.value.length ? (x(), S("div", ss, [
|
|
3512
|
+
b("div", is, P(B(a)("mediaPicker.uploadPanel.stagedCount", { count: s.value.length })), 1),
|
|
3513
|
+
(x(!0), S(z, null, le(s.value, (R) => (x(), S("div", {
|
|
3514
|
+
key: R.id,
|
|
3515
|
+
class: X(["flex items-center gap-12 p-8 border rounded-lg", R.error ? "border-red-300 bg-red-50" : "border-fm-color-neutral-gray-200"])
|
|
3486
3516
|
}, [
|
|
3487
3517
|
b("img", {
|
|
3488
|
-
src:
|
|
3518
|
+
src: R.previewUrl,
|
|
3489
3519
|
class: "w-[44px] h-[44px] rounded flex-shrink-0 object-cover"
|
|
3490
3520
|
}, null, 8, ls),
|
|
3491
3521
|
b("div", us, [
|
|
3492
|
-
b("span", cs, R
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
oe(R
|
|
3496
|
-
], 64)) :
|
|
3497
|
-
oe(
|
|
3522
|
+
b("span", cs, P(R.file.name), 1),
|
|
3523
|
+
R.error ? (x(), S("span", ds, P(R.error), 1)) : (x(), S("span", ps, [
|
|
3524
|
+
R.dimensions ? (x(), S(z, { key: 0 }, [
|
|
3525
|
+
oe(P(R.dimensions.width) + "×" + P(R.dimensions.height) + " · ", 1)
|
|
3526
|
+
], 64)) : U("", !0),
|
|
3527
|
+
oe(P(v(R.file.size)), 1)
|
|
3498
3528
|
]))
|
|
3499
3529
|
]),
|
|
3500
3530
|
b("button", {
|
|
3501
3531
|
class: "w-[28px] h-[28px] rounded flex-shrink-0 flex items-center justify-center text-gray-500 hover:bg-red-50 hover:text-red-600",
|
|
3502
|
-
onClick: (V) => h(
|
|
3532
|
+
onClick: (V) => h(R.id)
|
|
3503
3533
|
}, [
|
|
3504
|
-
F(
|
|
3534
|
+
F(w, {
|
|
3505
3535
|
name: "close",
|
|
3506
3536
|
size: "sm"
|
|
3507
3537
|
})
|
|
3508
3538
|
], 8, fs)
|
|
3509
3539
|
], 2))), 128))
|
|
3510
|
-
])) :
|
|
3540
|
+
])) : U("", !0),
|
|
3511
3541
|
b("div", ms, [
|
|
3512
|
-
b("div", gs,
|
|
3542
|
+
b("div", gs, P(B(a)("mediaPicker.uploadPanel.tagsLabel")), 1),
|
|
3513
3543
|
F(rs, {
|
|
3514
3544
|
modelValue: i.value,
|
|
3515
|
-
"onUpdate:modelValue":
|
|
3545
|
+
"onUpdate:modelValue": m[1] || (m[1] = (R) => i.value = R),
|
|
3516
3546
|
tags: e.availableTags,
|
|
3517
3547
|
mode: "assign",
|
|
3518
|
-
onTagCreated:
|
|
3548
|
+
onTagCreated: m[2] || (m[2] = (R) => o("tag-created", R))
|
|
3519
3549
|
}, null, 8, ["modelValue", "tags"]),
|
|
3520
|
-
|
|
3521
|
-
b("span", bs,
|
|
3522
|
-
(x(!0),
|
|
3523
|
-
key:
|
|
3550
|
+
p.value.length ? (x(), S("div", hs, [
|
|
3551
|
+
b("span", bs, P(B(a)("mediaPicker.uploadPanel.suggestedTagsLabel")), 1),
|
|
3552
|
+
(x(!0), S(z, null, le(p.value, (R) => (x(), S("button", {
|
|
3553
|
+
key: R,
|
|
3524
3554
|
class: "h-[26px] px-12 rounded-full border border-dashed border-fm-color-neutral-gray-300 text-[11px] font-semibold text-gray-500",
|
|
3525
|
-
onClick: (V) => i.value.push(
|
|
3526
|
-
}, " + " + R
|
|
3527
|
-
])) :
|
|
3555
|
+
onClick: (V) => i.value.push(R)
|
|
3556
|
+
}, " + " + P(R), 9, ys))), 128))
|
|
3557
|
+
])) : U("", !0)
|
|
3528
3558
|
])
|
|
3529
3559
|
]);
|
|
3530
3560
|
};
|
|
3531
3561
|
}
|
|
3532
3562
|
}), ws = 5e3, xs = 3;
|
|
3533
3563
|
function ks(e) {
|
|
3534
|
-
const t =
|
|
3564
|
+
const t = N(/* @__PURE__ */ new Map());
|
|
3535
3565
|
let n = [], a, r = 0;
|
|
3536
3566
|
function o() {
|
|
3537
3567
|
a !== void 0 && clearTimeout(a), a = void 0;
|
|
@@ -3539,7 +3569,7 @@ function ks(e) {
|
|
|
3539
3569
|
async function s() {
|
|
3540
3570
|
let u = !1;
|
|
3541
3571
|
try {
|
|
3542
|
-
const d = await
|
|
3572
|
+
const d = await Wr({ businessId: e(), refType: pt, refIds: n });
|
|
3543
3573
|
t.value = new Map(d.map((c) => [c.refId, c])), r = 0;
|
|
3544
3574
|
} catch (d) {
|
|
3545
3575
|
if (u = !0, r += 1, r >= xs) {
|
|
@@ -3547,7 +3577,7 @@ function ks(e) {
|
|
|
3547
3577
|
return;
|
|
3548
3578
|
}
|
|
3549
3579
|
}
|
|
3550
|
-
([...t.value.values()].some((d) =>
|
|
3580
|
+
([...t.value.values()].some((d) => Lr(d.variants)) || u) && (a = setTimeout(s, ws));
|
|
3551
3581
|
}
|
|
3552
3582
|
async function i(u) {
|
|
3553
3583
|
if (o(), r = 0, n = u, u.length === 0 || !e()) {
|
|
@@ -3556,15 +3586,15 @@ function ks(e) {
|
|
|
3556
3586
|
}
|
|
3557
3587
|
await s();
|
|
3558
3588
|
}
|
|
3559
|
-
return
|
|
3589
|
+
return Sn(o), { byRefId: t, load: i, stop: o };
|
|
3560
3590
|
}
|
|
3561
|
-
const
|
|
3591
|
+
const Ps = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Rs = { class: "text-xs font-normal text-fm-color-typo-secondary" }, Es = {
|
|
3562
3592
|
key: 0,
|
|
3563
3593
|
class: "flex gap-16 border-b border-fm-color-neutral-gray-200 mb-12"
|
|
3564
|
-
},
|
|
3594
|
+
}, Ts = { class: "flex items-center justify-between w-full" }, Ss = {
|
|
3565
3595
|
key: 0,
|
|
3566
3596
|
class: "text-xs text-fm-color-typo-secondary"
|
|
3567
|
-
}, Os = { key: 1 }, Cs = { class: "flex gap-8" },
|
|
3597
|
+
}, Os = { key: 1 }, Cs = { class: "flex gap-8" }, fi = /* @__PURE__ */ ue({
|
|
3568
3598
|
__name: "MediaPickerModal",
|
|
3569
3599
|
props: {
|
|
3570
3600
|
open: { type: Boolean },
|
|
@@ -3576,7 +3606,7 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
3576
3606
|
},
|
|
3577
3607
|
emits: ["update:open", "select", "confirm"],
|
|
3578
3608
|
setup(e, { emit: t }) {
|
|
3579
|
-
const { t: n } =
|
|
3609
|
+
const { t: n } = ce({ messages: pe }), a = e, r = t, o = N("browse");
|
|
3580
3610
|
be(
|
|
3581
3611
|
() => a.allowUpload,
|
|
3582
3612
|
(C) => {
|
|
@@ -3584,14 +3614,14 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
3584
3614
|
},
|
|
3585
3615
|
{ immediate: !0 }
|
|
3586
3616
|
);
|
|
3587
|
-
const s =
|
|
3617
|
+
const s = N(""), i = N(null), u = N([]), d = ks(() => a.businessId), c = N([]), p = N(0), y = N([]), k = N(!1);
|
|
3588
3618
|
async function h() {
|
|
3589
3619
|
if (a.businessId) {
|
|
3590
3620
|
k.value = !0;
|
|
3591
3621
|
try {
|
|
3592
|
-
const C = await
|
|
3622
|
+
const C = await zr({
|
|
3593
3623
|
// Never offer an unconfirmed AI draft as a pickable image.
|
|
3594
|
-
excludeTags: [
|
|
3624
|
+
excludeTags: [wn],
|
|
3595
3625
|
businessId: a.businessId,
|
|
3596
3626
|
restaurantId: a.restaurantId,
|
|
3597
3627
|
search: s.value || void 0,
|
|
@@ -3600,196 +3630,263 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
3600
3630
|
sortBy: "createdAt",
|
|
3601
3631
|
descending: !0
|
|
3602
3632
|
});
|
|
3603
|
-
u.value = C.resources, await d.load(C.resources.map((
|
|
3633
|
+
u.value = C.resources, await d.load(C.resources.map((E) => E.refId).filter((E) => !!E));
|
|
3604
3634
|
} finally {
|
|
3605
3635
|
k.value = !1;
|
|
3606
3636
|
}
|
|
3607
3637
|
}
|
|
3608
3638
|
}
|
|
3609
|
-
async function
|
|
3639
|
+
async function v() {
|
|
3610
3640
|
if (!a.businessId)
|
|
3611
3641
|
return;
|
|
3612
|
-
const [C,
|
|
3613
|
-
c.value = C.tags,
|
|
3642
|
+
const [C, E] = await Promise.all([xn(a.businessId), Vr(a.businessId)]);
|
|
3643
|
+
c.value = C.tags, p.value = C.total, y.value = E;
|
|
3614
3644
|
}
|
|
3615
3645
|
be(
|
|
3616
3646
|
() => a.open,
|
|
3617
3647
|
(C) => {
|
|
3618
|
-
var
|
|
3619
|
-
C && (o.value = "browse", s.value = "", i.value = null,
|
|
3648
|
+
var E;
|
|
3649
|
+
C && (o.value = "browse", s.value = "", i.value = null, w.value = /* @__PURE__ */ new Set(), f.value = a.ratio ?? null, (E = L.value) == null || E.reset(), v(), h());
|
|
3620
3650
|
}
|
|
3621
3651
|
), be(i, h);
|
|
3622
3652
|
let A;
|
|
3623
3653
|
be(s, () => {
|
|
3624
3654
|
clearTimeout(A), A = setTimeout(h, 250);
|
|
3625
3655
|
});
|
|
3626
|
-
const
|
|
3656
|
+
const f = N(a.ratio ?? null);
|
|
3627
3657
|
be(
|
|
3628
3658
|
() => a.ratio,
|
|
3629
|
-
(C) =>
|
|
3659
|
+
(C) => f.value = C ?? null
|
|
3630
3660
|
);
|
|
3631
|
-
const g =
|
|
3632
|
-
function
|
|
3633
|
-
var
|
|
3634
|
-
return C.refId ? ((
|
|
3661
|
+
const g = W(() => a.ratio !== void 0 && a.ratio !== null);
|
|
3662
|
+
function m(C) {
|
|
3663
|
+
var E;
|
|
3664
|
+
return C.refId ? ((E = d.byRefId.value.get(C.refId)) == null ? void 0 : E.variants) ?? [] : [];
|
|
3635
3665
|
}
|
|
3636
|
-
const
|
|
3666
|
+
const O = W(() => {
|
|
3637
3667
|
const C = /* @__PURE__ */ new Set();
|
|
3638
|
-
if (
|
|
3668
|
+
if (f.value === null)
|
|
3639
3669
|
return C;
|
|
3640
|
-
for (const
|
|
3641
|
-
|
|
3670
|
+
for (const E of u.value)
|
|
3671
|
+
Gt(E, f.value, m(E)) || C.add(E.id);
|
|
3642
3672
|
return C;
|
|
3643
|
-
}),
|
|
3644
|
-
function
|
|
3645
|
-
const
|
|
3646
|
-
|
|
3673
|
+
}), w = N(/* @__PURE__ */ new Set());
|
|
3674
|
+
function R(C) {
|
|
3675
|
+
const E = new Set(w.value);
|
|
3676
|
+
E.has(C.id) ? E.delete(C.id) : (a.selectionMode === "single" && E.clear(), E.add(C.id)), w.value = E;
|
|
3647
3677
|
}
|
|
3648
3678
|
function V(C) {
|
|
3649
|
-
|
|
3679
|
+
R(C);
|
|
3650
3680
|
}
|
|
3651
|
-
const
|
|
3652
|
-
() => u.value.filter((C) =>
|
|
3653
|
-
),
|
|
3654
|
-
if (
|
|
3681
|
+
const Y = W(
|
|
3682
|
+
() => u.value.filter((C) => w.value.has(C.id)).map((C) => Gt(C, f.value, m(C))).filter((C) => C !== null)
|
|
3683
|
+
), ne = W(() => {
|
|
3684
|
+
if (Y.value.length !== 1)
|
|
3655
3685
|
return null;
|
|
3656
|
-
const C =
|
|
3686
|
+
const C = Y.value[0];
|
|
3657
3687
|
if (C.ratio === null)
|
|
3658
3688
|
return { dimensions: `${C.asset.width}×${C.asset.height}`, sizeBytes: C.asset.fileSizeBytes };
|
|
3659
|
-
const
|
|
3660
|
-
return !(
|
|
3689
|
+
const E = m(C.asset).find((re) => re.aspectRatio === C.ratio);
|
|
3690
|
+
return !(E != null && E.width) || !(E != null && E.height) || !E.fileSizeBytes ? null : { dimensions: `${E.width}×${E.height}`, sizeBytes: E.fileSizeBytes };
|
|
3661
3691
|
});
|
|
3662
|
-
function
|
|
3692
|
+
function K() {
|
|
3663
3693
|
if (a.selectionMode === "single") {
|
|
3664
|
-
const C =
|
|
3694
|
+
const C = Y.value[0];
|
|
3665
3695
|
if (!C)
|
|
3666
3696
|
return;
|
|
3667
3697
|
r("select", C), r("update:open", !1);
|
|
3668
3698
|
return;
|
|
3669
3699
|
}
|
|
3670
|
-
r("confirm",
|
|
3700
|
+
r("confirm", Y.value), r("update:open", !1);
|
|
3671
3701
|
}
|
|
3672
|
-
const
|
|
3673
|
-
async function
|
|
3702
|
+
const L = N(null);
|
|
3703
|
+
async function fe() {
|
|
3674
3704
|
var C;
|
|
3675
|
-
(C =
|
|
3705
|
+
(C = L.value) != null && C.stagedCount || (o.value = "browse"), await Promise.all([h(), v()]);
|
|
3676
3706
|
}
|
|
3677
|
-
return (C,
|
|
3678
|
-
const re =
|
|
3679
|
-
return x(),
|
|
3707
|
+
return (C, E) => {
|
|
3708
|
+
const re = I("FmSearch"), q = I("FmButton"), Ce = I("FmDialog");
|
|
3709
|
+
return x(), ee(Ce, {
|
|
3680
3710
|
"model-value": e.open,
|
|
3681
3711
|
"max-width": 900,
|
|
3682
|
-
"onUpdate:modelValue":
|
|
3712
|
+
"onUpdate:modelValue": E[8] || (E[8] = (H) => !H && r("update:open", !1))
|
|
3683
3713
|
}, {
|
|
3684
3714
|
"dialog-header": xe(() => [
|
|
3685
|
-
b("div",
|
|
3715
|
+
b("div", Ps, [
|
|
3686
3716
|
b("div", null, [
|
|
3687
|
-
b("div", null,
|
|
3688
|
-
b("div",
|
|
3717
|
+
b("div", null, P(B(n)("mediaPicker.pickerModal.title")), 1),
|
|
3718
|
+
b("div", Rs, P(e.selectionMode === "multiple" ? B(n)("mediaPicker.pickerModal.subtitleMultiple") : B(n)("mediaPicker.pickerModal.subtitleSingle")), 1)
|
|
3689
3719
|
]),
|
|
3690
|
-
o.value === "browse" ? (x(),
|
|
3720
|
+
o.value === "browse" ? (x(), ee(re, {
|
|
3691
3721
|
key: 0,
|
|
3692
3722
|
modelValue: s.value,
|
|
3693
|
-
"onUpdate:modelValue":
|
|
3723
|
+
"onUpdate:modelValue": E[0] || (E[0] = (H) => s.value = H),
|
|
3694
3724
|
placeholder: B(n)("mediaPicker.pickerModal.searchPlaceholder"),
|
|
3695
3725
|
class: "w-[200px] shrink-0"
|
|
3696
|
-
}, null, 8, ["modelValue", "placeholder"])) :
|
|
3726
|
+
}, null, 8, ["modelValue", "placeholder"])) : U("", !0)
|
|
3697
3727
|
])
|
|
3698
3728
|
]),
|
|
3699
3729
|
"dialog-footer": xe(() => {
|
|
3700
|
-
var
|
|
3730
|
+
var H, Be;
|
|
3701
3731
|
return [
|
|
3702
|
-
b("div",
|
|
3703
|
-
o.value === "browse" ? (x(),
|
|
3704
|
-
|
|
3705
|
-
oe(
|
|
3706
|
-
], 64)) : (x(),
|
|
3707
|
-
oe(
|
|
3732
|
+
b("div", Ts, [
|
|
3733
|
+
o.value === "browse" ? (x(), S("span", Ss, [
|
|
3734
|
+
w.value.size ? (x(), S(z, { key: 0 }, [
|
|
3735
|
+
oe(P(B(n)("mediaPicker.pickerModal.selectedCount", { count: w.value.size })), 1)
|
|
3736
|
+
], 64)) : (x(), S(z, { key: 1 }, [
|
|
3737
|
+
oe(P(B(n)("mediaPicker.pickerModal.selectPrompt")), 1)
|
|
3708
3738
|
], 64))
|
|
3709
|
-
])) : (x(),
|
|
3739
|
+
])) : (x(), S("span", Os)),
|
|
3710
3740
|
b("div", Cs, [
|
|
3711
3741
|
F(q, {
|
|
3712
3742
|
label: B(n)("mediaPicker.pickerModal.cancelButton"),
|
|
3713
3743
|
variant: "tertiary",
|
|
3714
|
-
onClick:
|
|
3744
|
+
onClick: E[6] || (E[6] = (ie) => r("update:open", !1))
|
|
3715
3745
|
}, null, 8, ["label"]),
|
|
3716
|
-
o.value === "upload" ? (x(),
|
|
3746
|
+
o.value === "upload" ? (x(), ee(q, {
|
|
3717
3747
|
key: 0,
|
|
3718
|
-
label: B(n)("mediaPicker.pickerModal.uploadSubmitButton", { count: ((
|
|
3748
|
+
label: B(n)("mediaPicker.pickerModal.uploadSubmitButton", { count: ((H = L.value) == null ? void 0 : H.stagedCount) ?? 0 }),
|
|
3719
3749
|
variant: "primary",
|
|
3720
|
-
disabled: !((Be =
|
|
3721
|
-
onClick:
|
|
3722
|
-
var
|
|
3723
|
-
return (
|
|
3750
|
+
disabled: !((Be = L.value) != null && Be.stagedCount) || L.value.uploading,
|
|
3751
|
+
onClick: E[7] || (E[7] = (ie) => {
|
|
3752
|
+
var j;
|
|
3753
|
+
return (j = L.value) == null ? void 0 : j.upload();
|
|
3724
3754
|
})
|
|
3725
|
-
}, null, 8, ["label", "disabled"])) : (x(),
|
|
3755
|
+
}, null, 8, ["label", "disabled"])) : (x(), ee(q, {
|
|
3726
3756
|
key: 1,
|
|
3727
3757
|
label: B(n)("mediaPicker.pickerModal.confirmButton"),
|
|
3728
3758
|
variant: "primary",
|
|
3729
|
-
disabled:
|
|
3730
|
-
onClick:
|
|
3759
|
+
disabled: Y.value.length === 0,
|
|
3760
|
+
onClick: K
|
|
3731
3761
|
}, null, 8, ["label", "disabled"]))
|
|
3732
3762
|
])
|
|
3733
3763
|
])
|
|
3734
3764
|
];
|
|
3735
3765
|
}),
|
|
3736
3766
|
default: xe(() => [
|
|
3737
|
-
e.allowUpload ? (x(),
|
|
3767
|
+
e.allowUpload ? (x(), S("div", Es, [
|
|
3738
3768
|
b("button", {
|
|
3739
|
-
class:
|
|
3740
|
-
onClick:
|
|
3741
|
-
},
|
|
3769
|
+
class: X(["pb-8 px-4 text-sm", o.value === "browse" ? "font-semibold border-b-2 border-[--fm-color-brand-primary,#FF7823]" : "text-gray-500"]),
|
|
3770
|
+
onClick: E[1] || (E[1] = (H) => o.value = "browse")
|
|
3771
|
+
}, P(B(n)("mediaPicker.pickerModal.browseTab")), 3),
|
|
3742
3772
|
b("button", {
|
|
3743
|
-
class:
|
|
3744
|
-
onClick:
|
|
3745
|
-
},
|
|
3746
|
-
])) :
|
|
3747
|
-
o.value === "browse" ? (x(),
|
|
3748
|
-
c.value.length ? (x(),
|
|
3773
|
+
class: X(["pb-8 px-4 text-sm", o.value === "upload" ? "font-semibold border-b-2 border-[--fm-color-brand-primary,#FF7823]" : "text-gray-500"]),
|
|
3774
|
+
onClick: E[2] || (E[2] = (H) => o.value = "upload")
|
|
3775
|
+
}, P(B(n)("mediaPicker.pickerModal.uploadTab")), 3)
|
|
3776
|
+
])) : U("", !0),
|
|
3777
|
+
o.value === "browse" ? (x(), S(z, { key: 1 }, [
|
|
3778
|
+
c.value.length ? (x(), ee(Vo, {
|
|
3749
3779
|
key: 0,
|
|
3750
3780
|
modelValue: i.value,
|
|
3751
|
-
"onUpdate:modelValue":
|
|
3781
|
+
"onUpdate:modelValue": E[3] || (E[3] = (H) => i.value = H),
|
|
3752
3782
|
tags: c.value,
|
|
3753
|
-
total:
|
|
3783
|
+
total: p.value,
|
|
3754
3784
|
class: "mb-12"
|
|
3755
|
-
}, null, 8, ["modelValue", "tags", "total"])) :
|
|
3785
|
+
}, null, 8, ["modelValue", "tags", "total"])) : U("", !0),
|
|
3756
3786
|
F(jo, {
|
|
3757
3787
|
assets: u.value,
|
|
3758
3788
|
loading: k.value,
|
|
3759
3789
|
selectable: "",
|
|
3760
|
-
"selected-ids":
|
|
3790
|
+
"selected-ids": w.value,
|
|
3761
3791
|
"variants-by-ref-id": B(d).byRefId.value,
|
|
3762
|
-
"unavailable-ids":
|
|
3792
|
+
"unavailable-ids": O.value,
|
|
3763
3793
|
onOpen: V,
|
|
3764
|
-
onToggle:
|
|
3794
|
+
onToggle: R
|
|
3765
3795
|
}, null, 8, ["assets", "loading", "selected-ids", "variants-by-ref-id", "unavailable-ids"]),
|
|
3766
|
-
e.selectionMode === "single" ? (x(),
|
|
3796
|
+
e.selectionMode === "single" ? (x(), ee(Wo, {
|
|
3767
3797
|
key: 1,
|
|
3768
|
-
modelValue:
|
|
3769
|
-
"onUpdate:modelValue":
|
|
3770
|
-
facts:
|
|
3798
|
+
modelValue: f.value,
|
|
3799
|
+
"onUpdate:modelValue": E[4] || (E[4] = (H) => f.value = H),
|
|
3800
|
+
facts: ne.value,
|
|
3771
3801
|
locked: g.value,
|
|
3772
3802
|
class: "mt-12"
|
|
3773
|
-
}, null, 8, ["modelValue", "facts", "locked"])) :
|
|
3774
|
-
], 64)) : e.allowUpload ? (x(),
|
|
3803
|
+
}, null, 8, ["modelValue", "facts", "locked"])) : U("", !0)
|
|
3804
|
+
], 64)) : e.allowUpload ? (x(), ee(vs, {
|
|
3775
3805
|
key: 2,
|
|
3776
3806
|
ref_key: "uploadPanelRef",
|
|
3777
|
-
ref:
|
|
3807
|
+
ref: L,
|
|
3778
3808
|
"business-id": e.businessId,
|
|
3779
3809
|
"restaurant-id": e.restaurantId,
|
|
3780
|
-
"available-tags":
|
|
3781
|
-
onTagCreated:
|
|
3782
|
-
onUploaded:
|
|
3783
|
-
}, null, 8, ["business-id", "restaurant-id", "available-tags"])) :
|
|
3810
|
+
"available-tags": y.value,
|
|
3811
|
+
onTagCreated: E[5] || (E[5] = (H) => y.value.push(H)),
|
|
3812
|
+
onUploaded: fe
|
|
3813
|
+
}, null, 8, ["business-id", "restaurant-id", "available-tags"])) : U("", !0)
|
|
3784
3814
|
]),
|
|
3785
3815
|
_: 1
|
|
3786
3816
|
}, 8, ["model-value"]);
|
|
3787
3817
|
};
|
|
3788
3818
|
}
|
|
3789
|
-
}),
|
|
3819
|
+
}), mi = 60;
|
|
3820
|
+
function Bs(e, t) {
|
|
3821
|
+
return (e - 1) * t;
|
|
3822
|
+
}
|
|
3823
|
+
function _s(e, t, n) {
|
|
3824
|
+
if (n === 0)
|
|
3825
|
+
return { start: 0, end: 0 };
|
|
3826
|
+
const a = Bs(e, t) + 1;
|
|
3827
|
+
return { start: a, end: Math.min(a + t - 1, n) };
|
|
3828
|
+
}
|
|
3829
|
+
function gi(e, t) {
|
|
3830
|
+
return Math.min(Math.max(e, 1), Math.max(t, 1));
|
|
3831
|
+
}
|
|
3832
|
+
function As(e) {
|
|
3833
|
+
return Array.from({ length: Math.max(e, 0) }, (t, n) => ({
|
|
3834
|
+
label: String(n + 1),
|
|
3835
|
+
value: n + 1
|
|
3836
|
+
}));
|
|
3837
|
+
}
|
|
3838
|
+
const Ds = {
|
|
3839
|
+
key: 0,
|
|
3840
|
+
class: "flex items-center justify-between gap-24 mt-16 flex-wrap"
|
|
3841
|
+
}, Fs = { class: "fm-typo-en-body-lg-400 text-fm-color-typo-secondary" }, Ls = { class: "flex gap-8 items-center" }, Ns = { class: "fm-typo-en-body-lg-400 text-fm-color-typo-primary" }, hi = /* @__PURE__ */ ue({
|
|
3842
|
+
__name: "AssetPagination",
|
|
3843
|
+
props: {
|
|
3844
|
+
page: {},
|
|
3845
|
+
pageSize: {},
|
|
3846
|
+
totalResources: {},
|
|
3847
|
+
totalPages: {},
|
|
3848
|
+
disabled: { type: Boolean, default: !1 }
|
|
3849
|
+
},
|
|
3850
|
+
emits: ["update:page"],
|
|
3851
|
+
setup(e, { emit: t }) {
|
|
3852
|
+
const n = e, a = t, { t: r } = ce({ messages: pe }), o = W(() => _s(n.page, n.pageSize, n.totalResources)), s = W(() => As(n.totalPages)), i = W(() => n.page <= 1), u = W(() => n.page >= n.totalPages);
|
|
3853
|
+
function d(c) {
|
|
3854
|
+
c === n.page || c < 1 || c > n.totalPages || a("update:page", c);
|
|
3855
|
+
}
|
|
3856
|
+
return (c, p) => {
|
|
3857
|
+
const y = I("FmSelect"), k = I("FmButton");
|
|
3858
|
+
return e.totalPages > 1 ? (x(), S("div", Ds, [
|
|
3859
|
+
b("span", Fs, P(B(r)("mediaPicker.assetPagination.itemCount", { start: o.value.start, end: o.value.end, total: e.totalResources })), 1),
|
|
3860
|
+
b("div", Ls, [
|
|
3861
|
+
F(y, {
|
|
3862
|
+
items: s.value,
|
|
3863
|
+
"model-value": e.page,
|
|
3864
|
+
disabled: e.disabled,
|
|
3865
|
+
"onUpdate:modelValue": p[0] || (p[0] = (h) => d(h))
|
|
3866
|
+
}, null, 8, ["items", "model-value", "disabled"]),
|
|
3867
|
+
b("span", Ns, P(B(r)("mediaPicker.assetPagination.pageCount", { total: e.totalPages })), 1),
|
|
3868
|
+
F(k, {
|
|
3869
|
+
icon: "chevron_left",
|
|
3870
|
+
"icon-color": "neutral-black",
|
|
3871
|
+
variant: "tertiary",
|
|
3872
|
+
disabled: e.disabled || i.value,
|
|
3873
|
+
onClick: p[1] || (p[1] = (h) => d(e.page - 1))
|
|
3874
|
+
}, null, 8, ["disabled"]),
|
|
3875
|
+
F(k, {
|
|
3876
|
+
icon: "chevron_right",
|
|
3877
|
+
"icon-color": "neutral-black",
|
|
3878
|
+
variant: "tertiary",
|
|
3879
|
+
disabled: e.disabled || u.value,
|
|
3880
|
+
onClick: p[2] || (p[2] = (h) => d(e.page + 1))
|
|
3881
|
+
}, null, 8, ["disabled"])
|
|
3882
|
+
])
|
|
3883
|
+
])) : U("", !0);
|
|
3884
|
+
};
|
|
3885
|
+
}
|
|
3886
|
+
}), Us = { class: "relative flex-1 min-w-0 bg-gray-900 flex items-center justify-center overflow-hidden" }, js = ["src", "alt"], Is = {
|
|
3790
3887
|
key: 1,
|
|
3791
3888
|
class: "flex flex-col items-center gap-12 text-center px-24"
|
|
3792
|
-
},
|
|
3889
|
+
}, Ms = { class: "text-sm text-white" }, zs = { class: "absolute top-8 left-8 bg-black/70 text-white text-[11px] font-semibold px-8 py-[2px] rounded" }, Vs = { class: "absolute bottom-12 left-1/2 -translate-x-1/2 flex items-center gap-8" }, qs = ["onClick"], $s = /* @__PURE__ */ ue({
|
|
3793
3890
|
__name: "VariantCarousel",
|
|
3794
3891
|
props: /* @__PURE__ */ it({
|
|
3795
3892
|
original: {},
|
|
@@ -3801,52 +3898,52 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
3801
3898
|
}),
|
|
3802
3899
|
emits: /* @__PURE__ */ it(["regenerate"], ["update:index"]),
|
|
3803
3900
|
setup(e, { emit: t }) {
|
|
3804
|
-
const { t: n } =
|
|
3901
|
+
const { t: n } = ce({ messages: pe }), a = e, r = t, o = Jt(e, "index"), s = W(() => vn(a.original, a.variants));
|
|
3805
3902
|
be(s, (c) => {
|
|
3806
3903
|
o.value > c.length - 1 && (o.value = c.length - 1);
|
|
3807
3904
|
});
|
|
3808
|
-
const i =
|
|
3905
|
+
const i = W(() => s.value[o.value]);
|
|
3809
3906
|
function u(c) {
|
|
3810
|
-
const
|
|
3811
|
-
o.value = (o.value + c +
|
|
3907
|
+
const p = s.value.length;
|
|
3908
|
+
o.value = (o.value + c + p) % p;
|
|
3812
3909
|
}
|
|
3813
3910
|
function d(c) {
|
|
3814
3911
|
return c ? c.replace("x", ":") : "";
|
|
3815
3912
|
}
|
|
3816
|
-
return (c,
|
|
3817
|
-
var
|
|
3818
|
-
const A =
|
|
3819
|
-
return x(),
|
|
3820
|
-
(
|
|
3913
|
+
return (c, p) => {
|
|
3914
|
+
var y, k, h, v;
|
|
3915
|
+
const A = I("FmIcon"), f = I("FmButton");
|
|
3916
|
+
return x(), S("div", Us, [
|
|
3917
|
+
(y = i.value) != null && y.url ? (x(), S("img", {
|
|
3821
3918
|
key: 0,
|
|
3822
3919
|
src: i.value.url,
|
|
3823
3920
|
alt: e.alt,
|
|
3824
3921
|
class: "max-w-full max-h-full object-contain"
|
|
3825
|
-
}, null, 8,
|
|
3922
|
+
}, null, 8, js)) : i.value ? (x(), S("div", Is, [
|
|
3826
3923
|
F(A, {
|
|
3827
3924
|
name: "error",
|
|
3828
3925
|
size: "lg",
|
|
3829
3926
|
color: "white"
|
|
3830
3927
|
}),
|
|
3831
|
-
b("span",
|
|
3832
|
-
F(
|
|
3928
|
+
b("span", Ms, P(B(n)("mediaPicker.variants.failed")), 1),
|
|
3929
|
+
F(f, {
|
|
3833
3930
|
label: B(n)("mediaPicker.variants.regenerate"),
|
|
3834
3931
|
variant: "secondary",
|
|
3835
3932
|
size: "md",
|
|
3836
3933
|
"prepend-icon": "refresh",
|
|
3837
|
-
onClick:
|
|
3934
|
+
onClick: p[0] || (p[0] = (g) => i.value.ratio && r("regenerate", i.value.ratio))
|
|
3838
3935
|
}, null, 8, ["label"])
|
|
3839
|
-
])) :
|
|
3840
|
-
b("span",
|
|
3841
|
-
oe(
|
|
3842
|
-
((
|
|
3843
|
-
oe(" · " +
|
|
3844
|
-
], 64)) :
|
|
3936
|
+
])) : U("", !0),
|
|
3937
|
+
b("span", zs, [
|
|
3938
|
+
oe(P(((k = i.value) == null ? void 0 : k.kind) === "original" ? B(n)("mediaPicker.variants.original") : d(((h = i.value) == null ? void 0 : h.ratio) ?? null)) + " ", 1),
|
|
3939
|
+
((v = i.value) == null ? void 0 : v.status) === "pending" ? (x(), S(z, { key: 0 }, [
|
|
3940
|
+
oe(" · " + P(B(n)("mediaPicker.variants.generating")), 1)
|
|
3941
|
+
], 64)) : U("", !0)
|
|
3845
3942
|
]),
|
|
3846
|
-
s.value.length > 1 ? (x(),
|
|
3943
|
+
s.value.length > 1 ? (x(), S(z, { key: 2 }, [
|
|
3847
3944
|
b("button", {
|
|
3848
3945
|
class: "absolute left-8 top-1/2 -translate-y-1/2 w-[32px] h-[32px] rounded-full bg-black/50 flex items-center justify-center",
|
|
3849
|
-
onClick:
|
|
3946
|
+
onClick: p[1] || (p[1] = (g) => u(-1))
|
|
3850
3947
|
}, [
|
|
3851
3948
|
F(A, {
|
|
3852
3949
|
name: "chevron_left",
|
|
@@ -3856,7 +3953,7 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
3856
3953
|
]),
|
|
3857
3954
|
b("button", {
|
|
3858
3955
|
class: "absolute right-8 top-1/2 -translate-y-1/2 w-[32px] h-[32px] rounded-full bg-black/50 flex items-center justify-center",
|
|
3859
|
-
onClick:
|
|
3956
|
+
onClick: p[2] || (p[2] = (g) => u(1))
|
|
3860
3957
|
}, [
|
|
3861
3958
|
F(A, {
|
|
3862
3959
|
name: "chevron_right",
|
|
@@ -3864,30 +3961,30 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
3864
3961
|
color: "white"
|
|
3865
3962
|
})
|
|
3866
3963
|
]),
|
|
3867
|
-
b("div",
|
|
3868
|
-
(x(!0),
|
|
3964
|
+
b("div", Vs, [
|
|
3965
|
+
(x(!0), S(z, null, le(s.value, (g, m) => (x(), S("button", {
|
|
3869
3966
|
key: g.key,
|
|
3870
|
-
class:
|
|
3871
|
-
onClick: (
|
|
3872
|
-
}, null, 10,
|
|
3967
|
+
class: X(["w-[8px] h-[8px] rounded-full", m === o.value ? "bg-white" : "bg-white/40"]),
|
|
3968
|
+
onClick: (O) => o.value = m
|
|
3969
|
+
}, null, 10, qs))), 128))
|
|
3873
3970
|
])
|
|
3874
|
-
], 64)) :
|
|
3971
|
+
], 64)) : U("", !0)
|
|
3875
3972
|
]);
|
|
3876
3973
|
};
|
|
3877
3974
|
}
|
|
3878
|
-
}),
|
|
3975
|
+
}), Gs = {
|
|
3879
3976
|
key: 0,
|
|
3880
3977
|
class: "flex h-[620px]"
|
|
3881
|
-
},
|
|
3978
|
+
}, Hs = { class: "w-[320px] flex-shrink-0 flex flex-col gap-12 p-16 overflow-y-auto" }, Js = { class: "flex items-center justify-between" }, Ws = { class: "fm-typo-en-title-sm-600" }, Ks = {
|
|
3882
3979
|
key: 0,
|
|
3883
3980
|
class: "flex items-start gap-8"
|
|
3884
|
-
},
|
|
3981
|
+
}, Xs = { class: "flex-1 text-sm font-semibold break-all" }, Ys = {
|
|
3885
3982
|
key: 1,
|
|
3886
3983
|
class: "flex gap-8"
|
|
3887
|
-
},
|
|
3984
|
+
}, Qs = { class: "text-xs space-y-8 border-t pt-8" }, Zs = { class: "flex justify-between" }, ei = { class: "text-gray-500" }, ti = { class: "font-semibold" }, ni = { class: "flex justify-between" }, ai = { class: "text-gray-500" }, ri = { class: "flex justify-between" }, oi = { class: "text-gray-500" }, si = { class: "flex justify-between" }, ii = { class: "text-gray-500" }, li = {
|
|
3888
3985
|
key: 2,
|
|
3889
3986
|
class: "flex flex-wrap gap-4"
|
|
3890
|
-
},
|
|
3987
|
+
}, ui = { class: "flex gap-8 border-t pt-12" }, bi = /* @__PURE__ */ ue({
|
|
3891
3988
|
__name: "AssetDetailDialog",
|
|
3892
3989
|
props: {
|
|
3893
3990
|
asset: {},
|
|
@@ -3896,16 +3993,16 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
3896
3993
|
},
|
|
3897
3994
|
emits: ["close", "renamed", "deleted", "changed"],
|
|
3898
3995
|
setup(e, { emit: t }) {
|
|
3899
|
-
const n = Cn(), { t: a } =
|
|
3996
|
+
const n = Cn(), { t: a } = ce({ messages: pe }), r = e, o = t, s = N(!1), i = N("");
|
|
3900
3997
|
be(
|
|
3901
3998
|
() => r.asset,
|
|
3902
|
-
(
|
|
3903
|
-
s.value = !1, i.value = (
|
|
3999
|
+
(w) => {
|
|
4000
|
+
s.value = !1, i.value = (w == null ? void 0 : w.fileName) ?? "";
|
|
3904
4001
|
}
|
|
3905
4002
|
);
|
|
3906
4003
|
function u() {
|
|
3907
|
-
var
|
|
3908
|
-
i.value = ((
|
|
4004
|
+
var w;
|
|
4005
|
+
i.value = ((w = r.asset) == null ? void 0 : w.fileName) ?? "", s.value = !0;
|
|
3909
4006
|
}
|
|
3910
4007
|
async function d() {
|
|
3911
4008
|
r.asset && (await qr(r.businessId, r.asset.id, i.value), s.value = !1, o("renamed"));
|
|
@@ -3913,56 +4010,56 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
3913
4010
|
function c() {
|
|
3914
4011
|
if (!r.asset)
|
|
3915
4012
|
return;
|
|
3916
|
-
const
|
|
4013
|
+
const w = r.asset;
|
|
3917
4014
|
n.open({
|
|
3918
4015
|
title: a("mediaPicker.assetDetailDialog.deleteDialogTitle"),
|
|
3919
4016
|
message: a("mediaPicker.assetDetailDialog.deleteDialogMessage", {
|
|
3920
|
-
fileName:
|
|
4017
|
+
fileName: w.fileName,
|
|
3921
4018
|
disclaimer: a("mediaPicker.assetDetailDialog.deleteDisclaimer")
|
|
3922
4019
|
}),
|
|
3923
4020
|
primaryActions: { text: a("mediaPicker.assetDetailDialog.deleteConfirmButton"), close: !1, variant: "destructive" },
|
|
3924
4021
|
secondaryActions: { text: a("mediaPicker.assetDetailDialog.cancelButton"), close: !0 }
|
|
3925
4022
|
}).onPrimary(async () => {
|
|
3926
|
-
await
|
|
4023
|
+
await Yr(r.businessId, w), o("deleted", w.id), n.close();
|
|
3927
4024
|
});
|
|
3928
4025
|
}
|
|
3929
|
-
const
|
|
3930
|
-
var
|
|
4026
|
+
const p = N(0), y = W(() => {
|
|
4027
|
+
var w, R, V, Y, ne, K;
|
|
3931
4028
|
return {
|
|
3932
|
-
url: ((
|
|
3933
|
-
width: ((V = r.image) == null ? void 0 : V.original.width) ?? ((
|
|
3934
|
-
height: ((
|
|
4029
|
+
url: ((w = r.image) == null ? void 0 : w.original.url) ?? ((R = r.asset) == null ? void 0 : R.url) ?? "",
|
|
4030
|
+
width: ((V = r.image) == null ? void 0 : V.original.width) ?? ((Y = r.asset) == null ? void 0 : Y.width),
|
|
4031
|
+
height: ((ne = r.image) == null ? void 0 : ne.original.height) ?? ((K = r.asset) == null ? void 0 : K.height)
|
|
3935
4032
|
};
|
|
3936
|
-
}), k =
|
|
4033
|
+
}), k = W(
|
|
3937
4034
|
() => {
|
|
3938
|
-
var
|
|
3939
|
-
return r.asset ?
|
|
4035
|
+
var w;
|
|
4036
|
+
return r.asset ? vn(y.value, ((w = r.image) == null ? void 0 : w.variants) ?? []) : [];
|
|
3940
4037
|
}
|
|
3941
4038
|
);
|
|
3942
4039
|
be(() => {
|
|
3943
|
-
var
|
|
3944
|
-
return (
|
|
3945
|
-
}, () =>
|
|
3946
|
-
const h =
|
|
3947
|
-
var
|
|
3948
|
-
const
|
|
3949
|
-
return !
|
|
3950
|
-
}),
|
|
4040
|
+
var w;
|
|
4041
|
+
return (w = r.asset) == null ? void 0 : w.id;
|
|
4042
|
+
}, () => p.value = 0);
|
|
4043
|
+
const h = W(() => {
|
|
4044
|
+
var w;
|
|
4045
|
+
const R = k.value[p.value];
|
|
4046
|
+
return !R || !r.asset ? null : jr(R, r.asset, ((w = r.image) == null ? void 0 : w.variants) ?? []);
|
|
4047
|
+
}), v = W(
|
|
3951
4048
|
() => {
|
|
3952
|
-
var
|
|
3953
|
-
return (
|
|
4049
|
+
var w;
|
|
4050
|
+
return (w = h.value) != null && w.ratio ? h.value.ratio.replace("x", ":") : a("mediaPicker.variants.original");
|
|
3954
4051
|
}
|
|
3955
|
-
), A =
|
|
3956
|
-
async function
|
|
3957
|
-
var
|
|
3958
|
-
if (!(!((
|
|
4052
|
+
), A = N(!1);
|
|
4053
|
+
async function f(w) {
|
|
4054
|
+
var R;
|
|
4055
|
+
if (!(!((R = r.asset) != null && R.refType) || !r.asset.refId || A.value)) {
|
|
3959
4056
|
A.value = !0;
|
|
3960
4057
|
try {
|
|
3961
|
-
await
|
|
4058
|
+
await Hr(r.businessId, {
|
|
3962
4059
|
refType: r.asset.refType,
|
|
3963
4060
|
refId: r.asset.refId,
|
|
3964
4061
|
imageId: r.asset.imageId ?? "main",
|
|
3965
|
-
aspectRatios: [
|
|
4062
|
+
aspectRatios: [w],
|
|
3966
4063
|
mode: "append"
|
|
3967
4064
|
}), o("changed");
|
|
3968
4065
|
} finally {
|
|
@@ -3971,44 +4068,44 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
3971
4068
|
}
|
|
3972
4069
|
}
|
|
3973
4070
|
function g() {
|
|
3974
|
-
var
|
|
3975
|
-
h.value && ((
|
|
4071
|
+
var w;
|
|
4072
|
+
h.value && ((w = navigator.clipboard) == null || w.writeText(h.value.url));
|
|
3976
4073
|
}
|
|
3977
|
-
function
|
|
3978
|
-
var
|
|
3979
|
-
return ((
|
|
4074
|
+
function m(w) {
|
|
4075
|
+
var R;
|
|
4076
|
+
return ((R = w.split("/")[1]) == null ? void 0 : R.toUpperCase()) ?? w;
|
|
3980
4077
|
}
|
|
3981
|
-
function
|
|
3982
|
-
return
|
|
4078
|
+
function O(w) {
|
|
4079
|
+
return w >= 1024 * 1024 ? `${(w / 1024 / 1024).toFixed(1)} MB` : `${Math.round(w / 1024)} KB`;
|
|
3983
4080
|
}
|
|
3984
|
-
return (
|
|
3985
|
-
const V =
|
|
3986
|
-
return x(),
|
|
4081
|
+
return (w, R) => {
|
|
4082
|
+
const V = I("FmIcon"), Y = I("FmTextField"), ne = I("FmButton"), K = I("FmDialog");
|
|
4083
|
+
return x(), ee(K, {
|
|
3987
4084
|
"model-value": !!e.asset,
|
|
3988
4085
|
"max-width": 920,
|
|
3989
4086
|
"max-height": "620px",
|
|
3990
4087
|
"content-class": "!p-0 asset-preview-dialog-content",
|
|
3991
4088
|
"close-button": !1,
|
|
3992
|
-
"onUpdate:modelValue":
|
|
4089
|
+
"onUpdate:modelValue": R[3] || (R[3] = (L) => !L && o("close"))
|
|
3993
4090
|
}, {
|
|
3994
4091
|
default: xe(() => {
|
|
3995
|
-
var
|
|
4092
|
+
var L, fe, C, E, re;
|
|
3996
4093
|
return [
|
|
3997
|
-
e.asset ? (x(),
|
|
3998
|
-
F(
|
|
3999
|
-
index:
|
|
4000
|
-
"onUpdate:index":
|
|
4001
|
-
original:
|
|
4002
|
-
variants: ((
|
|
4094
|
+
e.asset ? (x(), S("div", Gs, [
|
|
4095
|
+
F($s, {
|
|
4096
|
+
index: p.value,
|
|
4097
|
+
"onUpdate:index": R[0] || (R[0] = (q) => p.value = q),
|
|
4098
|
+
original: y.value,
|
|
4099
|
+
variants: ((L = e.image) == null ? void 0 : L.variants) ?? [],
|
|
4003
4100
|
alt: e.asset.fileName,
|
|
4004
|
-
onRegenerate:
|
|
4101
|
+
onRegenerate: f
|
|
4005
4102
|
}, null, 8, ["index", "original", "variants", "alt"]),
|
|
4006
|
-
b("div",
|
|
4007
|
-
b("div",
|
|
4008
|
-
b("span",
|
|
4103
|
+
b("div", Hs, [
|
|
4104
|
+
b("div", Js, [
|
|
4105
|
+
b("span", Ws, P(B(a)("mediaPicker.assetDetailDialog.previewTitle")), 1),
|
|
4009
4106
|
b("button", {
|
|
4010
4107
|
class: "w-[32px] h-[32px] rounded-lg bg-fm-color-neutral-gray-100 flex items-center justify-center flex-shrink-0",
|
|
4011
|
-
onClick:
|
|
4108
|
+
onClick: R[1] || (R[1] = (q) => o("close"))
|
|
4012
4109
|
}, [
|
|
4013
4110
|
F(V, {
|
|
4014
4111
|
name: "close",
|
|
@@ -4016,21 +4113,21 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
4016
4113
|
})
|
|
4017
4114
|
])
|
|
4018
4115
|
]),
|
|
4019
|
-
s.value ? (x(),
|
|
4020
|
-
F(
|
|
4116
|
+
s.value ? (x(), S("div", Ys, [
|
|
4117
|
+
F(Y, {
|
|
4021
4118
|
modelValue: i.value,
|
|
4022
|
-
"onUpdate:modelValue":
|
|
4119
|
+
"onUpdate:modelValue": R[2] || (R[2] = (q) => i.value = q),
|
|
4023
4120
|
class: "flex-1 min-w-0"
|
|
4024
4121
|
}, null, 8, ["modelValue"]),
|
|
4025
|
-
F(
|
|
4122
|
+
F(ne, {
|
|
4026
4123
|
label: B(a)("mediaPicker.assetDetailDialog.saveButton"),
|
|
4027
4124
|
variant: "primary",
|
|
4028
4125
|
size: "md",
|
|
4029
4126
|
class: "flex-shrink-0",
|
|
4030
4127
|
onClick: d
|
|
4031
4128
|
}, null, 8, ["label"])
|
|
4032
|
-
])) : (x(),
|
|
4033
|
-
b("span",
|
|
4129
|
+
])) : (x(), S("div", Ks, [
|
|
4130
|
+
b("span", Xs, P(e.asset.fileName), 1),
|
|
4034
4131
|
b("button", { onClick: u }, [
|
|
4035
4132
|
F(V, {
|
|
4036
4133
|
name: "edit",
|
|
@@ -4038,33 +4135,33 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
4038
4135
|
})
|
|
4039
4136
|
])
|
|
4040
4137
|
])),
|
|
4041
|
-
b("div",
|
|
4042
|
-
b("div",
|
|
4043
|
-
b("span",
|
|
4044
|
-
b("span",
|
|
4138
|
+
b("div", Qs, [
|
|
4139
|
+
b("div", Zs, [
|
|
4140
|
+
b("span", ei, P(B(a)("mediaPicker.ratios.title")), 1),
|
|
4141
|
+
b("span", ti, P(v.value), 1)
|
|
4045
4142
|
]),
|
|
4046
|
-
b("div",
|
|
4047
|
-
b("span",
|
|
4048
|
-
b("span", null,
|
|
4143
|
+
b("div", ni, [
|
|
4144
|
+
b("span", ai, P(B(a)("mediaPicker.assetDetailDialog.dimensionsLabel")), 1),
|
|
4145
|
+
b("span", null, P(((fe = h.value) == null ? void 0 : fe.dimensions) ?? "—"), 1)
|
|
4049
4146
|
]),
|
|
4050
|
-
b("div",
|
|
4051
|
-
b("span",
|
|
4052
|
-
b("span", null,
|
|
4147
|
+
b("div", ri, [
|
|
4148
|
+
b("span", oi, P(B(a)("mediaPicker.assetDetailDialog.sizeLabel")), 1),
|
|
4149
|
+
b("span", null, P((C = h.value) != null && C.sizeBytes ? O(h.value.sizeBytes) : "—"), 1)
|
|
4053
4150
|
]),
|
|
4054
|
-
b("div",
|
|
4055
|
-
b("span",
|
|
4056
|
-
b("span", null,
|
|
4151
|
+
b("div", si, [
|
|
4152
|
+
b("span", ii, P(B(a)("mediaPicker.assetDetailDialog.formatLabel")), 1),
|
|
4153
|
+
b("span", null, P((E = h.value) != null && E.contentType ? m(h.value.contentType) : "—"), 1)
|
|
4057
4154
|
])
|
|
4058
4155
|
]),
|
|
4059
|
-
(re = e.asset.tags) != null && re.length ? (x(),
|
|
4060
|
-
(x(!0),
|
|
4156
|
+
(re = e.asset.tags) != null && re.length ? (x(), S("div", li, [
|
|
4157
|
+
(x(!0), S(z, null, le(e.asset.tags, (q) => (x(), S("span", {
|
|
4061
4158
|
key: q,
|
|
4062
4159
|
class: "text-[11px] bg-gray-100 rounded-full px-8 py-[2px]"
|
|
4063
|
-
}, " # " +
|
|
4064
|
-
])) :
|
|
4065
|
-
|
|
4066
|
-
b("div",
|
|
4067
|
-
F(
|
|
4160
|
+
}, " # " + P(q), 1))), 128))
|
|
4161
|
+
])) : U("", !0),
|
|
4162
|
+
R[4] || (R[4] = b("div", { class: "flex-1" }, null, -1)),
|
|
4163
|
+
b("div", ui, [
|
|
4164
|
+
F(ne, {
|
|
4068
4165
|
label: B(a)("mediaPicker.assetDetailDialog.copyLinkButton"),
|
|
4069
4166
|
variant: "tertiary",
|
|
4070
4167
|
size: "md",
|
|
@@ -4072,7 +4169,7 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
4072
4169
|
class: "flex-1",
|
|
4073
4170
|
onClick: g
|
|
4074
4171
|
}, null, 8, ["label"]),
|
|
4075
|
-
F(
|
|
4172
|
+
F(ne, {
|
|
4076
4173
|
label: B(a)("mediaPicker.assetDetailDialog.deleteButton"),
|
|
4077
4174
|
variant: "destructive",
|
|
4078
4175
|
size: "md",
|
|
@@ -4081,7 +4178,7 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
4081
4178
|
}, null, 8, ["label"])
|
|
4082
4179
|
])
|
|
4083
4180
|
])
|
|
4084
|
-
])) :
|
|
4181
|
+
])) : U("", !0)
|
|
4085
4182
|
];
|
|
4086
4183
|
}),
|
|
4087
4184
|
_: 1
|
|
@@ -4092,15 +4189,19 @@ const Es = { class: "w-full flex items-center justify-between gap-16 pr-8" }, Ps
|
|
|
4092
4189
|
export {
|
|
4093
4190
|
jo as $,
|
|
4094
4191
|
$r as G,
|
|
4095
|
-
|
|
4096
|
-
|
|
4192
|
+
Jr as K,
|
|
4193
|
+
Bs as O,
|
|
4194
|
+
bi as P,
|
|
4195
|
+
Yr as Q,
|
|
4097
4196
|
zr as V,
|
|
4098
|
-
|
|
4099
|
-
|
|
4197
|
+
gi as _,
|
|
4198
|
+
rs as a,
|
|
4199
|
+
hi as b,
|
|
4200
|
+
vs as c,
|
|
4201
|
+
wn as d,
|
|
4100
4202
|
ks as k,
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
vs as x,
|
|
4203
|
+
Vr as q,
|
|
4204
|
+
mi as v,
|
|
4205
|
+
fi as x,
|
|
4105
4206
|
Mr as z
|
|
4106
4207
|
};
|