@das-fed/utils 6.4.0-dev.54.8 → 6.4.0-dev.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/api-services/i18n/index.d.ts +21 -17
  2. package/api-services/i18n/index.js +13 -9
  3. package/api-services/i18n/index.js.gz +0 -0
  4. package/api-services/index.js +22 -16
  5. package/api-services/index.js.gz +0 -0
  6. package/api-services/modules/app-manage/index.js +6 -4
  7. package/api-services/modules/app-manage/index.js.gz +0 -0
  8. package/api-services/modules/authentication/index.js +6 -4
  9. package/api-services/modules/authentication/index.js.gz +0 -0
  10. package/api-services/modules/bems/index.js +6 -4
  11. package/api-services/modules/bems/index.js.gz +0 -0
  12. package/api-services/modules/contract/index.js +6 -4
  13. package/api-services/modules/contract/index.js.gz +0 -0
  14. package/api-services/modules/duty-manage/index.js +6 -4
  15. package/api-services/modules/duty-manage/index.js.gz +0 -0
  16. package/api-services/modules/enterpriseright/index.js +6 -4
  17. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  18. package/api-services/modules/file/index.js +85 -83
  19. package/api-services/modules/file/index.js.gz +0 -0
  20. package/api-services/modules/gateway-edge/index.js +6 -4
  21. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  22. package/api-services/modules/index.js +9 -7
  23. package/api-services/modules/index.js.gz +0 -0
  24. package/api-services/modules/iot/index.js +6 -4
  25. package/api-services/modules/iot/index.js.gz +0 -0
  26. package/api-services/modules/justauth/index.js +6 -4
  27. package/api-services/modules/justauth/index.js.gz +0 -0
  28. package/api-services/modules/knowledge/index.js +6 -4
  29. package/api-services/modules/knowledge/index.js.gz +0 -0
  30. package/api-services/modules/link/index.js +6 -4
  31. package/api-services/modules/link/index.js.gz +0 -0
  32. package/api-services/modules/permission/index.js +6 -4
  33. package/api-services/modules/permission/index.js.gz +0 -0
  34. package/api-services/modules/platformManage/index.js +6 -4
  35. package/api-services/modules/platformManage/index.js.gz +0 -0
  36. package/api-services/modules/portal/index.js +6 -4
  37. package/api-services/modules/portal/index.js.gz +0 -0
  38. package/api-services/modules/space-manage/index.js +6 -4
  39. package/api-services/modules/space-manage/index.js.gz +0 -0
  40. package/api-services/modules/super-admin/index.js +6 -4
  41. package/api-services/modules/super-admin/index.js.gz +0 -0
  42. package/api-services/modules/supplier/index.js +6 -4
  43. package/api-services/modules/supplier/index.js.gz +0 -0
  44. package/api-services/modules/supplychain-manage/index.js +6 -4
  45. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  46. package/api-services/modules/systemConfiguration/index.js +6 -4
  47. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  48. package/api-services/modules/tool/index.js +6 -4
  49. package/api-services/modules/tool/index.js.gz +0 -0
  50. package/api-services/src/create-service/index.js +6 -4
  51. package/api-services/src/create-service/index.js.gz +0 -0
  52. package/create-api-service/i18n/index.d.ts +8 -12
  53. package/create-api-service/i18n/index.js +6 -4
  54. package/create-api-service/index.js +6 -4
  55. package/create-api-service/index.js.gz +0 -0
  56. package/package.json +4 -4
@@ -183,7 +183,7 @@ const No = (t) => {
183
183
  }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
184
184
  typeof setImmediate == "function",
185
185
  H(le.postMessage)
186
- ), $o = typeof queueMicrotask < "u" ? queueMicrotask.bind(le) : typeof process < "u" && process.nextTick || Hr, f = {
186
+ ), Io = typeof queueMicrotask < "u" ? queueMicrotask.bind(le) : typeof process < "u" && process.nextTick || Hr, f = {
187
187
  isArray: we,
188
188
  isArrayBuffer: Ur,
189
189
  isBuffer: Vn,
@@ -241,7 +241,7 @@ const No = (t) => {
241
241
  isAsyncFn: Fo,
242
242
  isThenable: Do,
243
243
  setImmediate: Hr,
244
- asap: $o
244
+ asap: Io
245
245
  };
246
246
  function w(t, e, n, r, o) {
247
247
  Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = t, this.name = "AxiosError", e && (this.code = e), n && (this.config = n), r && (this.request = r), o && (this.response = o, this.status = o.status ? o.status : null);
@@ -293,7 +293,7 @@ w.from = (t, e, n, r, o, a) => {
293
293
  return u !== Error.prototype;
294
294
  }, (s) => s !== "isAxiosError"), w.call(i, t.message, e, n, r, o), i.cause = t, i.name = t.name, a && Object.assign(i, a), i;
295
295
  };
296
- const Io = null;
296
+ const $o = null;
297
297
  function Et(t) {
298
298
  return f.isPlainObject(t) || f.isArray(t);
299
299
  }
@@ -1302,7 +1302,7 @@ const ga = async (t) => {
1302
1302
  ) : w.from(O, O && O.code, t, y);
1303
1303
  }
1304
1304
  }), Rt = {
1305
- http: Io,
1305
+ http: $o,
1306
1306
  xhr: ua,
1307
1307
  fetch: ba
1308
1308
  };
@@ -1685,26 +1685,26 @@ function sn(t) {
1685
1685
  return sn(pe(t, o));
1686
1686
  }, n;
1687
1687
  }
1688
- const $ = sn(Fe);
1689
- $.Axios = ce;
1690
- $.CanceledError = Se;
1691
- $.CancelToken = Mt;
1692
- $.isCancel = Yr;
1693
- $.VERSION = an;
1694
- $.toFormData = tt;
1695
- $.AxiosError = w;
1696
- $.Cancel = $.CanceledError;
1697
- $.all = function(e) {
1688
+ const I = sn(Fe);
1689
+ I.Axios = ce;
1690
+ I.CanceledError = Se;
1691
+ I.CancelToken = Mt;
1692
+ I.isCancel = Yr;
1693
+ I.VERSION = an;
1694
+ I.toFormData = tt;
1695
+ I.AxiosError = w;
1696
+ I.Cancel = I.CanceledError;
1697
+ I.all = function(e) {
1698
1698
  return Promise.all(e);
1699
1699
  };
1700
- $.spread = Ea;
1701
- $.isAxiosError = Aa;
1702
- $.mergeConfig = pe;
1703
- $.AxiosHeaders = z;
1704
- $.formToJSON = (t) => Xr(f.isHTMLForm(t) ? new FormData(t) : t);
1705
- $.getAdapter = on.getAdapter;
1706
- $.HttpStatusCode = Tt;
1707
- $.default = $;
1700
+ I.spread = Ea;
1701
+ I.isAxiosError = Aa;
1702
+ I.mergeConfig = pe;
1703
+ I.AxiosHeaders = z;
1704
+ I.formToJSON = (t) => Xr(f.isHTMLForm(t) ? new FormData(t) : t);
1705
+ I.getAdapter = on.getAdapter;
1706
+ I.HttpStatusCode = Tt;
1707
+ I.default = I;
1708
1708
  var pr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1709
1709
  function Oa(t) {
1710
1710
  return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
@@ -1751,13 +1751,13 @@ var Pa = Error, Ta = EvalError, xa = RangeError, Ca = ReferenceError, ln = Synta
1751
1751
  return !1;
1752
1752
  }
1753
1753
  return !0;
1754
- }, dr = typeof Symbol < "u" && Symbol, Da = Fa, $a = function() {
1754
+ }, dr = typeof Symbol < "u" && Symbol, Da = Fa, Ia = function() {
1755
1755
  return typeof dr != "function" || typeof Symbol != "function" || typeof dr("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : Da();
1756
1756
  }, ct = {
1757
1757
  __proto__: null,
1758
1758
  foo: {}
1759
- }, Ia = Object, _a = function() {
1760
- return { __proto__: ct }.foo === ct.foo && !(ct instanceof Ia);
1759
+ }, $a = Object, _a = function() {
1760
+ return { __proto__: ct }.foo === ct.foo && !(ct instanceof $a);
1761
1761
  }, Ba = "Function.prototype.bind called on incompatible ", La = Object.prototype.toString, Ua = Math.max, ka = "[object Function]", yr = function(e, n) {
1762
1762
  for (var r = [], o = 0; o < e.length; o += 1)
1763
1763
  r[o] = e[o];
@@ -1820,7 +1820,7 @@ var ft = function() {
1820
1820
  return ft;
1821
1821
  }
1822
1822
  }
1823
- }() : ft, de = $a(), ei = _a(), _ = Object.getPrototypeOf || (ei ? function(t) {
1823
+ }() : ft, de = Ia(), ei = _a(), _ = Object.getPrototypeOf || (ei ? function(t) {
1824
1824
  return t.__proto__;
1825
1825
  } : null), he = {}, ti = typeof Uint8Array > "u" || !_ ? E : _(Uint8Array), fe = {
1826
1826
  __proto__: null,
@@ -1968,7 +1968,7 @@ var ni = function t(e) {
1968
1968
  "%URIErrorPrototype%": ["URIError", "prototype"],
1969
1969
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
1970
1970
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
1971
- }, $e = jt, Ge = Ga, oi = $e.call(Function.call, Array.prototype.concat), ai = $e.call(Function.apply, Array.prototype.splice), mr = $e.call(Function.call, String.prototype.replace), Je = $e.call(Function.call, String.prototype.slice), ii = $e.call(Function.call, RegExp.prototype.exec), si = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, li = /\\(\\)?/g, ci = function(e) {
1971
+ }, Ie = jt, Ge = Ga, oi = Ie.call(Function.call, Array.prototype.concat), ai = Ie.call(Function.apply, Array.prototype.splice), mr = Ie.call(Function.call, String.prototype.replace), Je = Ie.call(Function.call, String.prototype.slice), ii = Ie.call(Function.call, RegExp.prototype.exec), si = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, li = /\\(\\)?/g, ci = function(e) {
1972
1972
  var n = Je(e, 0, 1), r = Je(e, -1);
1973
1973
  if (n === "%" && r !== "%")
1974
1974
  throw new ge("invalid intrinsic syntax, expected closing `%`");
@@ -2127,7 +2127,7 @@ const Ei = {}, Ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
2127
2127
  __proto__: null,
2128
2128
  default: Ei
2129
2129
  }, Symbol.toStringTag, { value: "Module" })), Oi = /* @__PURE__ */ Ra(Ai);
2130
- var zt = typeof Map == "function" && Map.prototype, dt = Object.getOwnPropertyDescriptor && zt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, Ve = zt && dt && typeof dt.get == "function" ? dt.get : null, Ar = zt && Map.prototype.forEach, Ht = typeof Set == "function" && Set.prototype, yt = Object.getOwnPropertyDescriptor && Ht ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, Qe = Ht && yt && typeof yt.get == "function" ? yt.get : null, Or = Ht && Set.prototype.forEach, Ri = typeof WeakMap == "function" && WeakMap.prototype, Pe = Ri ? WeakMap.prototype.has : null, Pi = typeof WeakSet == "function" && WeakSet.prototype, Te = Pi ? WeakSet.prototype.has : null, Ti = typeof WeakRef == "function" && WeakRef.prototype, Rr = Ti ? WeakRef.prototype.deref : null, xi = Boolean.prototype.valueOf, Ci = Object.prototype.toString, Ni = Function.prototype.toString, Fi = String.prototype.match, Wt = String.prototype.slice, oe = String.prototype.replace, Di = String.prototype.toUpperCase, Pr = String.prototype.toLowerCase, hn = RegExp.prototype.test, Tr = Array.prototype.concat, X = Array.prototype.join, $i = Array.prototype.slice, xr = Math.floor, Ct = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, ht = Object.getOwnPropertySymbols, Nt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ve = typeof Symbol == "function" && typeof Symbol.iterator == "object", U = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ve || !0) ? Symbol.toStringTag : null, mn = Object.prototype.propertyIsEnumerable, Cr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
2130
+ var zt = typeof Map == "function" && Map.prototype, dt = Object.getOwnPropertyDescriptor && zt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, Ve = zt && dt && typeof dt.get == "function" ? dt.get : null, Ar = zt && Map.prototype.forEach, Ht = typeof Set == "function" && Set.prototype, yt = Object.getOwnPropertyDescriptor && Ht ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, Qe = Ht && yt && typeof yt.get == "function" ? yt.get : null, Or = Ht && Set.prototype.forEach, Ri = typeof WeakMap == "function" && WeakMap.prototype, Pe = Ri ? WeakMap.prototype.has : null, Pi = typeof WeakSet == "function" && WeakSet.prototype, Te = Pi ? WeakSet.prototype.has : null, Ti = typeof WeakRef == "function" && WeakRef.prototype, Rr = Ti ? WeakRef.prototype.deref : null, xi = Boolean.prototype.valueOf, Ci = Object.prototype.toString, Ni = Function.prototype.toString, Fi = String.prototype.match, Wt = String.prototype.slice, oe = String.prototype.replace, Di = String.prototype.toUpperCase, Pr = String.prototype.toLowerCase, hn = RegExp.prototype.test, Tr = Array.prototype.concat, X = Array.prototype.join, Ii = Array.prototype.slice, xr = Math.floor, Ct = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, ht = Object.getOwnPropertySymbols, Nt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ve = typeof Symbol == "function" && typeof Symbol.iterator == "object", U = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ve || !0) ? Symbol.toStringTag : null, mn = Object.prototype.propertyIsEnumerable, Cr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
2131
2131
  return t.__proto__;
2132
2132
  } : null);
2133
2133
  function Nr(t, e) {
@@ -2143,7 +2143,7 @@ function Nr(t, e) {
2143
2143
  }
2144
2144
  return oe.call(e, n, "$&_");
2145
2145
  }
2146
- var Ft = Oi, Fr = Ft.custom, Dr = vn(Fr) ? Fr : null, Ii = function t(e, n, r, o) {
2146
+ var Ft = Oi, Fr = Ft.custom, Dr = vn(Fr) ? Fr : null, $i = function t(e, n, r, o) {
2147
2147
  var a = n || {};
2148
2148
  if (ne(a, "quoteStyle") && a.quoteStyle !== "single" && a.quoteStyle !== "double")
2149
2149
  throw new TypeError('option "quoteStyle" must be "single" or "double"');
@@ -2184,7 +2184,7 @@ var Ft = Oi, Fr = Ft.custom, Dr = vn(Fr) ? Fr : null, Ii = function t(e, n, r, o
2184
2184
  else if (bn(o, e) >= 0)
2185
2185
  return "[Circular]";
2186
2186
  function d(P, F, b) {
2187
- if (F && (o = $i.call(o), o.push(F)), b) {
2187
+ if (F && (o = Ii.call(o), o.push(F)), b) {
2188
2188
  var k = {
2189
2189
  depth: a.depth
2190
2190
  };
@@ -2192,7 +2192,7 @@ var Ft = Oi, Fr = Ft.custom, Dr = vn(Fr) ? Fr : null, Ii = function t(e, n, r, o
2192
2192
  }
2193
2193
  return t(P, a, r + 1, o);
2194
2194
  }
2195
- if (typeof e == "function" && !$r(e)) {
2195
+ if (typeof e == "function" && !Ir(e)) {
2196
2196
  var g = zi(e), y = Be(e, d);
2197
2197
  return "[Function" + (g ? ": " + g : " (anonymous)") + "]" + (y.length > 0 ? " { " + X.call(y, ", ") + " }" : "");
2198
2198
  }
@@ -2209,7 +2209,7 @@ var Ft = Oi, Fr = Ft.custom, Dr = vn(Fr) ? Fr : null, Ii = function t(e, n, r, o
2209
2209
  if (e.length === 0)
2210
2210
  return "[]";
2211
2211
  var v = Be(e, d);
2212
- return p && !Xi(v) ? "[" + $t(v, p) + "]" : "[ " + X.call(v, ", ") + " ]";
2212
+ return p && !Xi(v) ? "[" + It(v, p) + "]" : "[ " + X.call(v, ", ") + " ]";
2213
2213
  }
2214
2214
  if (Li(e)) {
2215
2215
  var D = Be(e, d);
@@ -2225,13 +2225,13 @@ var Ft = Oi, Fr = Ft.custom, Dr = vn(Fr) ? Fr : null, Ii = function t(e, n, r, o
2225
2225
  var T = [];
2226
2226
  return Ar && Ar.call(e, function(P, F) {
2227
2227
  T.push(d(F, e, !0) + " => " + d(P, e));
2228
- }), Ir("Map", Ve.call(e), T, p);
2228
+ }), $r("Map", Ve.call(e), T, p);
2229
2229
  }
2230
2230
  if (Gi(e)) {
2231
2231
  var B = [];
2232
2232
  return Or && Or.call(e, function(P) {
2233
2233
  B.push(d(P, e));
2234
- }), Ir("Set", Qe.call(e), B, p);
2234
+ }), $r("Set", Qe.call(e), B, p);
2235
2235
  }
2236
2236
  if (Wi(e))
2237
2237
  return mt("WeakMap");
@@ -2251,9 +2251,9 @@ var Ft = Oi, Fr = Ft.custom, Dr = vn(Fr) ? Fr : null, Ii = function t(e, n, r, o
2251
2251
  return "{ [object Window] }";
2252
2252
  if (typeof globalThis < "u" && e === globalThis || typeof pr < "u" && e === pr)
2253
2253
  return "{ [object globalThis] }";
2254
- if (!Bi(e) && !$r(e)) {
2254
+ if (!Bi(e) && !Ir(e)) {
2255
2255
  var L = Be(e, d), W = Cr ? Cr(e) === Object.prototype : e instanceof Object || e.constructor === Object, G = e instanceof Object ? "" : "null prototype", S = !W && U && Object(e) === e && U in e ? Wt.call(ae(e), 8, -1) : G ? "Object" : "", A = W || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", x = A + (S || G ? "[" + X.call(Tr.call([], S || [], G || []), ": ") + "] " : "");
2256
- return L.length === 0 ? x + "{}" : p ? x + "{" + $t(L, p) + "}" : x + "{ " + X.call(L, ", ") + " }";
2256
+ return L.length === 0 ? x + "{}" : p ? x + "{" + It(L, p) + "}" : x + "{ " + X.call(L, ", ") + " }";
2257
2257
  }
2258
2258
  return String(e);
2259
2259
  };
@@ -2270,7 +2270,7 @@ function Dt(t) {
2270
2270
  function Bi(t) {
2271
2271
  return ae(t) === "[object Date]" && (!U || !(typeof t == "object" && U in t));
2272
2272
  }
2273
- function $r(t) {
2273
+ function Ir(t) {
2274
2274
  return ae(t) === "[object RegExp]" && (!U || !(typeof t == "object" && U in t));
2275
2275
  }
2276
2276
  function Li(t) {
@@ -2426,8 +2426,8 @@ function Re(t) {
2426
2426
  function mt(t) {
2427
2427
  return t + " { ? }";
2428
2428
  }
2429
- function Ir(t, e, n, r) {
2430
- var o = r ? $t(n, r) : X.call(n, ", ");
2429
+ function $r(t, e, n, r) {
2430
+ var o = r ? It(n, r) : X.call(n, ", ");
2431
2431
  return t + " (" + e + ") {" + o + "}";
2432
2432
  }
2433
2433
  function Xi(t) {
@@ -2450,7 +2450,7 @@ function Yi(t, e) {
2450
2450
  prev: X.call(Array(e + 1), n)
2451
2451
  };
2452
2452
  }
2453
- function $t(t, e) {
2453
+ function It(t, e) {
2454
2454
  if (t.length === 0)
2455
2455
  return "";
2456
2456
  var n = `
@@ -2478,7 +2478,7 @@ function Be(t, e) {
2478
2478
  mn.call(t, a[l]) && r.push("[" + e(a[l]) + "]: " + e(t[a[l]], t));
2479
2479
  return r;
2480
2480
  }
2481
- var Sn = Ee, Ae = Si, Zi = Ii, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%", !0), ts = Ae("WeakMap.prototype.get", !0), rs = Ae("WeakMap.prototype.set", !0), ns = Ae("WeakMap.prototype.has", !0), os = Ae("Map.prototype.get", !0), as = Ae("Map.prototype.set", !0), is = Ae("Map.prototype.has", !0), Kt = function(t, e) {
2481
+ var Sn = Ee, Ae = Si, Zi = $i, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%", !0), ts = Ae("WeakMap.prototype.get", !0), rs = Ae("WeakMap.prototype.set", !0), ns = Ae("WeakMap.prototype.has", !0), os = Ae("Map.prototype.get", !0), as = Ae("Map.prototype.set", !0), is = Ae("Map.prototype.has", !0), Kt = function(t, e) {
2482
2482
  for (var n = t, r; (r = n.next) !== null; n = r)
2483
2483
  if (r.key === e)
2484
2484
  return n.next = r.next, r.next = /** @type {NonNullable<typeof list.next>} */
@@ -2675,7 +2675,7 @@ var Sn = Ee, Ae = Si, Zi = Ii, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%
2675
2675
  }
2676
2676
  }, Q = Array.isArray, Rs = Array.prototype.push, Pn = function(t, e) {
2677
2677
  Rs.apply(t, Q(e) ? e : [e]);
2678
- }, Ps = Date.prototype.toISOString, _r = xe.default, I = {
2678
+ }, Ps = Date.prototype.toISOString, _r = xe.default, $ = {
2679
2679
  addQueryPrefix: !1,
2680
2680
  allowDots: !1,
2681
2681
  allowEmptyArrays: !1,
@@ -2712,13 +2712,13 @@ var Sn = Ee, Ae = Si, Zi = Ii, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%
2712
2712
  return te instanceof Date ? g(te) : te;
2713
2713
  })), v === null) {
2714
2714
  if (i)
2715
- return l && !h ? l(n, I.encoder, O, "key", y) : n;
2715
+ return l && !h ? l(n, $.encoder, O, "key", y) : n;
2716
2716
  v = "";
2717
2717
  }
2718
2718
  if (Ts(v) || ze.isBuffer(v)) {
2719
2719
  if (l) {
2720
- var W = h ? n : l(n, I.encoder, O, "key", y);
2721
- return [m(W) + "=" + m(l(v, I.encoder, O, "value", y))];
2720
+ var W = h ? n : l(n, $.encoder, O, "key", y);
2721
+ return [m(W) + "=" + m(l(v, $.encoder, O, "value", y))];
2722
2722
  }
2723
2723
  return [m(n) + "=" + m(String(v))];
2724
2724
  }
@@ -2768,14 +2768,14 @@ var Sn = Ee, Ae = Si, Zi = Ii, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%
2768
2768
  return G;
2769
2769
  }, Cs = function(e) {
2770
2770
  if (!e)
2771
- return I;
2771
+ return $;
2772
2772
  if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
2773
2773
  throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");
2774
2774
  if (typeof e.encodeDotInKeys < "u" && typeof e.encodeDotInKeys != "boolean")
2775
2775
  throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");
2776
2776
  if (e.encoder !== null && typeof e.encoder < "u" && typeof e.encoder != "function")
2777
2777
  throw new TypeError("Encoder has to be a function.");
2778
- var n = e.charset || I.charset;
2778
+ var n = e.charset || $.charset;
2779
2779
  if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
2780
2780
  throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
2781
2781
  var r = xe.default;
@@ -2784,32 +2784,32 @@ var Sn = Ee, Ae = Si, Zi = Ii, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%
2784
2784
  throw new TypeError("Unknown format option provided.");
2785
2785
  r = e.format;
2786
2786
  }
2787
- var o = xe.formatters[r], a = I.filter;
2787
+ var o = xe.formatters[r], a = $.filter;
2788
2788
  (typeof e.filter == "function" || Q(e.filter)) && (a = e.filter);
2789
2789
  var i;
2790
- if (e.arrayFormat in Rn ? i = e.arrayFormat : "indices" in e ? i = e.indices ? "indices" : "repeat" : i = I.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
2790
+ if (e.arrayFormat in Rn ? i = e.arrayFormat : "indices" in e ? i = e.indices ? "indices" : "repeat" : i = $.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
2791
2791
  throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
2792
- var s = typeof e.allowDots > "u" ? e.encodeDotInKeys === !0 ? !0 : I.allowDots : !!e.allowDots;
2792
+ var s = typeof e.allowDots > "u" ? e.encodeDotInKeys === !0 ? !0 : $.allowDots : !!e.allowDots;
2793
2793
  return {
2794
- addQueryPrefix: typeof e.addQueryPrefix == "boolean" ? e.addQueryPrefix : I.addQueryPrefix,
2794
+ addQueryPrefix: typeof e.addQueryPrefix == "boolean" ? e.addQueryPrefix : $.addQueryPrefix,
2795
2795
  allowDots: s,
2796
- allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays : I.allowEmptyArrays,
2796
+ allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays : $.allowEmptyArrays,
2797
2797
  arrayFormat: i,
2798
2798
  charset: n,
2799
- charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : I.charsetSentinel,
2799
+ charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : $.charsetSentinel,
2800
2800
  commaRoundTrip: e.commaRoundTrip,
2801
- delimiter: typeof e.delimiter > "u" ? I.delimiter : e.delimiter,
2802
- encode: typeof e.encode == "boolean" ? e.encode : I.encode,
2803
- encodeDotInKeys: typeof e.encodeDotInKeys == "boolean" ? e.encodeDotInKeys : I.encodeDotInKeys,
2804
- encoder: typeof e.encoder == "function" ? e.encoder : I.encoder,
2805
- encodeValuesOnly: typeof e.encodeValuesOnly == "boolean" ? e.encodeValuesOnly : I.encodeValuesOnly,
2801
+ delimiter: typeof e.delimiter > "u" ? $.delimiter : e.delimiter,
2802
+ encode: typeof e.encode == "boolean" ? e.encode : $.encode,
2803
+ encodeDotInKeys: typeof e.encodeDotInKeys == "boolean" ? e.encodeDotInKeys : $.encodeDotInKeys,
2804
+ encoder: typeof e.encoder == "function" ? e.encoder : $.encoder,
2805
+ encodeValuesOnly: typeof e.encodeValuesOnly == "boolean" ? e.encodeValuesOnly : $.encodeValuesOnly,
2806
2806
  filter: a,
2807
2807
  format: r,
2808
2808
  formatter: o,
2809
- serializeDate: typeof e.serializeDate == "function" ? e.serializeDate : I.serializeDate,
2810
- skipNulls: typeof e.skipNulls == "boolean" ? e.skipNulls : I.skipNulls,
2809
+ serializeDate: typeof e.serializeDate == "function" ? e.serializeDate : $.serializeDate,
2810
+ skipNulls: typeof e.skipNulls == "boolean" ? e.skipNulls : $.skipNulls,
2811
2811
  sort: typeof e.sort == "function" ? e.sort : null,
2812
- strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : I.strictNullHandling
2812
+ strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : $.strictNullHandling
2813
2813
  };
2814
2814
  }, Ns = function(t, e) {
2815
2815
  var n = t, r = Cs(e), o, a;
@@ -2844,7 +2844,7 @@ var Sn = Ee, Ae = Si, Zi = Ii, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%
2844
2844
  }
2845
2845
  var d = i.join(r.delimiter), g = r.addQueryPrefix === !0 ? "?" : "";
2846
2846
  return r.charsetSentinel && (r.charset === "iso-8859-1" ? g += "utf8=%26%2310003%3B&" : g += "utf8=%E2%9C%93&"), d.length > 0 ? g + d : "";
2847
- }, be = An, It = Object.prototype.hasOwnProperty, Fs = Array.isArray, N = {
2847
+ }, be = An, $t = Object.prototype.hasOwnProperty, Fs = Array.isArray, N = {
2848
2848
  allowDots: !1,
2849
2849
  allowEmptyArrays: !1,
2850
2850
  allowPrototypes: !1,
@@ -2871,13 +2871,13 @@ var Sn = Ee, Ae = Si, Zi = Ii, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%
2871
2871
  });
2872
2872
  }, Tn = function(t, e) {
2873
2873
  return t && typeof t == "string" && e.comma && t.indexOf(",") > -1 ? t.split(",") : t;
2874
- }, $s = "utf8=%26%2310003%3B", Is = "utf8=%E2%9C%93", _s = function(e, n) {
2874
+ }, Is = "utf8=%26%2310003%3B", $s = "utf8=%E2%9C%93", _s = function(e, n) {
2875
2875
  var r = { __proto__: null }, o = n.ignoreQueryPrefix ? e.replace(/^\?/, "") : e;
2876
2876
  o = o.replace(/%5B/gi, "[").replace(/%5D/gi, "]");
2877
2877
  var a = n.parameterLimit === 1 / 0 ? void 0 : n.parameterLimit, i = o.split(n.delimiter, a), s = -1, u, l = n.charset;
2878
2878
  if (n.charsetSentinel)
2879
2879
  for (u = 0; u < i.length; ++u)
2880
- i[u].indexOf("utf8=") === 0 && (i[u] === Is ? l = "utf-8" : i[u] === $s && (l = "iso-8859-1"), s = u, u = i.length);
2880
+ i[u].indexOf("utf8=") === 0 && (i[u] === $s ? l = "utf-8" : i[u] === Is && (l = "iso-8859-1"), s = u, u = i.length);
2881
2881
  for (u = 0; u < i.length; ++u)
2882
2882
  if (u !== s) {
2883
2883
  var c = i[u], p = c.indexOf("]="), d = p === -1 ? c.indexOf("=") : p + 1, g, y;
@@ -2887,7 +2887,7 @@ var Sn = Ee, Ae = Si, Zi = Ii, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%
2887
2887
  return n.decoder(h, N.decoder, l, "value");
2888
2888
  }
2889
2889
  )), y && n.interpretNumericEntities && l === "iso-8859-1" && (y = Ds(y)), c.indexOf("[]=") > -1 && (y = Fs(y) ? [y] : y);
2890
- var m = It.call(r, g);
2890
+ var m = $t.call(r, g);
2891
2891
  m && n.duplicates === "combine" ? r[g] = be.combine(r[g], y) : (!m || n.duplicates === "last") && (r[g] = y);
2892
2892
  }
2893
2893
  return r;
@@ -2908,12 +2908,12 @@ var Sn = Ee, Ae = Si, Zi = Ii, es = De, Le = Sn("%WeakMap%", !0), Ue = Sn("%Map%
2908
2908
  if (e) {
2909
2909
  var a = r.allowDots ? e.replace(/\.([^.[]+)/g, "[$1]") : e, i = /(\[[^[\]]*])/, s = /(\[[^[\]]*])/g, u = r.depth > 0 && i.exec(a), l = u ? a.slice(0, u.index) : a, c = [];
2910
2910
  if (l) {
2911
- if (!r.plainObjects && It.call(Object.prototype, l) && !r.allowPrototypes)
2911
+ if (!r.plainObjects && $t.call(Object.prototype, l) && !r.allowPrototypes)
2912
2912
  return;
2913
2913
  c.push(l);
2914
2914
  }
2915
2915
  for (var p = 0; r.depth > 0 && (u = s.exec(a)) !== null && p < r.depth; ) {
2916
- if (p += 1, !r.plainObjects && It.call(Object.prototype, u[1].slice(1, -1)) && !r.allowPrototypes)
2916
+ if (p += 1, !r.plainObjects && $t.call(Object.prototype, u[1].slice(1, -1)) && !r.allowPrototypes)
2917
2917
  return;
2918
2918
  c.push(u[1]);
2919
2919
  }
@@ -3050,12 +3050,14 @@ function _t(t, e) {
3050
3050
  var Ks = _t(Ws, { path: "/" });
3051
3051
  const Gs = {
3052
3052
  参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter validation error" },
3053
- 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API address not found" },
3053
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API endpoint not found" },
3054
3054
  服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal server error" },
3055
3055
  解析错误: { "zh-CN": "解析错误", en: "Parsing error" },
3056
- 网络异常: { "zh-CN": "网络异常", en: "Network anomaly" },
3057
- 请检查您的网络情况: { "zh-CN": "请检查您的网络情况", en: "Please check your network" },
3058
- 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration anomaly" }
3056
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration error" },
3057
+ "网络异常,请检查您的网络情况": {
3058
+ "zh-CN": "网络异常,请检查您的网络情况",
3059
+ en: "Network error, please check your network status"
3060
+ }
3059
3061
  };
3060
3062
  _n(Gs);
3061
3063
  Xe.extend(qn);
@@ -3096,7 +3098,7 @@ const xn = He(), Cn = xn.sso ?? !0, Nn = xn.noRedireLogin ?? !1, Fn = () => {
3096
3098
  }
3097
3099
  return { ...o, code: n, msg: r, error: t };
3098
3100
  }, Y = (t, e) => {
3099
- const n = $.create();
3101
+ const n = I.create();
3100
3102
  return Bn(n, async (r) => {
3101
3103
  const o = He();
3102
3104
  if (r.headers || (r.headers = {}), !(r != null && r.public)) {
@@ -3157,30 +3159,30 @@ const Ys = Jt.get("token"), Zs = Jt.post("put-object", (t) => (t.headers || (t.h
3157
3159
  let M = k.data, j = null, { autoContentType: ee, bucketName: te, importFileName: Vt } = x;
3158
3160
  const Dn = b ? el : Zs;
3159
3161
  if (b) {
3160
- let Ie = [];
3162
+ let $e = [];
3161
3163
  await A.forEach(async (_e) => {
3162
3164
  let ot = await O(_e);
3163
- Ie.push(ot);
3165
+ $e.push(ot);
3164
3166
  }), j = new FormData(), j.append("accessKeyId", M.accessKeyId), j.append("secretAccessKey", M.secretAccessKey), j.append("sessionToken", M.sessionToken), j.append("bucketName", te), A.forEach((_e, ot) => {
3165
- j.append("file", Ie[ot]);
3167
+ j.append("file", $e[ot]);
3166
3168
  }), Vt.forEach((_e) => {
3167
3169
  j.append("filePaths", _e);
3168
3170
  });
3169
3171
  } else {
3170
- const Ie = await O(A);
3172
+ const $e = await O(A);
3171
3173
  j = {
3172
3174
  accessKeyId: M.accessKeyId,
3173
3175
  secretAccessKey: M.secretAccessKey,
3174
3176
  sessionToken: M.sessionToken,
3175
- file: Ie,
3177
+ file: $e,
3176
3178
  bucketName: te,
3177
3179
  filePath: Vt,
3178
3180
  autoContentType: ee
3179
3181
  };
3180
3182
  }
3181
- const [$n, In] = await Dn(j).run();
3182
- if ($n) return t.value = !1;
3183
- const ie = await nl(In.data);
3183
+ const [In, $n] = await Dn(j).run();
3184
+ if (In) return t.value = !1;
3185
+ const ie = await nl($n.data);
3184
3186
  if ((ie == null ? void 0 : ie.statusCode) != 200) {
3185
3187
  t.value = !1, (Qt = window.DasMessage) == null || Qt.error({
3186
3188
  message: (ie == null ? void 0 : ie.errorMsg) || C("上传失败"),
@@ -3259,15 +3261,15 @@ const Ys = Jt.get("token"), Zs = Jt.post("put-object", (t) => (t.headers || (t.h
3259
3261
  }, W = (S, A, x) => {
3260
3262
  var P, F, b;
3261
3263
  S == 1 ? (r.value = "success", (P = window.DasMessage) == null || P.success({
3262
- message: `${A}${C("成功")}`,
3264
+ message: C("das-utils_export-success-tip", A),
3263
3265
  grouping: !0,
3264
3266
  repeatNum: 1
3265
3267
  }), s.value = "", u.value = "", l.value = "") : S == 2 ? (r.value = "error", (F = window.DasMessage) == null || F.error({
3266
- message: x || `${A}${C("失败")}`,
3268
+ message: x || C("das-utils_export-failure-tip", A),
3267
3269
  grouping: !0,
3268
3270
  repeatNum: 1
3269
3271
  }), l.value = x || C("部分数据校验不通过,请下载附件并修改,重新导入!")) : S == 3 && (r.value = "error", (b = window.DasMessage) == null || b.error({
3270
- message: `${C("部分")}${A}${C("失败")}`,
3272
+ message: C("das-utils_export-partially-failure-tip", A),
3271
3273
  grouping: !0,
3272
3274
  repeatNum: 1
3273
3275
  }));
@@ -3048,12 +3048,14 @@ function At(t, e) {
3048
3048
  var Fs = At(xs, { path: "/" });
3049
3049
  const Cs = {
3050
3050
  参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter validation error" },
3051
- 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API address not found" },
3051
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API endpoint not found" },
3052
3052
  服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal server error" },
3053
3053
  解析错误: { "zh-CN": "解析错误", en: "Parsing error" },
3054
- 网络异常: { "zh-CN": "网络异常", en: "Network anomaly" },
3055
- 请检查您的网络情况: { "zh-CN": "请检查您的网络情况", en: "Please check your network" },
3056
- 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration anomaly" }
3054
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration error" },
3055
+ "网络异常,请检查您的网络情况": {
3056
+ "zh-CN": "网络异常,请检查您的网络情况",
3057
+ en: "Network error, please check your network status"
3058
+ }
3057
3059
  };
3058
3060
  bn(Cs);
3059
3061
  Ot.extend(Pn);
@@ -3050,12 +3050,14 @@ function Mt(t, e) {
3050
3050
  var Ys = Mt(Xs, { path: "/" });
3051
3051
  const Zs = {
3052
3052
  参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter validation error" },
3053
- 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API address not found" },
3053
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API endpoint not found" },
3054
3054
  服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal server error" },
3055
3055
  解析错误: { "zh-CN": "解析错误", en: "Parsing error" },
3056
- 网络异常: { "zh-CN": "网络异常", en: "Network anomaly" },
3057
- 请检查您的网络情况: { "zh-CN": "请检查您的网络情况", en: "Please check your network" },
3058
- 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration anomaly" }
3056
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration error" },
3057
+ "网络异常,请检查您的网络情况": {
3058
+ "zh-CN": "网络异常,请检查您的网络情况",
3059
+ en: "Network error, please check your network status"
3060
+ }
3059
3061
  };
3060
3062
  jn(Zs);
3061
3063
  Ze.extend(Jn);
@@ -3277,15 +3279,15 @@ const cl = Yt.get("token"), ul = Yt.post("put-object", (t) => (t.headers || (t.h
3277
3279
  }, K = (E, O, $) => {
3278
3280
  var T, F, w;
3279
3281
  E == 1 ? (r.value = "success", (T = window.DasMessage) == null || T.success({
3280
- message: `${O}${C("成功")}`,
3282
+ message: C("das-utils_export-success-tip", O),
3281
3283
  grouping: !0,
3282
3284
  repeatNum: 1
3283
3285
  }), s.value = "", u.value = "", l.value = "") : E == 2 ? (r.value = "error", (F = window.DasMessage) == null || F.error({
3284
- message: $ || `${O}${C("失败")}`,
3286
+ message: $ || C("das-utils_export-failure-tip", O),
3285
3287
  grouping: !0,
3286
3288
  repeatNum: 1
3287
3289
  }), l.value = $ || C("部分数据校验不通过,请下载附件并修改,重新导入!")) : E == 3 && (r.value = "error", (w = window.DasMessage) == null || w.error({
3288
- message: `${C("部分")}${O}${C("失败")}`,
3290
+ message: C("das-utils_export-partially-failure-tip", O),
3289
3291
  grouping: !0,
3290
3292
  repeatNum: 1
3291
3293
  }));
Binary file
@@ -3048,12 +3048,14 @@ function Rt(t, e) {
3048
3048
  var Ns = Rt(Cs, { path: "/" });
3049
3049
  const Ds = {
3050
3050
  参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter validation error" },
3051
- 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API address not found" },
3051
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API endpoint not found" },
3052
3052
  服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal server error" },
3053
3053
  解析错误: { "zh-CN": "解析错误", en: "Parsing error" },
3054
- 网络异常: { "zh-CN": "网络异常", en: "Network anomaly" },
3055
- 请检查您的网络情况: { "zh-CN": "请检查您的网络情况", en: "Please check your network" },
3056
- 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration anomaly" }
3054
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration error" },
3055
+ "网络异常,请检查您的网络情况": {
3056
+ "zh-CN": "网络异常,请检查您的网络情况",
3057
+ en: "Network error, please check your network status"
3058
+ }
3057
3059
  };
3058
3060
  Sn(Ds);
3059
3061
  Pt.extend(xn);
@@ -3048,12 +3048,14 @@ function At(t, e) {
3048
3048
  var Ns = At(Cs, { path: "/" });
3049
3049
  const Ds = {
3050
3050
  参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter validation error" },
3051
- 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API address not found" },
3051
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API endpoint not found" },
3052
3052
  服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal server error" },
3053
3053
  解析错误: { "zh-CN": "解析错误", en: "Parsing error" },
3054
- 网络异常: { "zh-CN": "网络异常", en: "Network anomaly" },
3055
- 请检查您的网络情况: { "zh-CN": "请检查您的网络情况", en: "Please check your network" },
3056
- 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration anomaly" }
3054
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration error" },
3055
+ "网络异常,请检查您的网络情况": {
3056
+ "zh-CN": "网络异常,请检查您的网络情况",
3057
+ en: "Network error, please check your network status"
3058
+ }
3057
3059
  };
3058
3060
  Sn(Ds);
3059
3061
  Ot.extend(xn);
@@ -3048,12 +3048,14 @@ function At(t, e) {
3048
3048
  var Fs = At(xs, { path: "/" });
3049
3049
  const Cs = {
3050
3050
  参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter validation error" },
3051
- 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API address not found" },
3051
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API endpoint not found" },
3052
3052
  服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal server error" },
3053
3053
  解析错误: { "zh-CN": "解析错误", en: "Parsing error" },
3054
- 网络异常: { "zh-CN": "网络异常", en: "Network anomaly" },
3055
- 请检查您的网络情况: { "zh-CN": "请检查您的网络情况", en: "Please check your network" },
3056
- 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration anomaly" }
3054
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration error" },
3055
+ "网络异常,请检查您的网络情况": {
3056
+ "zh-CN": "网络异常,请检查您的网络情况",
3057
+ en: "Network error, please check your network status"
3058
+ }
3057
3059
  };
3058
3060
  bn(Cs);
3059
3061
  Ot.extend(Pn);
@@ -3048,12 +3048,14 @@ function At(t, e) {
3048
3048
  var Fs = At(xs, { path: "/" });
3049
3049
  const Cs = {
3050
3050
  参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter validation error" },
3051
- 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API address not found" },
3051
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API endpoint not found" },
3052
3052
  服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal server error" },
3053
3053
  解析错误: { "zh-CN": "解析错误", en: "Parsing error" },
3054
- 网络异常: { "zh-CN": "网络异常", en: "Network anomaly" },
3055
- 请检查您的网络情况: { "zh-CN": "请检查您的网络情况", en: "Please check your network" },
3056
- 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration anomaly" }
3054
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration error" },
3055
+ "网络异常,请检查您的网络情况": {
3056
+ "zh-CN": "网络异常,请检查您的网络情况",
3057
+ en: "Network error, please check your network status"
3058
+ }
3057
3059
  };
3058
3060
  bn(Cs);
3059
3061
  Ot.extend(Pn);
@@ -3048,12 +3048,14 @@ function At(t, e) {
3048
3048
  var Fs = At(xs, { path: "/" });
3049
3049
  const Cs = {
3050
3050
  参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter validation error" },
3051
- 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API address not found" },
3051
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "API endpoint not found" },
3052
3052
  服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal server error" },
3053
3053
  解析错误: { "zh-CN": "解析错误", en: "Parsing error" },
3054
- 网络异常: { "zh-CN": "网络异常", en: "Network anomaly" },
3055
- 请检查您的网络情况: { "zh-CN": "请检查您的网络情况", en: "Please check your network" },
3056
- 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration anomaly" }
3054
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request configuration error" },
3055
+ "网络异常,请检查您的网络情况": {
3056
+ "zh-CN": "网络异常,请检查您的网络情况",
3057
+ en: "Network error, please check your network status"
3058
+ }
3057
3059
  };
3058
3060
  bn(Cs);
3059
3061
  Ot.extend(Pn);