@das-fed/upf-utils 6.4.0-dev.152 → 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 +2 -1
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +655 -650
  4. package/api-services/modules/app-manage/index.js.gz +0 -0
  5. package/api-services/modules/authentication/index.js +747 -728
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/bems/index.js +750 -731
  8. package/api-services/modules/bems/index.js.gz +0 -0
  9. package/api-services/modules/contract/index.js +2 -1
  10. package/api-services/modules/contract/index.js.gz +0 -0
  11. package/api-services/modules/duty-manage/index.js +2 -1
  12. package/api-services/modules/duty-manage/index.js.gz +0 -0
  13. package/api-services/modules/enterpriseright/index.js +2 -1
  14. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  15. package/api-services/modules/file/index.js +2 -1
  16. package/api-services/modules/file/index.js.gz +0 -0
  17. package/api-services/modules/gateway-edge/index.js +2 -1
  18. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  19. package/api-services/modules/index.js +904 -921
  20. package/api-services/modules/index.js.gz +0 -0
  21. package/api-services/modules/iot/index.js +726 -707
  22. package/api-services/modules/iot/index.js.gz +0 -0
  23. package/api-services/modules/justauth/index.js +748 -729
  24. package/api-services/modules/justauth/index.js.gz +0 -0
  25. package/api-services/modules/knowledge/index.js +747 -728
  26. package/api-services/modules/knowledge/index.js.gz +0 -0
  27. package/api-services/modules/link/index.js +747 -728
  28. package/api-services/modules/link/index.js.gz +0 -0
  29. package/api-services/modules/permission/index.js +747 -728
  30. package/api-services/modules/permission/index.js.gz +0 -0
  31. package/api-services/modules/platformManage/index.js +73 -72
  32. package/api-services/modules/platformManage/index.js.gz +0 -0
  33. package/api-services/modules/portal/index.js +2 -1
  34. package/api-services/modules/portal/index.js.gz +0 -0
  35. package/api-services/modules/space-manage/index.js +2 -1
  36. package/api-services/modules/space-manage/index.js.gz +0 -0
  37. package/api-services/modules/super-admin/index.js +2 -1
  38. package/api-services/modules/super-admin/index.js.gz +0 -0
  39. package/api-services/modules/supplier/index.js +2 -1
  40. package/api-services/modules/supplier/index.js.gz +0 -0
  41. package/api-services/modules/supplychain-manage/index.js +747 -728
  42. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  43. package/api-services/modules/systemConfiguration/index.js +2 -1
  44. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  45. package/api-services/modules/tool/index.js +2 -1
  46. package/api-services/modules/tool/index.js.gz +0 -0
  47. package/api-services/src/create-service/index.js +746 -727
  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 +701 -718
  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,9 +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
+ var e, n;
3183
3184
  if ($n) return;
3184
3185
  const t = "/login";
3185
- location.pathname !== t && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1, location.replace(`/#${t}`));
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));
3186
3187
  }, Nl = async (t) => {
3187
3188
  var n;
3188
3189
  return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;
@@ -3198,9 +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
+ var e, n;
3201
3202
  if (Ln) return;
3202
3203
  const t = "/login";
3203
- location.pathname !== t && (window.sessionStorage.clear(), window.localStorage.clear(), window.__isAutoCloseApp = !1, location.replace(`/#${t}`));
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));
3204
3205
  }, Cl = async (t) => {
3205
3206
  var n;
3206
3207
  return ((n = t.config) == null ? void 0 : n.responseType) === "blob" ? t : t.data ?? t;