@das-fed/upf-utils 6.4.0-dev.151 → 6.4.0-dev.153

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 (53) hide show
  1. package/api-services/index.js +143 -140
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +656 -649
  4. package/api-services/modules/app-manage/index.js.gz +0 -0
  5. package/api-services/modules/authentication/index.js +748 -727
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/bems/index.js +751 -730
  8. package/api-services/modules/bems/index.js.gz +0 -0
  9. package/api-services/modules/contract/index.js +748 -727
  10. package/api-services/modules/contract/index.js.gz +0 -0
  11. package/api-services/modules/duty-manage/index.js +745 -724
  12. package/api-services/modules/duty-manage/index.js.gz +0 -0
  13. package/api-services/modules/enterpriseright/index.js +652 -653
  14. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  15. package/api-services/modules/file/index.js +801 -780
  16. package/api-services/modules/file/index.js.gz +0 -0
  17. package/api-services/modules/gateway-edge/index.js +730 -745
  18. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  19. package/api-services/modules/index.js +247 -244
  20. package/api-services/modules/index.js.gz +0 -0
  21. package/api-services/modules/iot/index.js +727 -706
  22. package/api-services/modules/iot/index.js.gz +0 -0
  23. package/api-services/modules/justauth/index.js +4 -1
  24. package/api-services/modules/justauth/index.js.gz +0 -0
  25. package/api-services/modules/knowledge/index.js +748 -727
  26. package/api-services/modules/knowledge/index.js.gz +0 -0
  27. package/api-services/modules/link/index.js +748 -727
  28. package/api-services/modules/link/index.js.gz +0 -0
  29. package/api-services/modules/permission/index.js +748 -727
  30. package/api-services/modules/permission/index.js.gz +0 -0
  31. package/api-services/modules/platformManage/index.js +749 -728
  32. package/api-services/modules/platformManage/index.js.gz +0 -0
  33. package/api-services/modules/portal/index.js +4 -1
  34. package/api-services/modules/portal/index.js.gz +0 -0
  35. package/api-services/modules/space-manage/index.js +748 -727
  36. package/api-services/modules/space-manage/index.js.gz +0 -0
  37. package/api-services/modules/super-admin/index.js +57 -54
  38. package/api-services/modules/super-admin/index.js.gz +0 -0
  39. package/api-services/modules/supplier/index.js +4 -1
  40. package/api-services/modules/supplier/index.js.gz +0 -0
  41. package/api-services/modules/supplychain-manage/index.js +748 -727
  42. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  43. package/api-services/modules/systemConfiguration/index.js +4 -1
  44. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  45. package/api-services/modules/tool/index.js +4 -1
  46. package/api-services/modules/tool/index.js.gz +0 -0
  47. package/api-services/src/create-service/index.js +720 -699
  48. package/api-services/src/create-service/index.js.gz +0 -0
  49. package/create-api-service/index.d.ts +5 -1
  50. package/create-api-service/index.js +4 -1
  51. package/create-api-service/index.js.gz +0 -0
  52. package/curring-http/type.d.ts +3 -0
  53. package/package.json +4 -4
@@ -3180,7 +3180,10 @@ In(Cl);
3180
3180
  It.extend(Hn);
3181
3181
  It.extend(zn);
3182
3182
  const Wt = Fr(), Nn = Wt.sso ?? !0, _l = Wt.i18n ?? !0, $n = Wt.noRedireLogin ?? !1, Fn = () => {
3183
- $n || location.pathname === "/login" || (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1);
3183
+ var e, n;
3184
+ if ($n) return;
3185
+ const t = "/login";
3186
+ location.pathname !== t && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1, (n = (e = window.top) == null ? void 0 : e.vueRouter) == null || n.replace(t));
3184
3187
  }, Nl = async (t) => {
3185
3188
  var n;
3186
3189
  return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;
@@ -3198,7 +3198,10 @@ kn(Tl);
3198
3198
  Ut.extend(Vn);
3199
3199
  Ut.extend(Kn);
3200
3200
  const Vt = Ur(), Bn = Vt.sso ?? !0, xl = Vt.i18n ?? !0, Ln = Vt.noRedireLogin ?? !1, Un = () => {
3201
- Ln || location.pathname === "/login" || (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1);
3201
+ var e, n;
3202
+ if (Ln) return;
3203
+ const t = "/login";
3204
+ location.pathname !== t && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1, (n = (e = window.top) == null ? void 0 : e.vueRouter) == null || n.replace(t));
3202
3205
  }, Cl = async (t) => {
3203
3206
  var n;
3204
3207
  return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;