@das-fed/utils 6.4.0-dev.7 → 6.4.0-dev.71

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 (93) 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.js +1777 -1817
  5. package/api-services/index.js.gz +0 -0
  6. package/api-services/modules/app-manage/index.js +1958 -2028
  7. package/api-services/modules/app-manage/index.js.gz +0 -0
  8. package/api-services/modules/authentication/index.js +1958 -2028
  9. package/api-services/modules/authentication/index.js.gz +0 -0
  10. package/api-services/modules/bems/index.js +1964 -2034
  11. package/api-services/modules/bems/index.js.gz +0 -0
  12. package/api-services/modules/contract/index.js +1958 -2028
  13. package/api-services/modules/contract/index.js.gz +0 -0
  14. package/api-services/modules/duty-manage/index.js +1963 -2033
  15. package/api-services/modules/duty-manage/index.js.gz +0 -0
  16. package/api-services/modules/enterpriseright/index.js +1958 -2028
  17. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  18. package/api-services/modules/file/index.d.ts +1 -0
  19. package/api-services/modules/file/index.js +3284 -429
  20. package/api-services/modules/file/index.js.gz +0 -0
  21. package/api-services/modules/gateway-edge/index.js +1958 -2028
  22. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  23. package/api-services/modules/index.js +1885 -1949
  24. package/api-services/modules/index.js.gz +0 -0
  25. package/api-services/modules/iot/index.js +1973 -2043
  26. package/api-services/modules/iot/index.js.gz +0 -0
  27. package/api-services/modules/justauth/index.js +1959 -2029
  28. package/api-services/modules/justauth/index.js.gz +0 -0
  29. package/api-services/modules/knowledge/index.js +1958 -2028
  30. package/api-services/modules/knowledge/index.js.gz +0 -0
  31. package/api-services/modules/link/index.js +1958 -2028
  32. package/api-services/modules/link/index.js.gz +0 -0
  33. package/api-services/modules/permission/index.js +1958 -2028
  34. package/api-services/modules/permission/index.js.gz +0 -0
  35. package/api-services/modules/platformManage/index.js +1968 -2038
  36. package/api-services/modules/platformManage/index.js.gz +0 -0
  37. package/api-services/modules/portal/index.js +1958 -2028
  38. package/api-services/modules/portal/index.js.gz +0 -0
  39. package/api-services/modules/space-manage/index.js +1958 -2028
  40. package/api-services/modules/space-manage/index.js.gz +0 -0
  41. package/api-services/modules/super-admin/index.js +1961 -2031
  42. package/api-services/modules/super-admin/index.js.gz +0 -0
  43. package/api-services/modules/supplier/index.js +1960 -2030
  44. package/api-services/modules/supplier/index.js.gz +0 -0
  45. package/api-services/modules/supplychain-manage/index.js +1958 -2028
  46. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  47. package/api-services/modules/systemConfiguration/index.js +1958 -2028
  48. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  49. package/api-services/modules/tool/index.js +1958 -2028
  50. package/api-services/modules/tool/index.js.gz +0 -0
  51. package/api-services/src/create-service/index.js +1951 -2021
  52. package/api-services/src/create-service/index.js.gz +0 -0
  53. package/common-info/index.d.ts +7 -1
  54. package/common-info/index.js +106 -53
  55. package/common-info/index.js.gz +0 -0
  56. package/common-info/set-personal-info/index.js +837 -570
  57. package/common-info/set-personal-info/index.js.gz +0 -0
  58. package/common-info/type.d.ts +116 -6
  59. package/common-tools/extract-file-name/index.d.ts +1 -0
  60. package/common-tools/extract-file-name/index.js +1716 -0
  61. package/common-tools/extract-file-name/index.js.gz +0 -0
  62. package/common-tools/index.d.ts +2 -0
  63. package/common-tools/index.js +2 -0
  64. package/common-tools/platform-tools/index.d.ts +2 -1
  65. package/common-tools/platform-tools/index.js +16 -11
  66. package/common-tools/setHtmlMinWH/index.js +4 -8
  67. package/common-tools/update-browser-title/index.d.ts +1 -0
  68. package/common-tools/update-browser-title/index.js +12 -0
  69. package/common-tools/update-fav-icon/index.js +15 -14
  70. package/create-api-service/i18n/index.d.ts +33 -0
  71. package/create-api-service/i18n/index.js +15 -0
  72. package/create-api-service/index.js +1951 -2021
  73. package/create-api-service/index.js.gz +0 -0
  74. package/create-api-service/sso/index.d.ts +0 -2
  75. package/create-api-service/sso/index.js +1193 -835
  76. package/create-api-service/sso/index.js.gz +0 -0
  77. package/curring-http/index.js +1364 -1097
  78. package/curring-http/index.js.gz +0 -0
  79. package/dom-check-in/index.js +2 -2
  80. package/esm-map.json +6 -2
  81. package/hooks/popup-manager/use-zindex/index.d.ts +0 -2
  82. package/hooks/popup-manager/use-zindex/index.js +7 -20
  83. package/package.json +4 -4
  84. package/pinyin-first-character/index.js +19804 -20879
  85. package/pinyin-first-character/index.js.gz +0 -0
  86. package/style/index.js +4 -2
  87. package/style/index.js.gz +0 -0
  88. package/token-tools/index.d.ts +6 -6
  89. package/token-tools/index.js +8 -84
  90. package/use-low-code/index.js +4 -4
  91. package/use-low-code/index.js.gz +0 -0
  92. package/use-low-code/style.css +1 -1
  93. package/token-tools/index.js.gz +0 -0
@@ -8,3 +8,5 @@ export * from '@das-fed/utils/common-tools/setHtmlMinWH';
8
8
  export * from '@das-fed/utils/common-tools/queue-promise';
9
9
  export * from '@das-fed/utils/common-tools/platform-tools';
10
10
  export * from '@das-fed/utils/common-tools/update-fav-icon';
11
+ export * from '@das-fed/utils/common-tools/update-browser-title';
12
+ export * from '@das-fed/utils/common-tools/extract-file-name';
@@ -8,3 +8,5 @@ export * from "@das-fed/utils/common-tools/setHtmlMinWH";
8
8
  export * from "@das-fed/utils/common-tools/queue-promise";
9
9
  export * from "@das-fed/utils/common-tools/platform-tools";
10
10
  export * from "@das-fed/utils/common-tools/update-fav-icon";
11
+ export * from "@das-fed/utils/common-tools/update-browser-title";
12
+ export * from "@das-fed/utils/common-tools/extract-file-name";
@@ -5,11 +5,12 @@
5
5
  */
6
6
  export declare const isRelativeOrSameDomain: (url: string) => boolean;
7
7
  /**
8
- * wei自动拼接上showLayout=false参数
8
+ * 自动拼接上showLayout=false参数
9
9
  * @param url
10
10
  * @returns
11
11
  */
12
12
  export declare const setShowLayout: (url: string) => string;
13
+ export declare const setShowWatermark: (url: string) => string;
13
14
  /**
14
15
  * url携带token
15
16
  * @param url
@@ -1,14 +1,19 @@
1
- import { getToken as o } from "@das-fed/utils/common-info";
2
- const n = (t) => !!(!t.startsWith("http") || t.startsWith(location.origin)), i = (t) => {
3
- if (!t) return "";
4
- let e = t;
5
- return n(t) && !t.includes("showLayout=false") && (e = t.indexOf("?") !== -1 ? t + "&showLayout=false" : t + "?showLayout=false"), e;
6
- }, a = (t) => {
7
- const e = o();
8
- return t.includes("?") ? `${t}&token=${e}` : `${t}?token=${e}`;
1
+ import { getToken as s } from "@das-fed/utils/common-info";
2
+ const o = (e) => !!(!e.startsWith("http") || e.startsWith(location.origin)), n = (e) => {
3
+ if (!e) return "";
4
+ let t = e;
5
+ return o(e) && !e.includes("showLayout=false") && (t = e.indexOf("?") !== -1 ? e + "&showLayout=false" : e + "?showLayout=false"), t;
6
+ }, i = (e) => {
7
+ if (!e) return "";
8
+ let t = "";
9
+ return o(e) && !e.includes("showWatermark=false") ? t = e.indexOf("?") !== -1 ? e + "&showWatermark=false" : e + "?showWatermark=false" : t = e, t;
10
+ }, r = (e) => {
11
+ const t = s();
12
+ return e.includes("?") ? `${e}&token=${t}` : `${e}?token=${t}`;
9
13
  };
10
14
  export {
11
- n as isRelativeOrSameDomain,
12
- i as setShowLayout,
13
- a as withToken
15
+ o as isRelativeOrSameDomain,
16
+ n as setShowLayout,
17
+ i as setShowWatermark,
18
+ r as withToken
14
19
  };
@@ -1,11 +1,7 @@
1
- const _ = (i) => {
2
- let n = "1366px", e = "528px";
3
- if (i != null && i.minWidth && (n = i.minWidth), i != null && i.minHeight && (e = i.minHeight), window.__IN_DAS_MICRO_APP) {
4
- const { left: m = 0, top: t = 0 } = window.__DAS_MICRO_APP_CONTAINER_RECT || {};
5
- n = `calc(${n} - ${m}px)`, e = `calc(${e} - ${t}px)`;
6
- }
7
- document.documentElement.style.minWidth = n, document.documentElement.style.minHeight = e;
1
+ const m = (e) => {
2
+ let i = "1366px", n = "528px";
3
+ e != null && e.minWidth && (i = e.minWidth), e != null && e.minHeight && (n = e.minHeight), document.documentElement.style.minWidth = i, document.documentElement.style.minHeight = n, document.documentElement.style.overflow = "auto";
8
4
  };
9
5
  export {
10
- _ as setHtmlMinWH
6
+ m as setHtmlMinWH
11
7
  };
@@ -0,0 +1 @@
1
+ export declare const setBrowseTitle: (defaultTitle?: string) => any;
@@ -0,0 +1,12 @@
1
+ import { systemConfiguration as l } from "@das-fed/utils/api-services/modules";
2
+ const n = async (o = "AIoT智能物联网管控平台") => {
3
+ let t = localStorage.getItem("browser-title") ?? "";
4
+ if (!t) {
5
+ const i = l.get("/visitor/appearance/with-default", (r) => (r.public = !0, r)), [s, e] = await i().run();
6
+ e != null && e.browserTitle && (t = e.browserTitle);
7
+ }
8
+ document.title = t || o;
9
+ };
10
+ export {
11
+ n as setBrowseTitle
12
+ };
@@ -1,19 +1,20 @@
1
- import { getFavIcon as s } from "@das-fed/utils/common-info";
2
- import { pureImageSrc as l } from "@das-fed/utils/pure-image-src";
3
- import { systemConfiguration as m } from "@das-fed/utils/api-services/modules";
4
- const c = m.get("/visitor/appearance/with-default", (t) => (t.public = !0, t)), i = (t, o = "./logo.svg") => {
5
- const r = t || o;
1
+ import { getFavIcon as l } from "@das-fed/utils/common-info";
2
+ import { pureImageSrc as m } from "@das-fed/utils/pure-image-src";
3
+ import { systemConfiguration as c } from "@das-fed/utils/api-services";
4
+ const i = (o, r = "./logo.svg") => {
5
+ const t = o || r;
6
6
  let e = document.querySelector('link[rel*="icon"]');
7
- e ? e == null || e.setAttribute("href", r) : (e = document.createElement("link"), e.rel = "icon", e.type = "image/svg+xml", e.href = r, document.getElementsByTagName("head")[0].appendChild(e));
8
- }, f = async (t = "./logo.svg") => {
9
- let o = s();
10
- if (!o) {
11
- const [r, e] = await c().run();
12
- if (r) return;
13
- const { browserLogoImgHost: n = "", browserLogoImg: a = "" } = e || {};
14
- o = a ? n + l(a) : "";
7
+ e ? e == null || e.setAttribute("href", t) : (e = document.createElement("link"), e.rel = "icon", e.type = "image/svg+xml", e.href = t, document.getElementsByTagName("head")[0].appendChild(e));
8
+ }, f = async (o = "./logo.svg") => {
9
+ const r = c.get("/visitor/appearance/with-default", (e) => (e.public = !0, e));
10
+ let t = l();
11
+ if (!t) {
12
+ const [e, n] = await r().run();
13
+ if (e) return;
14
+ const { browserLogoImgHost: s = "", browserLogoImg: a = "" } = n || {};
15
+ t = a ? s + m(a) : "";
15
16
  }
16
- i(o, t);
17
+ i(t, o);
17
18
  };
18
19
  export {
19
20
  f as setDasHtmlIcon,
@@ -0,0 +1,33 @@
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
+ '\u7F51\u7EDC\u5F02\u5E38\uFF0C\u8BF7\u68C0\u67E5\u60A8\u7684\u7F51\u7EDC\u60C5\u51B5': {
28
+ 'zh-CN': string;
29
+ en: string;
30
+ _appCode: string;
31
+ };
32
+ };
33
+ export default _default;
@@ -0,0 +1,15 @@
1
+ const r = {
2
+ 参数校验错误: { "zh-CN": "参数校验错误", en: "Parameter Validation Error", _appCode: "framework" },
3
+ 接口地址未找到: { "zh-CN": "接口地址未找到", en: "Api endpoint not found", _appCode: "framework" },
4
+ 服务器内部错误: { "zh-CN": "服务器内部错误", en: "Internal Server Error", _appCode: "framework" },
5
+ 解析错误: { "zh-CN": "解析错误", en: "Parsing Error", _appCode: "framework" },
6
+ 请求配置异常: { "zh-CN": "请求配置异常", en: "Request Configuration Error", _appCode: "framework" },
7
+ "网络异常,请检查您的网络情况": {
8
+ "zh-CN": "网络异常,请检查您的网络情况",
9
+ en: "Network error, please check your network status",
10
+ _appCode: "framework"
11
+ }
12
+ };
13
+ export {
14
+ r as default
15
+ };