@das-fed/upf-web 6.4.0-dev.208 → 6.4.0-dev.209

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.
@@ -10096,8 +10096,9 @@ const R8 = (e) => {
10096
10096
  }), pX = Pt("microApp"), mX = () => {
10097
10097
  const { unloadRoute: e } = W7();
10098
10098
  pX.event.on("unmountPage", (A) => {
10099
- const f = Array.isArray(A.url) ? A.url : [A.url];
10100
- e(f);
10099
+ var v;
10100
+ const f = (v = A == null ? void 0 : A.urls) != null && v.length ? A.urls : A.url ? [A.url] : [];
10101
+ f.length && e(f);
10101
10102
  });
10102
10103
  }, lX = () => {
10103
10104
  IA.addEventListenerFromMicroApp("iot:change-instance", (e) => {
@@ -13910,11 +13911,11 @@ T("@das-fed/upf-web");
13910
13911
  const Mc = [
13911
13912
  {
13912
13913
  path: _A,
13913
- component: () => import("./index-ZwajKQii.js")
13914
+ component: () => import("./index-T1YKJhjV.js")
13914
13915
  },
13915
13916
  {
13916
13917
  path: en,
13917
- component: () => import("./index-C9SR2KVR.js")
13918
+ component: () => import("./index-u6f7sFiO.js")
13918
13919
  }
13919
13920
  ], Xa = {
13920
13921
  routes: Mc,
@@ -6,7 +6,7 @@ import { DasSpin as x } from "@das-fed/upf-ui/packages/components/spin/index";
6
6
  import { getTabInfo as T } from "@das-fed/upf-utils/common-info";
7
7
  import { setShowLayout as b } from "@das-fed/upf-utils/common-tools";
8
8
  import { createService as E } from "@das-fed/upf-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-CMMllaTa.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-DeJHskaT.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
@@ -1,5 +1,5 @@
1
1
  import { openBlock as e, createElementBlock as r } from "vue";
2
- import { _ as c } from "./index-DwdlcBuz.js";
2
+ import { _ as c } from "./index-DeJHskaT.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 { O as s, F as t, H as n, G as r, I as i, e as o, o as u, B as g, r as m, f as l, j as p, n as D, A as c, D as L, E as b, k as h, i as y, L as A, M as I, y as M, h as T, J as R, K as W, v as F, P as V, N as d, w as f, x as k, s as v, m as w, q as x, z as K, C as N, t as j } from "./index-DwdlcBuz.js";
1
+ import { O as s, F as t, H as n, G as r, I as i, e as o, o as u, B as g, r as m, f as l, j as p, n as D, A as c, D as L, E as b, k as h, i as y, L as A, M as I, y as M, h as T, J as R, K as W, v as F, P as V, N as d, w as f, x as k, s as v, m as w, q as x, z as K, C as N, t as j } from "./index-DeJHskaT.js";
2
2
  export {
3
3
  s as DasMainAppLayout,
4
4
  t as DasWebLayout,
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@das-fed/upf-web",
3
- "version": "6.4.0-dev.208",
3
+ "version": "6.4.0-dev.209",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "dependencies": {
7
- "@das-fed/mframe": "0.0.34",
8
- "@das-fed/upf-ui": "6.4.0-dev.208",
9
- "@das-fed/upf-utils": "6.4.0-dev.208",
10
- "@das-fed/upf-web": "6.4.0-dev.208",
11
- "@das-fed/upf-web-components": "6.4.0-dev.208",
7
+ "@das-fed/mframe": "0.0.35",
8
+ "@das-fed/upf-ui": "6.4.0-dev.209",
9
+ "@das-fed/upf-utils": "6.4.0-dev.209",
10
+ "@das-fed/upf-web": "6.4.0-dev.209",
11
+ "@das-fed/upf-web-components": "6.4.0-dev.209",
12
12
  "@microsoft/signalr": "^8.0.7",
13
13
  "@vueuse/core": "^9.13.0",
14
14
  "animate.css": "^4.1.1",
@@ -20,7 +20,7 @@
20
20
  "vue-router": "^4.4.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@das-fed/upf-cli": "6.4.0-dev.208",
23
+ "@das-fed/upf-cli": "6.4.0-dev.209",
24
24
  "@types/crypto-js": "^4.2.2",
25
25
  "@types/lodash": "^4.14.194",
26
26
  "@types/lodash-es": "^4.17.12",