@das-fed/utils 6.4.0-test.1 → 6.4.0-test.11

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 (103) hide show
  1. package/api-services/i18n/index.d.ts +63 -0
  2. package/api-services/i18n/index.js +25 -0
  3. package/api-services/i18n/index.js.gz +0 -0
  4. package/api-services/index.js +1738 -1364
  5. package/api-services/index.js.gz +0 -0
  6. package/api-services/modules/app-manage/index.js +1957 -1613
  7. package/api-services/modules/app-manage/index.js.gz +0 -0
  8. package/api-services/modules/authentication/index.js +1957 -1613
  9. package/api-services/modules/authentication/index.js.gz +0 -0
  10. package/api-services/modules/bems/index.js +1960 -1616
  11. package/api-services/modules/bems/index.js.gz +0 -0
  12. package/api-services/modules/contract/index.js +1957 -1613
  13. package/api-services/modules/contract/index.js.gz +0 -0
  14. package/api-services/modules/duty-manage/index.js +1945 -1601
  15. package/api-services/modules/duty-manage/index.js.gz +0 -0
  16. package/api-services/modules/enterpriseright/index.js +1957 -1613
  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 +3292 -154
  20. package/api-services/modules/file/index.js.gz +0 -0
  21. package/api-services/modules/gateway-edge/index.js +1957 -1613
  22. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  23. package/api-services/modules/index.js +1725 -1374
  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 +1970 -1625
  27. package/api-services/modules/iot/index.js.gz +0 -0
  28. package/api-services/modules/justauth/index.js +1943 -1599
  29. package/api-services/modules/justauth/index.js.gz +0 -0
  30. package/api-services/modules/knowledge/index.js +1957 -1613
  31. package/api-services/modules/knowledge/index.js.gz +0 -0
  32. package/api-services/modules/link/index.js +1957 -1613
  33. package/api-services/modules/link/index.js.gz +0 -0
  34. package/api-services/modules/permission/index.js +1957 -1613
  35. package/api-services/modules/permission/index.js.gz +0 -0
  36. package/api-services/modules/platformManage/index.js +1963 -1619
  37. package/api-services/modules/platformManage/index.js.gz +0 -0
  38. package/api-services/modules/portal/index.js +1942 -1598
  39. package/api-services/modules/portal/index.js.gz +0 -0
  40. package/api-services/modules/space-manage/index.js +1957 -1613
  41. package/api-services/modules/space-manage/index.js.gz +0 -0
  42. package/api-services/modules/super-admin/index.js +1945 -1601
  43. package/api-services/modules/super-admin/index.js.gz +0 -0
  44. package/api-services/modules/supplier/index.js +1944 -1600
  45. package/api-services/modules/supplier/index.js.gz +0 -0
  46. package/api-services/modules/supplychain-manage/index.js +1942 -1598
  47. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  48. package/api-services/modules/systemConfiguration/index.js +1957 -1613
  49. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  50. package/api-services/modules/tool/index.js +1957 -1613
  51. package/api-services/modules/tool/index.js.gz +0 -0
  52. package/api-services/src/create-service/index.js +1941 -1597
  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 +9 -3
  56. package/common-info/index.js +110 -55
  57. package/common-info/index.js.gz +0 -0
  58. package/common-info/set-personal-info/index.js +850 -579
  59. package/common-info/set-personal-info/index.js.gz +0 -0
  60. package/common-info/type.d.ts +214 -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 +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 +3 -0
  68. package/common-tools/index.js +3 -0
  69. package/common-tools/setHtmlMinWH/index.js +4 -8
  70. package/common-tools/update-browser-title/index.d.ts +1 -0
  71. package/common-tools/update-browser-title/index.js +12 -0
  72. package/common-tools/update-fav-icon/index.js +15 -14
  73. package/create-api-service/i18n/index.d.ts +33 -0
  74. package/create-api-service/i18n/index.js +15 -0
  75. package/create-api-service/index.js +1941 -1597
  76. package/create-api-service/index.js.gz +0 -0
  77. package/create-api-service/sso/index.d.ts +0 -2
  78. package/create-api-service/sso/index.js +1198 -835
  79. package/create-api-service/sso/index.js.gz +0 -0
  80. package/curring-http/index.js +1364 -1097
  81. package/curring-http/index.js.gz +0 -0
  82. package/curring-http/type.d.ts +87 -87
  83. package/directive/auth/index.js.gz +0 -0
  84. package/directive/hoverInside/index.d.ts +1 -1
  85. package/dom-check-in/index.js +2 -2
  86. package/esm-map.json +7 -2
  87. package/hooks/popup-manager/use-zindex/index.d.ts +0 -2
  88. package/hooks/popup-manager/use-zindex/index.js +7 -20
  89. package/hooks/use-get-auth/index.js.gz +0 -0
  90. package/nextTiken/index.js.gz +0 -0
  91. package/package.json +4 -4
  92. package/pinyin-first-character/index.js +19804 -20879
  93. package/pinyin-first-character/index.js.gz +0 -0
  94. package/style/index.js +4 -2
  95. package/style/index.js.gz +0 -0
  96. package/token-tools/index.d.ts +6 -6
  97. package/token-tools/index.js +8 -84
  98. package/use-low-code/index.js +11 -11
  99. package/use-low-code/index.js.gz +0 -0
  100. package/use-low-code/style.css +1 -1
  101. package/webSocket-service/index.js.gz +0 -0
  102. package/webSocket-service/type.d.ts +28 -28
  103. package/token-tools/index.js.gz +0 -0
Binary file
@@ -1,89 +1,89 @@
1
1
  import { AxiosInstance, AxiosRequestConfig, AxiosError } from 'axios';
2
2
  import { Ref } from 'vue';
3
-
4
-
5
- /** 请求工具配置项 */
6
- export type CurringConfig = AxiosRequestConfig & {
7
- /** 请求实例 */
8
- axiosInstance?: AxiosInstance
9
-
10
- /** 请求方法 */
11
- method?: Method
12
-
13
- /** 请求的body数据 */
14
- data?: any
15
-
16
- /** 请求的query数据 */
17
- params?: any
18
-
19
- /** 接口地址前缀 */
20
- urlPrefix?: string
21
-
22
- /** 标记为公共接口,不需要鉴权,默认为false */
23
- public?: boolean
24
-
25
- /** 请求成功执行的回调 */
26
- onSuccess?: (res: any, config: CurringConfig) => Promise<any>
27
-
28
- /** 请求失败执行的回调 */
29
- onError?: (error: any, config: CurringConfig) => Promise<any>
30
-
31
- /** 自定义处理请求失败执行的回调 */
32
- onCustomError?: (error: any, config: CurringConfig) => Promise<any>
33
-
34
- /** 不管请求成功或失败都会执行的回调 */
35
- finally?: (config: CurringConfig) => any
36
-
37
- /** 每次请求之前都会执行的函数 */
38
- beforeRun?: (config: CurringConfig) => Promise<CurringConfig>
39
-
40
- /** 自定义错误信息 */
41
- customErrorMessage?: (
42
- /** 原始错误信息 */
43
- message: string,
44
-
45
- /** 原始错误对象 */
46
- error: any,
47
- ) => string | null | undefined
48
-
49
- /** 忽略错误提示 */
50
- ignoreErrorMessage?: boolean
51
-
52
- /** 接口401是否重定向到登录页 */
53
- noRedireLogin?: boolean
54
-
55
- /** 开启CSRF安全选项 */
56
- csrf?: boolean
57
- }
58
-
59
- export type Method = 'get' | 'post' | 'put' | 'delete' | 'patch'
60
-
61
- export type CurringConfigFun = (config: CurringConfig) => CurringConfig | Promise<CurringConfig>
62
-
63
- export type CurringRes = {
64
- /** 请求时返回的接口数据 */
65
- data: Ref<any>
66
-
67
- /** 请求时的错误信息 */
68
- error: Ref<any>
69
-
70
- /** 请求时的loading */
71
- loading: Ref<boolean>
72
-
73
- /** 发起请求 返回格式 [ error, data ] */
74
- run: (payload?: any, config?: CurringConfig) => CurringRunRes
75
-
76
- /** 取消请求控制器 */
77
- abortController: Ref<AbortController | null>
78
- }
79
-
80
- /** 返回为数组 [error, data], 请求成功error为null,请求失败data为null */
81
- export type CurringRunRes = Promise<
82
- [
83
- /** 请求返回的错误信息,请求成功时为null,请求失败时为错误信息 */
84
- error: { code: string | number; msg: string; error: AxiosError } | null,
85
-
86
- /** 请求返回的接口数据,请求成功时为后端数据,请求失败时为null */
87
- data: any | null,
88
- ]
89
- >
3
+
4
+
5
+ /** 请求工具配置项 */
6
+ export type CurringConfig = AxiosRequestConfig & {
7
+ /** 请求实例 */
8
+ axiosInstance?: AxiosInstance
9
+
10
+ /** 请求方法 */
11
+ method?: Method
12
+
13
+ /** 请求的body数据 */
14
+ data?: any
15
+
16
+ /** 请求的query数据 */
17
+ params?: any
18
+
19
+ /** 接口地址前缀 */
20
+ urlPrefix?: string
21
+
22
+ /** 标记为公共接口,不需要鉴权,默认为false */
23
+ public?: boolean
24
+
25
+ /** 请求成功执行的回调 */
26
+ onSuccess?: (res: any, config: CurringConfig) => Promise<any>
27
+
28
+ /** 请求失败执行的回调 */
29
+ onError?: (error: any, config: CurringConfig) => Promise<any>
30
+
31
+ /** 自定义处理请求失败执行的回调 */
32
+ onCustomError?: (error: any, config: CurringConfig) => Promise<any>
33
+
34
+ /** 不管请求成功或失败都会执行的回调 */
35
+ finally?: (config: CurringConfig) => any
36
+
37
+ /** 每次请求之前都会执行的函数 */
38
+ beforeRun?: (config: CurringConfig) => Promise<CurringConfig>
39
+
40
+ /** 自定义错误信息 */
41
+ customErrorMessage?: (
42
+ /** 原始错误信息 */
43
+ message: string,
44
+
45
+ /** 原始错误对象 */
46
+ error: any,
47
+ ) => string | null | undefined
48
+
49
+ /** 忽略错误提示 */
50
+ ignoreErrorMessage?: boolean
51
+
52
+ /** 接口401是否重定向到登录页 */
53
+ noRedireLogin?: boolean
54
+
55
+ /** 开启CSRF安全选项 */
56
+ csrf?: boolean
57
+ }
58
+
59
+ export type Method = 'get' | 'post' | 'put' | 'delete' | 'patch'
60
+
61
+ export type CurringConfigFun = (config: CurringConfig) => CurringConfig | Promise<CurringConfig>
62
+
63
+ export type CurringRes = {
64
+ /** 请求时返回的接口数据 */
65
+ data: Ref<any>
66
+
67
+ /** 请求时的错误信息 */
68
+ error: Ref<any>
69
+
70
+ /** 请求时的loading */
71
+ loading: Ref<boolean>
72
+
73
+ /** 发起请求 返回格式 [ error, data ] */
74
+ run: (payload?: any, config?: CurringConfig) => CurringRunRes
75
+
76
+ /** 取消请求控制器 */
77
+ abortController: Ref<AbortController | null>
78
+ }
79
+
80
+ /** 返回为数组 [error, data], 请求成功error为null,请求失败data为null */
81
+ export type CurringRunRes = Promise<
82
+ [
83
+ /** 请求返回的错误信息,请求成功时为null,请求失败时为错误信息 */
84
+ error: { code: string | number; msg: string; error: AxiosError } | null,
85
+
86
+ /** 请求返回的接口数据,请求成功时为后端数据,请求失败时为null */
87
+ data: any | null,
88
+ ]
89
+ >
Binary file
@@ -1,6 +1,6 @@
1
1
  import { Directive } from 'vue';
2
2
 
3
3
  /**
4
- * 指令:鼠标移入移除dom事件
4
+ * 指令:鼠标移入移出dom事件
5
5
  */
6
6
  export declare const vHoverInside: Directive<HTMLElement>;
@@ -1,7 +1,7 @@
1
1
  const d = (e) => {
2
2
  const t = window.event;
3
- let i = Number(t.clientX), n = Number(t.clientY), l = Number(e.getBoundingClientRect().left), u = Number(l + e.clientWidth), r = Number(e.getBoundingClientRect().top), c = Number(r + e.clientHeight);
4
- return i > l && i < u && n > r && n < c;
3
+ let i = Number(t.clientX), n = Number(t.clientY), l = Number(e.getBoundingClientRect().left), r = Number(l + e.clientWidth), c = Number(e.getBoundingClientRect().top), u = Number(c + e.clientHeight);
4
+ return i > l && i < r && n > c && n < u;
5
5
  };
6
6
  export {
7
7
  d as domCheckIn
package/esm-map.json CHANGED
@@ -112,7 +112,6 @@
112
112
  "getAccessTokenInfo": "/token-tools/index",
113
113
  "setAccessToken": "/token-tools/index",
114
114
  "removeAccessToken": "/token-tools/index",
115
- "clearAllCookies": "/token-tools/index",
116
115
  "socketService": "/webSocket-service/index",
117
116
  "getTokenFromQuery": "/common-info/getInfoFromUrl/index",
118
117
  "getProjectInfoFromQuery": "/common-info/getInfoFromUrl/index",
@@ -135,5 +134,11 @@
135
134
  "useAntvX6": "/dimple-canvas/use-dimple-canvas/core/antv-x6/index",
136
135
  "addObject": "/dimple-canvas/use-dimple-canvas/core/konva/utils/add-object/index",
137
136
  "useKonva": "/dimple-canvas/use-dimple-canvas/core/konva/index",
138
- "setShowWatermark": "/common-tools/platform-tools/index"
137
+ "setShowWatermark": "/common-tools/platform-tools/index",
138
+ "extractFilename": "/common-tools/extract-file-name/index",
139
+ "setBrowseTitle": "/common-tools/update-browser-title/index",
140
+ "getPersonalConfig": "/common-info/index",
141
+ "getProjectMessage": "/common-info/index",
142
+ "analyApi": "/api-services/modules/iot/index",
143
+ "calcTextWidth": "/common-tools/calc-text-width/index"
139
144
  }
@@ -1,5 +1,3 @@
1
1
  export declare const useZIndex: () => {
2
- initialZIndex: any;
3
- currentZIndex: any;
4
2
  nextZIndex: () => any;
5
3
  };
@@ -1,22 +1,9 @@
1
- import { ref as I, getCurrentInstance as u, inject as s, computed as e, unref as i } from "vue";
2
- const Z = (n) => typeof n == "number", c = I(0), l = 2e3, a = Symbol("zIndexContextKey"), v = (n) => {
3
- const t = u() ? s(a, void 0) : void 0, r = e(() => {
4
- const d = i(t);
5
- return Z(d) ? d : l;
6
- }), x = e(() => r.value + c.value);
7
- return {
8
- initialZIndex: r,
9
- currentZIndex: x,
10
- nextZIndex: () => (c.value++, x.value)
11
- };
12
- }, o = v(), f = () => {
13
- const n = e(() => o.initialZIndex.value), t = e(() => o.currentZIndex.value);
14
- return {
15
- initialZIndex: n,
16
- currentZIndex: t,
17
- nextZIndex: () => o.nextZIndex()
18
- };
19
- };
1
+ const n = () => [...document.body.querySelectorAll("*")].reduce(
2
+ (e, t) => Math.max(e, +window.getComputedStyle(t).zIndex || 0),
3
+ 0
4
+ ), d = () => ({
5
+ nextZIndex: () => n() + 1
6
+ });
20
7
  export {
21
- f as useZIndex
8
+ d as useZIndex
22
9
  };
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/utils",
3
- "version": "6.4.0-test.1",
3
+ "version": "6.4.0-test.11",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -9,7 +9,7 @@
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
11
  "@antv/x6": "^2.18.1",
12
- "@das-fed/utils": "6.4.0-test.1",
12
+ "@das-fed/utils": "6.4.0-test.11",
13
13
  "@vue/shared": "^3.4.21",
14
14
  "@vueuse/core": "^9.6.0",
15
15
  "axios": "^1.6.7",
@@ -21,7 +21,8 @@
21
21
  "vue": "^3.4.21"
22
22
  },
23
23
  "devDependencies": {
24
- "@das-fed/cli": "6.4.0-test.1",
24
+ "@das-fed/cli": "6.4.0-test.11",
25
+ "@das-fed/web": "6.4.0-test.11",
25
26
  "@types/js-cookie": "^3.0.6",
26
27
  "@types/lodash-es": "^4.17.12",
27
28
  "@types/qs": "^6.9.15",
@@ -29,7 +30,6 @@
29
30
  "@vitejs/plugin-vue-jsx": "^3.1.0",
30
31
  "ant-design-vue": "3.2.20",
31
32
  "consola": "^3.2.3",
32
- "element-plus": "2.4.2",
33
33
  "execa": "^9.3.0",
34
34
  "fast-glob": "^3.3.2",
35
35
  "fs-extra": "^11.2.0",