@das-fed/utils 6.4.0-dev.52 → 6.4.0-dev.54

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 (57) hide show
  1. package/api-services/i18n/index.d.ts +51 -0
  2. package/api-services/i18n/index.js +17 -0
  3. package/api-services/index.js +613 -588
  4. package/api-services/index.js.gz +0 -0
  5. package/api-services/modules/app-manage/index.js +441 -431
  6. package/api-services/modules/app-manage/index.js.gz +0 -0
  7. package/api-services/modules/authentication/index.js +465 -455
  8. package/api-services/modules/authentication/index.js.gz +0 -0
  9. package/api-services/modules/bems/index.js +428 -418
  10. package/api-services/modules/bems/index.js.gz +0 -0
  11. package/api-services/modules/contract/index.js +465 -455
  12. package/api-services/modules/contract/index.js.gz +0 -0
  13. package/api-services/modules/duty-manage/index.js +446 -436
  14. package/api-services/modules/duty-manage/index.js.gz +0 -0
  15. package/api-services/modules/enterpriseright/index.js +465 -455
  16. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  17. package/api-services/modules/file/index.js +489 -479
  18. package/api-services/modules/file/index.js.gz +0 -0
  19. package/api-services/modules/gateway-edge/index.js +465 -455
  20. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  21. package/api-services/modules/index.js +512 -502
  22. package/api-services/modules/index.js.gz +0 -0
  23. package/api-services/modules/iot/index.js +435 -425
  24. package/api-services/modules/iot/index.js.gz +0 -0
  25. package/api-services/modules/justauth/index.js +456 -446
  26. package/api-services/modules/justauth/index.js.gz +0 -0
  27. package/api-services/modules/knowledge/index.js +441 -431
  28. package/api-services/modules/knowledge/index.js.gz +0 -0
  29. package/api-services/modules/link/index.js +465 -455
  30. package/api-services/modules/link/index.js.gz +0 -0
  31. package/api-services/modules/permission/index.js +465 -455
  32. package/api-services/modules/permission/index.js.gz +0 -0
  33. package/api-services/modules/platformManage/index.js +437 -427
  34. package/api-services/modules/platformManage/index.js.gz +0 -0
  35. package/api-services/modules/portal/index.js +465 -455
  36. package/api-services/modules/portal/index.js.gz +0 -0
  37. package/api-services/modules/space-manage/index.js +441 -431
  38. package/api-services/modules/space-manage/index.js.gz +0 -0
  39. package/api-services/modules/super-admin/index.js +472 -462
  40. package/api-services/modules/super-admin/index.js.gz +0 -0
  41. package/api-services/modules/supplier/index.js +443 -433
  42. package/api-services/modules/supplier/index.js.gz +0 -0
  43. package/api-services/modules/supplychain-manage/index.js +441 -431
  44. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  45. package/api-services/modules/systemConfiguration/index.js +465 -455
  46. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  47. package/api-services/modules/tool/index.js +465 -455
  48. package/api-services/modules/tool/index.js.gz +0 -0
  49. package/api-services/src/create-service/index.js +481 -471
  50. package/api-services/src/create-service/index.js.gz +0 -0
  51. package/create-api-service/i18n/index.d.ts +31 -0
  52. package/create-api-service/i18n/index.js +12 -0
  53. package/create-api-service/index.js +481 -471
  54. package/create-api-service/index.js.gz +0 -0
  55. package/create-api-service/sso/index.js +22 -22
  56. package/create-api-service/sso/index.js.gz +0 -0
  57. package/package.json +4 -4
@@ -0,0 +1,51 @@
1
+ declare const _default: {
2
+ 导入进度: {
3
+ "zh-CN": string;
4
+ en: string;
5
+ };
6
+ 上传失败: {
7
+ "zh-CN": string;
8
+ en: string;
9
+ };
10
+ 导入成功: {
11
+ "zh-CN": string;
12
+ en: string;
13
+ };
14
+ 导出进度: {
15
+ "zh-CN": string;
16
+ en: string;
17
+ };
18
+ 导出: {
19
+ "zh-CN": string;
20
+ en: string;
21
+ };
22
+ 导入: {
23
+ "zh-CN": string;
24
+ en: string;
25
+ };
26
+ 失败: {
27
+ "zh-CN": string;
28
+ en: string;
29
+ };
30
+ 部分数据校验不通过: {
31
+ "zh-CN": string;
32
+ en: string;
33
+ };
34
+ 请下载附件并修改: {
35
+ "zh-CN": string;
36
+ en: string;
37
+ };
38
+ 重新导入: {
39
+ "zh-CN": string;
40
+ en: string;
41
+ };
42
+ 成功: {
43
+ "zh-CN": string;
44
+ en: string;
45
+ };
46
+ 部分: {
47
+ "zh-CN": string;
48
+ en: string;
49
+ };
50
+ };
51
+ export default _default;
@@ -0,0 +1,17 @@
1
+ const e = {
2
+ 导入进度: { "zh-CN": "导入进度", en: "Import progress" },
3
+ 上传失败: { "zh-CN": "上传失败", en: "Upload failed" },
4
+ 导入成功: { "zh-CN": "导入成功", en: "Import successful" },
5
+ 导出进度: { "zh-CN": "导出进度", en: "Export progress" },
6
+ 导出: { "zh-CN": "导出", en: "Export" },
7
+ 导入: { "zh-CN": "导入", en: "Import" },
8
+ 失败: { "zh-CN": "失败", en: "Failed" },
9
+ 部分数据校验不通过: { "zh-CN": "部分数据校验不通过", en: "Some data failed validation" },
10
+ 请下载附件并修改: { "zh-CN": "请下载附件并修改", en: "Please download the attachment and modify" },
11
+ 重新导入: { "zh-CN": "重新导入", en: "Re-import" },
12
+ 成功: { "zh-CN": "成功", en: "Successful" },
13
+ 部分: { "zh-CN": "部分", en: "Partial" }
14
+ };
15
+ export {
16
+ e as default
17
+ };