@das-fed/utils 6.4.0-hot.6 → 6.4.0-hot.61

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 (111) hide show
  1. package/api-services/i18n/index.d.ts +53 -0
  2. package/api-services/i18n/index.js +27 -0
  3. package/api-services/i18n/index.js.gz +0 -0
  4. package/api-services/index.js +2182 -1656
  5. package/api-services/index.js.gz +0 -0
  6. package/api-services/modules/app-manage/index.js +2314 -1818
  7. package/api-services/modules/app-manage/index.js.gz +0 -0
  8. package/api-services/modules/authentication/index.js +2314 -1818
  9. package/api-services/modules/authentication/index.js.gz +0 -0
  10. package/api-services/modules/bems/index.js +2298 -1820
  11. package/api-services/modules/bems/index.js.gz +0 -0
  12. package/api-services/modules/contract/index.js +2295 -1817
  13. package/api-services/modules/contract/index.js.gz +0 -0
  14. package/api-services/modules/duty-manage/index.js +2305 -1809
  15. package/api-services/modules/duty-manage/index.js.gz +0 -0
  16. package/api-services/modules/enterpriseright/index.js +2314 -1818
  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 +3426 -156
  20. package/api-services/modules/file/index.js.gz +0 -0
  21. package/api-services/modules/gateway-edge/index.js +2314 -1818
  22. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  23. package/api-services/modules/index.js +2106 -1623
  24. package/api-services/modules/index.js.gz +0 -0
  25. package/api-services/modules/iot/index.d.ts +1 -0
  26. package/api-services/modules/iot/index.js +2309 -1830
  27. package/api-services/modules/iot/index.js.gz +0 -0
  28. package/api-services/modules/justauth/index.js +2302 -1806
  29. package/api-services/modules/justauth/index.js.gz +0 -0
  30. package/api-services/modules/knowledge/index.js +2314 -1818
  31. package/api-services/modules/knowledge/index.js.gz +0 -0
  32. package/api-services/modules/link/index.js +2295 -1817
  33. package/api-services/modules/link/index.js.gz +0 -0
  34. package/api-services/modules/permission/index.js +2295 -1817
  35. package/api-services/modules/permission/index.js.gz +0 -0
  36. package/api-services/modules/platformManage/index.js +2321 -1825
  37. package/api-services/modules/platformManage/index.js.gz +0 -0
  38. package/api-services/modules/portal/index.js +2349 -1871
  39. package/api-services/modules/portal/index.js.gz +0 -0
  40. package/api-services/modules/space-manage/index.js +2295 -1817
  41. package/api-services/modules/space-manage/index.js.gz +0 -0
  42. package/api-services/modules/super-admin/index.js +2304 -1808
  43. package/api-services/modules/super-admin/index.js.gz +0 -0
  44. package/api-services/modules/supplier/index.js +2303 -1807
  45. package/api-services/modules/supplier/index.js.gz +0 -0
  46. package/api-services/modules/supplychain-manage/index.js +2301 -1805
  47. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  48. package/api-services/modules/systemConfiguration/index.js +2314 -1818
  49. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  50. package/api-services/modules/tool/index.js +2301 -1819
  51. package/api-services/modules/tool/index.js.gz +0 -0
  52. package/api-services/src/create-service/index.js +2349 -1871
  53. package/api-services/src/create-service/index.js.gz +0 -0
  54. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  55. package/common-info/index.d.ts +11 -3
  56. package/common-info/index.js +113 -56
  57. package/common-info/index.js.gz +0 -0
  58. package/common-info/set-personal-info/index.js +893 -604
  59. package/common-info/set-personal-info/index.js.gz +0 -0
  60. package/common-info/type.d.ts +220 -104
  61. package/common-tools/calc-text-width/index.d.ts +1 -0
  62. package/common-tools/calc-text-width/index.js +10 -0
  63. package/common-tools/extract-file-name/index.d.ts +1 -0
  64. package/common-tools/extract-file-name/index.js +1731 -0
  65. package/common-tools/extract-file-name/index.js.gz +0 -0
  66. package/common-tools/get-file-extension/index.d.ts +6 -0
  67. package/common-tools/get-file-extension/index.js +7 -0
  68. package/common-tools/get-url-params/index.d.ts +1 -1
  69. package/common-tools/get-url-params/index.js.gz +0 -0
  70. package/common-tools/index.d.ts +4 -0
  71. package/common-tools/index.js +4 -0
  72. package/common-tools/nest-tree-format/index.d.ts +1 -1
  73. package/common-tools/nest-tree-format/index.js +15 -15
  74. package/common-tools/setHtmlMinWH/index.js +4 -8
  75. package/common-tools/update-browser-title/index.d.ts +1 -0
  76. package/common-tools/update-browser-title/index.js +12 -0
  77. package/create-api-service/i18n/index.d.ts +33 -0
  78. package/create-api-service/i18n/index.js +15 -0
  79. package/create-api-service/index.d.ts +3 -1
  80. package/create-api-service/index.js +2300 -1804
  81. package/create-api-service/index.js.gz +0 -0
  82. package/create-api-service/sso/index.d.ts +1 -3
  83. package/create-api-service/sso/index.js +1244 -858
  84. package/create-api-service/sso/index.js.gz +0 -0
  85. package/curring-http/index.js +1436 -1153
  86. package/curring-http/index.js.gz +0 -0
  87. package/curring-http/type.d.ts +87 -87
  88. package/directive/auth/index.js.gz +0 -0
  89. package/directive/hoverInside/index.d.ts +1 -1
  90. package/dom-check-in/index.js +2 -2
  91. package/dom-watcher/index.d.ts +1 -1
  92. package/esm-map.json +9 -2
  93. package/hooks/use-get-auth/index.d.ts +1 -1
  94. package/hooks/use-get-auth/index.js +30 -30
  95. package/hooks/use-get-auth/index.js.gz +0 -0
  96. package/nextTiken/index.js.gz +0 -0
  97. package/package.json +4 -3
  98. package/pinyin-first-character/index.js +19804 -20879
  99. package/pinyin-first-character/index.js.gz +0 -0
  100. package/style/index.js +4 -2
  101. package/style/index.js.gz +0 -0
  102. package/style/math.d.ts +4 -4
  103. package/token-tools/index.d.ts +6 -6
  104. package/token-tools/index.js +8 -84
  105. package/use-low-code/index.js +13 -13
  106. package/use-low-code/index.js.gz +0 -0
  107. package/use-low-code/style.css +1 -1
  108. package/vue/hooks/use-model-value/index.d.ts +5 -1
  109. package/webSocket-service/index.js.gz +0 -0
  110. package/webSocket-service/type.d.ts +28 -28
  111. package/token-tools/index.js.gz +0 -0
Binary file
package/style/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/shared v3.4.21
2
+ * @vue/shared v3.5.18
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8,7 +8,9 @@ process.env.NODE_ENV !== "production" && Object.freeze([]);
8
8
  const u = (t) => {
9
9
  const e = /* @__PURE__ */ Object.create(null);
10
10
  return (r) => e[r] || (e[r] = t(r));
11
- }, m = /-(\w)/g, p = u((t) => t.replace(m, (e, r) => r ? r.toUpperCase() : "")), a = (t = "") => t.split(" ").filter((e) => !!e.trim()), h = (t, e) => {
11
+ }, m = /-(\w)/g, p = u(
12
+ (t) => t.replace(m, (e, r) => r ? r.toUpperCase() : "")
13
+ ), a = (t = "") => t.split(" ").filter((e) => !!e.trim()), h = (t, e) => {
12
14
  if (!t || !e) return !1;
13
15
  if (e.includes(" ")) throw new Error("className should not contain space.");
14
16
  return t.classList.contains(e);
package/style/index.js.gz CHANGED
Binary file
package/style/math.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  /** css中px字符串的数学运算 */
2
2
  declare const curringMath: (a: any) => {
3
- add: (b: any) => any;
4
- subtract: (b: any) => any;
5
- multiply: (b: any) => any;
6
- divide: (b: any) => any;
3
+ add: (b: any) => /*elided*/ any;
4
+ subtract: (b: any) => /*elided*/ any;
5
+ multiply: (b: any) => /*elided*/ any;
6
+ divide: (b: any) => /*elided*/ any;
7
7
  res: () => string;
8
8
  };
9
9
  export { curringMath };
@@ -1,3 +1,7 @@
1
+ declare const accessTokenExpiredAtKey = "accessTokenExpiredAt";
2
+ declare const refreshTokenKey = "refreshToken";
3
+ declare const redirectUriKey = "redirectUri";
4
+ declare const accessTokenInfoKey = "tokenInfo";
1
5
  /**
2
6
  * 获取token
3
7
  * @returns token
@@ -6,16 +10,12 @@ export declare const getAccessToken: () => string;
6
10
  /**
7
11
  * 获取tokenInfo相关信息
8
12
  */
9
- export declare const getAccessTokenInfo: (key: "accessTokenExpiredAt" | "refreshToken" | "redirectUri") => any;
13
+ export declare const getAccessTokenInfo: (key: typeof accessTokenExpiredAtKey | typeof refreshTokenKey | typeof redirectUriKey | typeof accessTokenInfoKey) => any;
10
14
  /**
11
15
  * 存入token、tokenInfo
12
16
  * @param token
13
17
  * @param info
14
18
  */
15
19
  export declare const setAccessToken: (token: string, info?: any) => void;
16
- /**
17
- * 删除token、tokenInfo
18
- */
19
20
  export declare const removeAccessToken: () => void;
20
- /** 清除所有的 cookie */
21
- export declare const clearAllCookies: () => void;
21
+ export {};
@@ -1,87 +1,11 @@
1
- /*! js-cookie v3.0.5 | MIT */
2
- function d(e) {
3
- for (var o = 1; o < arguments.length; o++) {
4
- var f = arguments[o];
5
- for (var p in f)
6
- e[p] = f[p];
7
- }
8
- return e;
9
- }
10
- var l = {
11
- read: function(e) {
12
- return e[0] === '"' && (e = e.slice(1, -1)), e.replace(/(%[\dA-F]{2})+/gi, decodeURIComponent);
13
- },
14
- write: function(e) {
15
- return encodeURIComponent(e).replace(
16
- /%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,
17
- decodeURIComponent
18
- );
19
- }
20
- };
21
- function u(e, o) {
22
- function f(n, i, r) {
23
- if (!(typeof document > "u")) {
24
- r = d({}, o, r), typeof r.expires == "number" && (r.expires = new Date(Date.now() + r.expires * 864e5)), r.expires && (r.expires = r.expires.toUTCString()), n = encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape);
25
- var c = "";
26
- for (var s in r)
27
- r[s] && (c += "; " + s, r[s] !== !0 && (c += "=" + r[s].split(";")[0]));
28
- return document.cookie = n + "=" + e.write(i, n) + c;
29
- }
30
- }
31
- function p(n) {
32
- if (!(typeof document > "u" || arguments.length && !n)) {
33
- for (var i = document.cookie ? document.cookie.split("; ") : [], r = {}, c = 0; c < i.length; c++) {
34
- var s = i[c].split("="), h = s.slice(1).join("=");
35
- try {
36
- var v = decodeURIComponent(s[0]);
37
- if (r[v] = e.read(h, v), n === v)
38
- break;
39
- } catch {
40
- }
41
- }
42
- return n ? r[n] : r;
43
- }
44
- }
45
- return Object.create(
46
- {
47
- set: f,
48
- get: p,
49
- remove: function(n, i) {
50
- f(
51
- n,
52
- "",
53
- d({}, i, {
54
- expires: -1
55
- })
56
- );
57
- },
58
- withAttributes: function(n) {
59
- return u(this.converter, d({}, this.attributes, n));
60
- },
61
- withConverter: function(n) {
62
- return u(d({}, this.converter, n), this.attributes);
63
- }
64
- },
65
- {
66
- attributes: { value: Object.freeze(o) },
67
- converter: { value: Object.freeze(e) }
68
- }
69
- );
70
- }
71
- var t = u(l, { path: "/" });
72
- const g = "accessToken", a = "accessTokenExpiredAt", k = "refreshToken", m = "redirectUri", T = () => t.get(g) || sessionStorage.getItem(g) || "", x = (e) => t.get(e) || sessionStorage.getItem(e) || "", A = (e, o = {}) => {
73
- t.set(g, e), t.set(a, o.accessTokenExpiredAt ?? "0"), t.set(k, o.refreshToken ?? ""), o.redirectUri && t.set(m, o.redirectUri);
74
- }, U = () => {
75
- t.remove(g), t.remove(a), t.remove(k), t.remove(m);
76
- }, I = () => {
77
- const e = t.get();
78
- for (const o in e)
79
- e.hasOwnProperty(o) && t.remove(o);
1
+ const o = "accessToken", r = "accessTokenExpiredAt", c = "refreshToken", s = "redirectUri", a = () => localStorage.getItem(o) ?? sessionStorage.getItem(o) ?? "", n = (e) => localStorage.getItem(e) ?? sessionStorage.getItem(e) ?? "", l = (e, t = {}) => {
2
+ localStorage.setItem(o, e), localStorage.setItem(r, t.accessTokenExpiredAt ?? "0"), localStorage.setItem(c, t.refreshToken ?? ""), t.redirectUri && localStorage.setItem(s, t.redirectUri);
3
+ }, g = () => {
4
+ localStorage.removeItem(o), localStorage.removeItem(r), localStorage.removeItem(c), localStorage.removeItem(s);
80
5
  };
81
6
  export {
82
- I as clearAllCookies,
83
- T as getAccessToken,
84
- x as getAccessTokenInfo,
85
- U as removeAccessToken,
86
- A as setAccessToken
7
+ a as getAccessToken,
8
+ n as getAccessTokenInfo,
9
+ g as removeAccessToken,
10
+ l as setAccessToken
87
11
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as v, computed as u, onMounted as g, onBeforeUnmount as _, ref as L, openBlock as y, createElementBlock as h } from "vue";
1
+ import { defineComponent as v, computed as u, onMounted as g, onBeforeUnmount as _, ref as L, createElementBlock as y, openBlock as h } from "vue";
2
2
  const x = ["src"], b = /* @__PURE__ */ v({
3
3
  __name: "low-code-iframe",
4
4
  props: {
@@ -14,40 +14,40 @@ const x = ["src"], b = /* @__PURE__ */ v({
14
14
  const o = "";
15
15
  let t = a.query || {};
16
16
  return a.app && (t.app = a.app), e = `${o}/api/node-low-code/v1/visitor/views/index?${new URLSearchParams(t).toString()}`, e;
17
- }), d = s, l = u({
17
+ }), l = s, d = u({
18
18
  get: () => a.iframeLoading,
19
- set: (e) => d("update:iframeLoading", e)
19
+ set: (e) => l("update:iframeLoading", e)
20
20
  }), p = (e) => {
21
21
  const { emitName: o = "", emitData: t = {} } = e.data || {};
22
- o === "app-mounted" ? l.value = !1 : d("emit-change", o, t);
22
+ o === "app-mounted" ? d.value = !1 : l("emit-change", o, t);
23
23
  };
24
24
  g(() => {
25
25
  window.addEventListener("message", p, !1);
26
26
  }), _(() => {
27
27
  window.removeEventListener("message", p, !1);
28
28
  });
29
- const i = L(null), f = (e) => {
29
+ const i = L(null), m = (e) => {
30
30
  var o;
31
- l.value || (o = i.value) != null && o.contentWindow && i.value.contentWindow.postMessage(e);
31
+ d.value || (o = i.value) != null && o.contentWindow && i.value.contentWindow.postMessage(e);
32
32
  };
33
33
  c({
34
34
  onActivated: () => {
35
- f({ type: "onActivated" });
35
+ m({ type: "onActivated" });
36
36
  },
37
37
  onDeactivated: () => {
38
- f({ type: "onDeactivated" });
38
+ m({ type: "onDeactivated" });
39
39
  }
40
40
  });
41
41
  const w = () => {
42
- var o, t, m;
43
- const { origin: e } = new URL(r.value || "");
44
- e && ((m = (t = (o = i.value) == null ? void 0 : o.contentWindow) == null ? void 0 : t.postMessage) == null || m.call(
42
+ var o, t, f;
43
+ const { origin: e } = new URL(r.value || "", location.origin);
44
+ e && ((f = (t = (o = i.value) == null ? void 0 : o.contentWindow) == null ? void 0 : t.postMessage) == null || f.call(
45
45
  t,
46
46
  { type: "setProxSsoStatus", data: { visible: !0, parentHref: location.href } },
47
47
  e
48
48
  ));
49
49
  };
50
- return (e, o) => (y(), h("iframe", {
50
+ return (e, o) => (h(), y("iframe", {
51
51
  class: "low-code-iframe",
52
52
  id: "low-code-iframe",
53
53
  src: r.value,
@@ -63,7 +63,7 @@ const x = ["src"], b = /* @__PURE__ */ v({
63
63
  for (const [a, r] of c)
64
64
  s[a] = r;
65
65
  return s;
66
- }, B = /* @__PURE__ */ C(b, [["__scopeId", "data-v-dfb25e5d"]]);
66
+ }, B = /* @__PURE__ */ C(b, [["__scopeId", "data-v-c5870bec"]]);
67
67
  export {
68
68
  B as LowCode
69
69
  };
Binary file
@@ -1 +1 @@
1
- .low-code-iframe[data-v-dfb25e5d]{padding:0;margin:0;border:none;outline:none;height:100%;width:100%;min-height:100px;min-width:100px}
1
+ .low-code-iframe[data-v-c5870bec]{padding:0;margin:0;border:none;outline:none;height:100%;width:100%;min-height:100px;min-width:100px}
@@ -1,5 +1,9 @@
1
1
  import { Ref } from 'vue';
2
2
 
3
3
  /** 简化组件内使用modelValue时的watch过程 */
4
- declare const useModelValue: (props: any, propKey: string) => Ref;
4
+ declare const useModelValue: (
5
+ /** 组件的props */
6
+ props: any,
7
+ /** 组件props需要使用modelValue的key */
8
+ propKey: string) => Ref;
5
9
  export { useModelValue };
Binary file
@@ -1,28 +1,28 @@
1
- export type socketConfig = {
2
- /** 请求地址 */
3
- url: string
4
-
5
- /** 请求参数 */
6
- params?: Record<string, any>
7
-
8
- /** websocket连接成功回调 */
9
- opened?: (event: any) => void
10
-
11
- /** websocket关闭连接回调 */
12
- close?: (event: any) => void
13
-
14
- /** websocket接收到消息回调 */
15
- message?: (event: any) => void
16
-
17
- /** websocket连接异常回调 */
18
- error?: (event: any) => void
19
-
20
- /** 是否重连,默认开启 */
21
- ifReconnect?: boolean
22
-
23
- /** 连接close关闭时是否重连,默认关闭 */
24
- reconnectWhenClose?: boolean
25
-
26
- /** 重连次数,默认为3,-1 表示一直重连 */
27
- reconnectNum?: number
28
- }
1
+ export type socketConfig = {
2
+ /** 请求地址 */
3
+ url: string
4
+
5
+ /** 请求参数 */
6
+ params?: Record<string, any>
7
+
8
+ /** websocket连接成功回调 */
9
+ opened?: (event: any) => void
10
+
11
+ /** websocket关闭连接回调 */
12
+ close?: (event: any) => void
13
+
14
+ /** websocket接收到消息回调 */
15
+ message?: (event: any) => void
16
+
17
+ /** websocket连接异常回调 */
18
+ error?: (event: any) => void
19
+
20
+ /** 是否重连,默认开启 */
21
+ ifReconnect?: boolean
22
+
23
+ /** 连接close关闭时是否重连,默认关闭 */
24
+ reconnectWhenClose?: boolean
25
+
26
+ /** 重连次数,默认为3,-1 表示一直重连 */
27
+ reconnectNum?: number
28
+ }
Binary file