@das-fed/web 6.4.0-dev.67 → 6.4.0-dev.69

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.
@@ -6,7 +6,7 @@ import { DasSpin as x } from "@das-fed/ui/packages/components/spin/index";
6
6
  import { getTabInfo as T } from "@das-fed/utils/common-info";
7
7
  import { setShowLayout as b } from "@das-fed/utils/common-tools";
8
8
  import { createService as E } from "@das-fed/utils/create-api-service";
9
- import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-CEBWz-em.js";
9
+ import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-D9F8meTm.js";
10
10
  const N = "v1", O = E(`/api/justauth/client/${N}`), V = O.get("/visitor/kingdee/auth/user/auth_code"), z = /* @__PURE__ */ k({
11
11
  __name: "index",
12
12
  setup(F) {
Binary file
@@ -7074,9 +7074,9 @@ const Zd = {
7074
7074
  iso10126: "iso10126",
7075
7075
  ansix923: "ansix923"
7076
7076
  }, r = { hex: "hex", base64: "base64" };
7077
- let v = e.encryptType || "", P = f[v.toLowerCase()], d = e.encryptMode || "", u = e.encryptKey || "", t = e.encryptOffset || "", z = e.encryptPadding || "", p = n[z.toLowerCase()], a = e.codingMode || "", i = r[a.toLowerCase()], b = (e.encryptKeyLength || 0) / 8;
7077
+ let v = e.encryptType || "", P = f[v.toLowerCase()], d = e.encryptMode || "", u = e.encryptKey || "", t = e.encryptOffset || "", z = e.encryptPadding || "", p = n[z.toLowerCase()], a = e.codingMode || "", i = r[a.toLowerCase()], b = (Number(e.encryptKeyLength) || 0) / 8;
7078
7078
  return new Promise((X) => {
7079
- P !== "aes" && P !== "des" ? X({ error: "加密出错", value: null }) : Zd[P](A, u, { mode: d, keySize: b, padding: p, encoding: i, iv: t }, (l) => {
7079
+ P !== "aes" && P !== "des" ? X({ error: "加密类型出错==", value: null }) : Zd[P](A, u, { mode: d, keySize: b, padding: p, encoding: i, iv: t }, (l) => {
7080
7080
  X(l);
7081
7081
  });
7082
7082
  });
@@ -9806,13 +9806,15 @@ const B8 = (e) => {
9806
9806
  return S.nav.addEventListener("searchToPage", async (n) => {
9807
9807
  const { item: r, keyword: v, cb: P } = n;
9808
9808
  if (r != null && r.disable || r != null && r.expired) {
9809
- const { title: z, content: p, desc: a } = await W9(r);
9810
- await sf({ title: z, content: p, desc: a });
9809
+ const { title: p, content: a, desc: i } = await W9(r);
9810
+ await sf({ title: p, content: a, desc: i });
9811
9811
  return;
9812
9812
  }
9813
9813
  await j1().run({ searchVal: v, clickData: r });
9814
- const t = ((XA().appcategorys ?? []).map((z) => z.apps).flat() ?? []).find((z) => z.code === r.applicationCode);
9815
- t && (f({ microApp: t, menuCode: r.code }), P());
9814
+ const t = ((XA().appcategorys ?? []).map((p) => p.apps).flat() ?? []).find((p) => p.code === r.applicationCode);
9815
+ if (!t) return;
9816
+ const z = r.applicationCode !== r.code ? r.code : "";
9817
+ f({ microApp: t, menuCode: z }), P();
9816
9818
  }), S.nav.addEventListener("deleteSearchItem", async (n) => {
9817
9819
  const { value: r, cb: v } = n;
9818
9820
  await y1().run({ id: r }), v();
@@ -13553,11 +13555,11 @@ j("@das-fed/web");
13553
13555
  const KX = [
13554
13556
  {
13555
13557
  path: FA,
13556
- component: () => import("./index-Bjhe-VfY.js")
13558
+ component: () => import("./index-BEqXOsYa.js")
13557
13559
  },
13558
13560
  {
13559
13561
  path: Ar,
13560
- component: () => import("./index-KoUHdwM-.js")
13562
+ component: () => import("./index-qxqzIcsu.js")
13561
13563
  }
13562
13564
  ], si = {
13563
13565
  routes: KX,
Binary file
@@ -1,5 +1,5 @@
1
1
  import { openBlock as e, createElementBlock as r } from "vue";
2
- import { _ as c } from "./index-CEBWz-em.js";
2
+ import { _ as c } from "./index-D9F8meTm.js";
3
3
  const o = {};
4
4
  function t(n, _) {
5
5
  return e(), r("div");
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { J as e, A as t, C as n, B as i, D as r, e as u, m as o, w as m, o as p, f as g, k as D, v as l, y as L, z as b, h as c, i as h, G as A, H as T, q as y, E as R, F as W, K as I, I as M, s as F, j as V, n as f, r as k, x as v, t as w } from "./index-CEBWz-em.js";
1
+ import { J as e, A as t, C as n, B as i, D as r, e as u, m as o, w as m, o as p, f as g, k as D, v as l, y as L, z as b, h as c, i as h, G as A, H as T, q as y, E as R, F as W, K as I, I as M, s as F, j as V, n as f, r as k, x as v, t as w } from "./index-D9F8meTm.js";
2
2
  export {
3
3
  e as DasMainAppLayout,
4
4
  t as DasWebLayout,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@das-fed/web",
3
- "version": "6.4.0-dev.67",
3
+ "version": "6.4.0-dev.69",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "dependencies": {
7
- "@das-fed/ui": "6.4.0-dev.67",
8
- "@das-fed/utils": "6.4.0-dev.67",
9
- "@das-fed/web": "6.4.0-dev.67",
10
- "@das-fed/web-components": "6.4.0-dev.67",
7
+ "@das-fed/ui": "6.4.0-dev.69",
8
+ "@das-fed/utils": "6.4.0-dev.69",
9
+ "@das-fed/web": "6.4.0-dev.69",
10
+ "@das-fed/web-components": "6.4.0-dev.69",
11
11
  "@microsoft/signalr": "^8.0.7",
12
12
  "@vueuse/core": "^9.13.0",
13
13
  "animate.css": "^4.1.1",
@@ -19,7 +19,7 @@
19
19
  "vue-router": "^4.4.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@das-fed/cli": "6.4.0-dev.67",
22
+ "@das-fed/cli": "6.4.0-dev.69",
23
23
  "@types/crypto-js": "^4.2.2",
24
24
  "@types/lodash": "^4.14.194",
25
25
  "@types/lodash-es": "^4.17.12",