@das-fed/web 6.4.0-dev.4 → 6.4.0-dev.6

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 (36) hide show
  1. package/{index-BSYJheVx.js → index-BBbzRiUk.js} +1 -1
  2. package/index-BBbzRiUk.js.gz +0 -0
  3. package/{index--5iw3PcC.js → index-C8iO4QVt.js} +2081 -2167
  4. package/index-C8iO4QVt.js.gz +0 -0
  5. package/{index-D8XgnluX.js → index-CeDdJysJ.js} +1 -1
  6. package/{index-C5zNxpQk.js → index-GDnK0PX4.js} +1 -1
  7. package/index-GDnK0PX4.js.gz +0 -0
  8. package/index.js +1 -1
  9. package/package.json +6 -6
  10. package/packages/create-das-web-app/config.js +1 -0
  11. package/packages/create-das-web-app/index.js +14 -11
  12. package/packages/create-das-web-app/index.js.gz +0 -0
  13. package/packages/i18n/config.js +1 -0
  14. package/packages/layout/config.js +1 -0
  15. package/packages/layout/index.js +153 -151
  16. package/packages/layout/index.js.gz +0 -0
  17. package/packages/main-app-framework/config.js +1 -0
  18. package/packages/main-app-framework/{index-MhsbUVtD.js → index-CB6yJ78W.js} +17 -17
  19. package/packages/main-app-framework/index-CB6yJ78W.js.gz +0 -0
  20. package/packages/main-app-framework/{index-D7pfTqeW.js → index-CIYEqxNR.js} +2393 -2459
  21. package/packages/main-app-framework/index-CIYEqxNR.js.gz +0 -0
  22. package/packages/main-app-framework/{index-BkJc1lDT.js → index-CxDxCkSy.js} +1 -1
  23. package/packages/main-app-framework/{index-C_X3k7z0.js → index-DHvYQRkj.js} +1 -1
  24. package/packages/main-app-framework/index-DHvYQRkj.js.gz +0 -0
  25. package/packages/main-app-framework/index.js +1 -1
  26. package/packages/micro-frontend/config.js +1 -0
  27. package/packages/micro-frontend/index.js +1 -1
  28. package/packages/micro-frontend/index.js.gz +0 -0
  29. package/packages/style/config.js +1 -0
  30. package/packages/theme/config.js +1 -0
  31. package/index--5iw3PcC.js.gz +0 -0
  32. package/index-BSYJheVx.js.gz +0 -0
  33. package/index-C5zNxpQk.js.gz +0 -0
  34. package/packages/main-app-framework/index-C_X3k7z0.js.gz +0 -0
  35. package/packages/main-app-framework/index-D7pfTqeW.js.gz +0 -0
  36. package/packages/main-app-framework/index-MhsbUVtD.js.gz +0 -0
@@ -1,5 +1,5 @@
1
1
  import { openBlock as e, createElementBlock as r } from "vue";
2
- import { _ as c } from "./index-D7pfTqeW.js";
2
+ import { _ as c } from "./index-CIYEqxNR.js";
3
3
  const o = {};
4
4
  function t(n, _) {
5
5
  return e(), r("div");
@@ -3,7 +3,7 @@ import { DasAppContainer as C } from "@das-fed/ui/packages/business-components/a
3
3
  import { DasSpin as v } from "@das-fed/ui/packages/components/spin/index";
4
4
  import { getTabInfo as I } from "@das-fed/utils/common-info";
5
5
  import { createService as j } from "@das-fed/utils/create-api-service";
6
- import { u as S, a as c, c as l, b as $, l as x, d as L } from "./index-D7pfTqeW.js";
6
+ import { u as S, a as c, c as l, b as $, l as x, d as L } from "./index-CIYEqxNR.js";
7
7
  const T = "v1", b = j(`/api/justauth/client/${T}`), D = b.get("/visitor/kingdee/auth/user/auth_code"), V = /* @__PURE__ */ w({
8
8
  __name: "index",
9
9
  setup(E) {
@@ -1,6 +1,6 @@
1
1
  import '@das-fed/web/packages/main-app-framework/style.css';
2
2
  import "vue";
3
- import { m as p } from "./index-D7pfTqeW.js";
3
+ import { m as p } from "./index-CIYEqxNR.js";
4
4
  export {
5
5
  p as mainAppFramework
6
6
  };
@@ -0,0 +1 @@
1
+ window.config = {}
@@ -318,7 +318,7 @@ const b = (e, t, n) => {
318
318
  getItems: () => v.items,
319
319
  removeItem: (e) => {
320
320
  const t = v.items.filter((n) => n.value !== e);
321
- v.items = t;
321
+ console.log(t), v.items = t;
322
322
  },
323
323
  appendItem: (e) => {
324
324
  const t = v.items.findIndex((n) => n.value == e.value);
Binary file
@@ -0,0 +1 @@
1
+ window.config = {}
@@ -0,0 +1 @@
1
+ window.config = {}
Binary file
Binary file
Binary file