@das-fed/utils 6.4.0-beta.2 → 6.4.0-beta.20

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 (104) hide show
  1. package/api-services/i18n/index.d.ts +68 -0
  2. package/api-services/i18n/index.js +26 -0
  3. package/api-services/i18n/index.js.gz +0 -0
  4. package/api-services/index.d.ts +2 -2
  5. package/api-services/index.js +3442 -3
  6. package/api-services/index.js.gz +0 -0
  7. package/api-services/modules/app-manage/index.js +3128 -3
  8. package/api-services/modules/app-manage/index.js.gz +0 -0
  9. package/api-services/modules/authentication/index.js +3128 -3
  10. package/api-services/modules/authentication/index.js.gz +0 -0
  11. package/api-services/modules/bems/index.js +3131 -6
  12. package/api-services/modules/bems/index.js.gz +0 -0
  13. package/api-services/modules/contract/index.js +3128 -3
  14. package/api-services/modules/contract/index.js.gz +0 -0
  15. package/api-services/modules/duty-manage/index.js +3132 -7
  16. package/api-services/modules/duty-manage/index.js.gz +0 -0
  17. package/api-services/modules/enterpriseright/index.js +3128 -3
  18. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  19. package/api-services/modules/file/index.d.ts +1 -0
  20. package/api-services/modules/file/index.js +3284 -429
  21. package/api-services/modules/file/index.js.gz +0 -0
  22. package/api-services/modules/gateway-edge/index.js +3128 -3
  23. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  24. package/api-services/modules/index.d.ts +21 -21
  25. package/api-services/modules/index.js +3417 -57
  26. package/api-services/modules/index.js.gz +0 -0
  27. package/api-services/modules/iot/index.js +3141 -16
  28. package/api-services/modules/iot/index.js.gz +0 -0
  29. package/api-services/modules/justauth/index.js +3129 -4
  30. package/api-services/modules/justauth/index.js.gz +0 -0
  31. package/api-services/modules/knowledge/index.js +3128 -3
  32. package/api-services/modules/knowledge/index.js.gz +0 -0
  33. package/api-services/modules/link/index.js +3128 -3
  34. package/api-services/modules/link/index.js.gz +0 -0
  35. package/api-services/modules/permission/index.js +3128 -3
  36. package/api-services/modules/permission/index.js.gz +0 -0
  37. package/api-services/modules/platformManage/index.js +3135 -10
  38. package/api-services/modules/platformManage/index.js.gz +0 -0
  39. package/api-services/modules/portal/index.js +3128 -3
  40. package/api-services/modules/portal/index.js.gz +0 -0
  41. package/api-services/modules/space-manage/index.js +3128 -3
  42. package/api-services/modules/space-manage/index.js.gz +0 -0
  43. package/api-services/modules/super-admin/index.js +3131 -6
  44. package/api-services/modules/super-admin/index.js.gz +0 -0
  45. package/api-services/modules/supplier/index.js +3130 -5
  46. package/api-services/modules/supplier/index.js.gz +0 -0
  47. package/api-services/modules/supplychain-manage/index.js +3128 -3
  48. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  49. package/api-services/modules/systemConfiguration/index.js +3128 -3
  50. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  51. package/api-services/modules/tool/index.js +3128 -3
  52. package/api-services/modules/tool/index.js.gz +0 -0
  53. package/api-services/src/create-service/index.d.ts +1 -1
  54. package/api-services/src/create-service/index.js +3128 -2
  55. package/api-services/src/create-service/index.js.gz +0 -0
  56. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  57. package/common-info/index.d.ts +7 -1
  58. package/common-info/index.js +106 -53
  59. package/common-info/index.js.gz +0 -0
  60. package/common-info/set-personal-info/index.js +507 -480
  61. package/common-info/set-personal-info/index.js.gz +0 -0
  62. package/common-info/type.d.ts +214 -104
  63. package/common-tools/extract-file-name/index.d.ts +1 -0
  64. package/common-tools/extract-file-name/index.js +1716 -0
  65. package/common-tools/extract-file-name/index.js.gz +0 -0
  66. package/common-tools/get-url-params/index.js.gz +0 -0
  67. package/common-tools/index.d.ts +2 -0
  68. package/common-tools/index.js +2 -0
  69. package/common-tools/platform-tools/index.d.ts +2 -1
  70. package/common-tools/platform-tools/index.js +16 -11
  71. package/common-tools/setHtmlMinWH/index.js +4 -8
  72. package/common-tools/update-browser-title/index.d.ts +1 -0
  73. package/common-tools/update-browser-title/index.js +12 -0
  74. package/common-tools/update-fav-icon/index.js +15 -14
  75. package/create-api-service/i18n/index.d.ts +33 -0
  76. package/create-api-service/i18n/index.js +15 -0
  77. package/create-api-service/index.js +1466 -1822
  78. package/create-api-service/index.js.gz +0 -0
  79. package/create-api-service/sso/index.d.ts +0 -2
  80. package/create-api-service/sso/index.js +922 -804
  81. package/create-api-service/sso/index.js.gz +0 -0
  82. package/curring-http/index.js +795 -768
  83. package/curring-http/index.js.gz +0 -0
  84. package/curring-http/type.d.ts +87 -87
  85. package/directive/auth/index.js.gz +0 -0
  86. package/dom-check-in/index.js +2 -2
  87. package/esm-map.json +6 -2
  88. package/hooks/popup-manager/use-zindex/index.d.ts +0 -2
  89. package/hooks/popup-manager/use-zindex/index.js +7 -20
  90. package/hooks/use-get-auth/index.js.gz +0 -0
  91. package/nextTiken/index.js.gz +0 -0
  92. package/package.json +4 -4
  93. package/pinyin-first-character/index.js +6 -1
  94. package/pinyin-first-character/index.js.gz +0 -0
  95. package/style/index.js +4 -2
  96. package/style/index.js.gz +0 -0
  97. package/token-tools/index.d.ts +6 -6
  98. package/token-tools/index.js +8 -84
  99. package/use-low-code/index.js +11 -11
  100. package/use-low-code/index.js.gz +0 -0
  101. package/use-low-code/style.css +1 -1
  102. package/webSocket-service/index.js.gz +0 -0
  103. package/webSocket-service/type.d.ts +28 -28
  104. package/token-tools/index.js.gz +0 -0
@@ -0,0 +1,68 @@
1
+ declare const _default: {
2
+ 导入进度: {
3
+ 'zh-CN': string;
4
+ en: string;
5
+ _appCode: string;
6
+ };
7
+ 上传失败: {
8
+ 'zh-CN': string;
9
+ en: string;
10
+ _appCode: string;
11
+ };
12
+ 导入成功: {
13
+ 'zh-CN': string;
14
+ en: string;
15
+ _appCode: string;
16
+ };
17
+ 导出进度: {
18
+ 'zh-CN': string;
19
+ en: string;
20
+ _appCode: string;
21
+ };
22
+ 导出: {
23
+ 'zh-CN': string;
24
+ en: string;
25
+ _appCode: string;
26
+ };
27
+ 导入: {
28
+ 'zh-CN': string;
29
+ en: string;
30
+ _appCode: string;
31
+ };
32
+ 失败: {
33
+ 'zh-CN': string;
34
+ en: string;
35
+ _appCode: string;
36
+ };
37
+ 成功: {
38
+ 'zh-CN': string;
39
+ en: string;
40
+ _appCode: string;
41
+ };
42
+ 部分: {
43
+ 'zh-CN': string;
44
+ en: string;
45
+ _appCode: string;
46
+ };
47
+ '\u90E8\u5206\u6570\u636E\u6821\u9A8C\u4E0D\u901A\u8FC7\uFF0C\u8BF7\u4E0B\u8F7D\u9644\u4EF6\u5E76\u4FEE\u6539\uFF0C\u91CD\u65B0\u5BFC\u5165\uFF01': {
48
+ 'zh-CN': string;
49
+ en: string;
50
+ _appCode: string;
51
+ };
52
+ 'das-utils_export-success-tip': {
53
+ 'zh-CN': string;
54
+ en: string;
55
+ _appCode: string;
56
+ };
57
+ 'das-utils_export-failure-tip': {
58
+ 'zh-CN': string;
59
+ en: string;
60
+ _appCode: string;
61
+ };
62
+ 'das-utils_export-partially-failure-tip': {
63
+ 'zh-CN': string;
64
+ en: string;
65
+ _appCode: string;
66
+ };
67
+ };
68
+ export default _default;
@@ -0,0 +1,26 @@
1
+ const e = {
2
+ 导入进度: { "zh-CN": "导入进度", en: "Import Progress", _appCode: "framework" },
3
+ 上传失败: { "zh-CN": "上传失败", en: "Upload Failed", _appCode: "framework" },
4
+ 导入成功: { "zh-CN": "导入成功", en: "Import Successful", _appCode: "framework" },
5
+ 导出进度: { "zh-CN": "导出进度", en: "Export Progress", _appCode: "framework" },
6
+ 导出: { "zh-CN": "导出", en: "Export", _appCode: "framework" },
7
+ 导入: { "zh-CN": "导入", en: "Import", _appCode: "framework" },
8
+ 失败: { "zh-CN": "失败", en: "Failed", _appCode: "framework" },
9
+ 成功: { "zh-CN": "成功", en: "Success", _appCode: "framework" },
10
+ 部分: { "zh-CN": "部分", en: "Partial", _appCode: "framework" },
11
+ "部分数据校验不通过,请下载附件并修改,重新导入!": {
12
+ "zh-CN": "部分数据校验不通过,请下载附件并修改,重新导入!",
13
+ en: "Some data validation failed, please download the attachment, correct it, and re-import!",
14
+ _appCode: "framework"
15
+ },
16
+ "das-utils_export-success-tip": { "zh-CN": "$0成功", en: "$0 Success", _appCode: "framework" },
17
+ "das-utils_export-failure-tip": { "zh-CN": "$0失败", en: "$0 Failure", _appCode: "framework" },
18
+ "das-utils_export-partially-failure-tip": {
19
+ "zh-CN": "部分$0失败",
20
+ en: "Partially $0 Failure",
21
+ _appCode: "framework"
22
+ }
23
+ };
24
+ export {
25
+ e as default
26
+ };
Binary file
@@ -1,2 +1,2 @@
1
- export { createService } from '@das-fed/utils/create-api-service';
2
- export * from '@das-fed/utils/api-services/modules';
1
+ export * from './modules';
2
+ export { createService } from '../create-api-service';