@das-fed/utils 6.4.0-hot.20 → 6.4.0-hot.22
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.
- package/api-services/index.js +1684 -1368
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +1928 -1612
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +1928 -1612
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +1931 -1615
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +1928 -1612
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +1917 -1601
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +1928 -1612
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +119 -118
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +1928 -1612
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +1683 -1367
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +1940 -1624
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +1914 -1598
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +1928 -1612
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +1928 -1612
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +1928 -1612
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +1935 -1619
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +1928 -1612
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +1928 -1612
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +1916 -1600
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +1930 -1614
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +1928 -1612
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +1928 -1612
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +1928 -1612
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +1912 -1596
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-info/getInfoFromUrl/index.js.gz +0 -0
- package/common-info/index.js.gz +0 -0
- package/common-info/set-personal-info/index.js +837 -570
- package/common-info/set-personal-info/index.js.gz +0 -0
- package/common-info/type.d.ts +104 -104
- package/common-tools/extract-file-name/index.js +922 -655
- package/common-tools/extract-file-name/index.js.gz +0 -0
- package/common-tools/get-url-params/index.js.gz +0 -0
- package/create-api-service/index.js +1912 -1596
- package/create-api-service/index.js.gz +0 -0
- package/create-api-service/sso/index.js +968 -701
- package/create-api-service/sso/index.js.gz +0 -0
- package/curring-http/index.js +1364 -1097
- package/curring-http/index.js.gz +0 -0
- package/curring-http/type.d.ts +87 -87
- package/directive/auth/index.js.gz +0 -0
- package/hooks/use-get-auth/index.js.gz +0 -0
- package/nextTiken/index.js.gz +0 -0
- package/package.json +4 -3
- package/pinyin-first-character/index.js +19799 -20879
- package/pinyin-first-character/index.js.gz +0 -0
- package/style/index.js +4 -2
- package/style/index.js.gz +0 -0
- package/token-tools/index.js.gz +0 -0
- package/use-low-code/index.js +3 -3
- package/use-low-code/index.js.gz +0 -0
- package/use-low-code/style.css +1 -1
- package/webSocket-service/index.js.gz +0 -0
- package/webSocket-service/type.d.ts +28 -28
|
Binary file
|
package/style/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/shared v3.
|
|
2
|
+
* @vue/shared v3.5.11
|
|
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(
|
|
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/token-tools/index.js.gz
CHANGED
|
Binary file
|
package/use-low-code/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as v, computed as u, onMounted as g, onBeforeUnmount as _, ref as L, openBlock as y, createElementBlock as h } from "vue";
|
|
2
|
-
const x = ["src"],
|
|
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
|
-
}),
|
|
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
|
|
66
|
+
}, B = /* @__PURE__ */ M(C, [["__scopeId", "data-v-67190e50"]]);
|
|
67
67
|
export {
|
|
68
68
|
B as LowCode
|
|
69
69
|
};
|
package/use-low-code/index.js.gz
CHANGED
|
Binary file
|
package/use-low-code/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.low-code-iframe[data-v-
|
|
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
|
+
}
|