@das-fed/utils 6.4.0-hot.36 → 6.4.0-hot.37
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 +2082 -1637
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +2256 -1811
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +2256 -1811
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +2258 -1813
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +2306 -1879
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +2314 -1887
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +2256 -1811
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.js +1985 -1554
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +2252 -1811
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +2080 -1653
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.js +2281 -1836
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +2257 -1812
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +2256 -1811
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +2256 -1811
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +2256 -1811
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +2275 -1830
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +2256 -1811
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +2256 -1811
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +2258 -1813
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +2258 -1813
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +2306 -1879
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +2256 -1811
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +2256 -1811
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +2254 -1809
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-info/set-personal-info/index.js +853 -584
- package/common-info/set-personal-info/index.js.gz +0 -0
- package/common-tools/extract-file-name/index.js +1038 -772
- package/common-tools/extract-file-name/index.js.gz +0 -0
- package/common-tools/get-file-extension/index.d.ts +6 -0
- package/common-tools/get-file-extension/index.js +7 -0
- package/common-tools/index.d.ts +1 -0
- package/common-tools/index.js +1 -0
- package/create-api-service/index.js +2254 -1809
- package/create-api-service/index.js.gz +0 -0
- package/create-api-service/sso/index.js +984 -717
- package/create-api-service/sso/index.js.gz +0 -0
- package/curring-http/index.js +1355 -1088
- package/curring-http/index.js.gz +0 -0
- package/esm-map.json +2 -1
- package/package.json +4 -4
- 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/style/math.d.ts +4 -4
- package/use-low-code/index.js +2 -2
- package/use-low-code/index.js.gz +0 -0
|
Binary file
|
package/style/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/shared v3.
|
|
2
|
+
* @vue/shared v3.5.13
|
|
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/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 };
|
package/use-low-code/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as v, computed as u, onMounted as g, onBeforeUnmount as _, ref as L,
|
|
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: {
|
|
@@ -47,7 +47,7 @@ const x = ["src"], b = /* @__PURE__ */ v({
|
|
|
47
47
|
e
|
|
48
48
|
));
|
|
49
49
|
};
|
|
50
|
-
return (e, o) => (
|
|
50
|
+
return (e, o) => (h(), y("iframe", {
|
|
51
51
|
class: "low-code-iframe",
|
|
52
52
|
id: "low-code-iframe",
|
|
53
53
|
src: r.value,
|
package/use-low-code/index.js.gz
CHANGED
|
Binary file
|