@das-fed/utils 7.1.0-dev.18 → 7.1.0-dev.19

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 (58) hide show
  1. package/api-services/i18n/index.js.gz +0 -0
  2. package/api-services/index.js.gz +0 -0
  3. package/api-services/modules/app-manage/index.js +725 -743
  4. package/api-services/modules/app-manage/index.js.gz +0 -0
  5. package/api-services/modules/authentication/index.js +725 -743
  6. package/api-services/modules/authentication/index.js.gz +0 -0
  7. package/api-services/modules/bems/index.js.gz +0 -0
  8. package/api-services/modules/contract/index.js +725 -743
  9. package/api-services/modules/contract/index.js.gz +0 -0
  10. package/api-services/modules/duty-manage/index.js.gz +0 -0
  11. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  12. package/api-services/modules/file/index.js.gz +0 -0
  13. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  14. package/api-services/modules/index.js +875 -857
  15. package/api-services/modules/index.js.gz +0 -0
  16. package/api-services/modules/iot/index.js.gz +0 -0
  17. package/api-services/modules/justauth/index.js.gz +0 -0
  18. package/api-services/modules/knowledge/index.js +725 -743
  19. package/api-services/modules/knowledge/index.js.gz +0 -0
  20. package/api-services/modules/link/index.js.gz +0 -0
  21. package/api-services/modules/permission/index.js.gz +0 -0
  22. package/api-services/modules/platformManage/index.js +734 -752
  23. package/api-services/modules/platformManage/index.js.gz +0 -0
  24. package/api-services/modules/portal/index.js.gz +0 -0
  25. package/api-services/modules/space-manage/index.js.gz +0 -0
  26. package/api-services/modules/super-admin/index.js +745 -727
  27. package/api-services/modules/super-admin/index.js.gz +0 -0
  28. package/api-services/modules/supplier/index.js +727 -745
  29. package/api-services/modules/supplier/index.js.gz +0 -0
  30. package/api-services/modules/supplychain-manage/index.js +725 -743
  31. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  32. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  33. package/api-services/modules/tool/index.js.gz +0 -0
  34. package/api-services/src/create-service/index.js.gz +0 -0
  35. package/common-info/getInfoFromUrl/index.js.gz +0 -0
  36. package/common-info/index.d.ts +1 -1
  37. package/common-info/index.js.gz +0 -0
  38. package/common-info/set-personal-info/index.js.gz +0 -0
  39. package/common-info/type.d.ts +220 -220
  40. package/common-tools/extract-file-name/index.js.gz +0 -0
  41. package/common-tools/get-url-params/index.js.gz +0 -0
  42. package/common-tools/platform-tools/index.js.gz +0 -0
  43. package/create-api-service/index.js.gz +0 -0
  44. package/create-api-service/sso/index.js.gz +0 -0
  45. package/curring-http/index.js.gz +0 -0
  46. package/curring-http/type.d.ts +87 -87
  47. package/directive/auth/index.js.gz +0 -0
  48. package/hooks/use-get-auth/index.js.gz +0 -0
  49. package/nextTiken/index.js.gz +0 -0
  50. package/package.json +4 -4
  51. package/pinyin-first-character/index.js.gz +0 -0
  52. package/style/index.js.gz +0 -0
  53. package/token-tools/index.js.gz +0 -0
  54. package/use-low-code/index.js +3 -3
  55. package/use-low-code/index.js.gz +0 -0
  56. package/use-low-code/style.css +1 -1
  57. package/webSocket-service/index.js.gz +0 -0
  58. package/webSocket-service/type.d.ts +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/utils",
3
- "version": "7.1.0-dev.18",
3
+ "version": "7.1.0-dev.19",
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": "7.1.0-dev.18",
12
+ "@das-fed/utils": "7.1.0-dev.19",
13
13
  "@vue/shared": "^3.4.21",
14
14
  "@vueuse/core": "^9.6.0",
15
15
  "axios": "^1.6.7",
@@ -21,8 +21,8 @@
21
21
  "vue": "^3.4.21"
22
22
  },
23
23
  "devDependencies": {
24
- "@das-fed/cli": "7.1.0-dev.18",
25
- "@das-fed/web": "7.1.0-dev.18",
24
+ "@das-fed/cli": "7.1.0-dev.19",
25
+ "@das-fed/web": "7.1.0-dev.19",
26
26
  "@types/js-cookie": "^3.0.6",
27
27
  "@types/lodash-es": "^4.17.12",
28
28
  "@types/qs": "^6.9.15",
Binary file
package/style/index.js.gz CHANGED
Binary file
Binary file
@@ -1,5 +1,5 @@
1
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
- const x = ["src"], b = /* @__PURE__ */ v({
2
+ const x = ["src"], C = /* @__PURE__ */ v({
3
3
  __name: "low-code-iframe",
4
4
  props: {
5
5
  app: {},
@@ -58,12 +58,12 @@ const x = ["src"], b = /* @__PURE__ */ v({
58
58
  onLoad: w
59
59
  }, null, 40, x));
60
60
  }
61
- }), C = (n, c) => {
61
+ }), M = (n, c) => {
62
62
  const s = n.__vccOpts || n;
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-c5870bec"]]);
66
+ }, B = /* @__PURE__ */ M(C, [["__scopeId", "data-v-67190e50"]]);
67
67
  export {
68
68
  B as LowCode
69
69
  };
Binary file
@@ -1 +1 @@
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
+ .low-code-iframe[data-v-67190e50]{padding:0;margin:0;border:none;outline:none;height:100%;width:100%;min-height:100px;min-width:100px}
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
+ }