@das-fed/utils 7.0.7-hot.3 → 7.0.7-hot.30

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 (81) hide show
  1. package/api-services/i18n/index.js.gz +0 -0
  2. package/api-services/index.js +830 -843
  3. package/api-services/index.js.gz +0 -0
  4. package/api-services/modules/app-manage/index.js +7 -2
  5. package/api-services/modules/app-manage/index.js.gz +0 -0
  6. package/api-services/modules/authentication/index.js +7 -2
  7. package/api-services/modules/authentication/index.js.gz +0 -0
  8. package/api-services/modules/bems/index.js +7 -2
  9. package/api-services/modules/bems/index.js.gz +0 -0
  10. package/api-services/modules/contract/index.js +731 -744
  11. package/api-services/modules/contract/index.js.gz +0 -0
  12. package/api-services/modules/duty-manage/index.js +729 -742
  13. package/api-services/modules/duty-manage/index.js.gz +0 -0
  14. package/api-services/modules/enterpriseright/index.js +7 -2
  15. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  16. package/api-services/modules/file/index.js +754 -767
  17. package/api-services/modules/file/index.js.gz +0 -0
  18. package/api-services/modules/gateway-edge/index.js +708 -717
  19. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  20. package/api-services/modules/index.js +863 -876
  21. package/api-services/modules/index.js.gz +0 -0
  22. package/api-services/modules/iot/index.js +506 -501
  23. package/api-services/modules/iot/index.js.gz +0 -0
  24. package/api-services/modules/justauth/index.js +7 -2
  25. package/api-services/modules/justauth/index.js.gz +0 -0
  26. package/api-services/modules/knowledge/index.js +7 -2
  27. package/api-services/modules/knowledge/index.js.gz +0 -0
  28. package/api-services/modules/link/index.js +731 -744
  29. package/api-services/modules/link/index.js.gz +0 -0
  30. package/api-services/modules/permission/index.js +731 -744
  31. package/api-services/modules/permission/index.js.gz +0 -0
  32. package/api-services/modules/platformManage/index.js +738 -747
  33. package/api-services/modules/platformManage/index.js.gz +0 -0
  34. package/api-services/modules/portal/index.js +731 -744
  35. package/api-services/modules/portal/index.js.gz +0 -0
  36. package/api-services/modules/space-manage/index.js +7 -2
  37. package/api-services/modules/space-manage/index.js.gz +0 -0
  38. package/api-services/modules/super-admin/index.js +751 -728
  39. package/api-services/modules/super-admin/index.js.gz +0 -0
  40. package/api-services/modules/supplier/index.js +7 -2
  41. package/api-services/modules/supplier/index.js.gz +0 -0
  42. package/api-services/modules/supplychain-manage/index.js +7 -2
  43. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  44. package/api-services/modules/systemConfiguration/index.js +7 -2
  45. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  46. package/api-services/modules/tool/index.js +7 -2
  47. package/api-services/modules/tool/index.js.gz +0 -0
  48. package/api-services/src/create-service/index.js +7 -2
  49. package/api-services/src/create-service/index.js.gz +0 -0
  50. package/common-info/getInfoFromUrl/index.js +36 -36
  51. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  52. package/common-info/index.js.gz +0 -0
  53. package/common-info/set-personal-info/index.js +49 -44
  54. package/common-info/set-personal-info/index.js.gz +0 -0
  55. package/common-tools/extract-file-name/index.js +7 -2
  56. package/common-tools/extract-file-name/index.js.gz +0 -0
  57. package/common-tools/get-url-params/index.d.ts +7 -0
  58. package/common-tools/get-url-params/index.js +45 -38
  59. package/common-tools/get-url-params/index.js.gz +0 -0
  60. package/common-tools/obj-tools/index.js +1 -1
  61. package/create-api-service/index.js +7 -2
  62. package/create-api-service/index.js.gz +0 -0
  63. package/create-api-service/sso/authorizer.d.ts +1 -0
  64. package/create-api-service/sso/index.d.ts +2 -1
  65. package/create-api-service/sso/index.js +970 -895
  66. package/create-api-service/sso/index.js.gz +0 -0
  67. package/create-api-service/sso/utils.d.ts +2 -0
  68. package/curring-http/index.js +52 -47
  69. package/curring-http/index.js.gz +0 -0
  70. package/directive/auth/index.js.gz +0 -0
  71. package/esm-map.json +2 -1
  72. package/hooks/use-get-auth/index.js.gz +0 -0
  73. package/nextTiken/index.js.gz +0 -0
  74. package/package.json +4 -4
  75. package/pinyin-first-character/index.js +1 -1
  76. package/pinyin-first-character/index.js.gz +0 -0
  77. package/style/index.js.gz +0 -0
  78. package/token-tools/index.js.gz +0 -0
  79. package/use-low-code/index.js.gz +0 -0
  80. package/webSocket-service/index.js +50 -40
  81. package/webSocket-service/index.js.gz +0 -0
Binary file
@@ -1375,11 +1375,16 @@ Ke.transitional = function(e, n, r) {
1375
1375
  o(i, " has been removed" + (n ? " in " + n : "")),
1376
1376
  w.ERR_DEPRECATED
1377
1377
  );
1378
- return n && !ir[i] && (ir[i] = !0), e ? e(a, i, s) : !0;
1378
+ return n && !ir[i] && (ir[i] = !0, console.warn(
1379
+ o(
1380
+ i,
1381
+ " has been deprecated since v" + n + " and will be removed in the near future"
1382
+ )
1383
+ )), e ? e(a, i, s) : !0;
1379
1384
  };
1380
1385
  };
1381
1386
  Ke.spelling = function(e) {
1382
- return (n, r) => !0;
1387
+ return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
1383
1388
  };
1384
1389
  function Ea(t, e, n) {
1385
1390
  if (typeof t != "object")
@@ -1375,11 +1375,16 @@ Ke.transitional = function(e, n, r) {
1375
1375
  o(i, " has been removed" + (n ? " in " + n : "")),
1376
1376
  w.ERR_DEPRECATED
1377
1377
  );
1378
- return n && !cr[i] && (cr[i] = !0), e ? e(a, i, s) : !0;
1378
+ return n && !cr[i] && (cr[i] = !0, console.warn(
1379
+ o(
1380
+ i,
1381
+ " has been deprecated since v" + n + " and will be removed in the near future"
1382
+ )
1383
+ )), e ? e(a, i, s) : !0;
1379
1384
  };
1380
1385
  };
1381
1386
  Ke.spelling = function(e) {
1382
- return (n, r) => !0;
1387
+ return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
1383
1388
  };
1384
1389
  function Ta(t, e, n) {
1385
1390
  if (typeof t != "object")
@@ -1375,11 +1375,16 @@ Ke.transitional = function(e, n, r) {
1375
1375
  o(i, " has been removed" + (n ? " in " + n : "")),
1376
1376
  w.ERR_DEPRECATED
1377
1377
  );
1378
- return n && !lr[i] && (lr[i] = !0), e ? e(a, i, s) : !0;
1378
+ return n && !lr[i] && (lr[i] = !0, console.warn(
1379
+ o(
1380
+ i,
1381
+ " has been deprecated since v" + n + " and will be removed in the near future"
1382
+ )
1383
+ )), e ? e(a, i, s) : !0;
1379
1384
  };
1380
1385
  };
1381
1386
  Ke.spelling = function(e) {
1382
- return (n, r) => !0;
1387
+ return (n, r) => (console.warn(`${r} is likely a misspelling of ${e}`), !0);
1383
1388
  };
1384
1389
  function Oa(t, e, n) {
1385
1390
  if (typeof t != "object")