@done-coding/admin-core 0.19.1-alpha.0 → 0.20.1-alpha.0

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.
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./ViewLayout.vue2.mjs";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const ViewLayout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5e8f862f"]]);
4
+ const ViewLayout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e6c42f0b"]]);
5
5
  export {
6
6
  ViewLayout as default
7
7
  };
@@ -36,7 +36,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
36
  };
37
37
  const refresh = fetch;
38
38
  useActivated((info) => {
39
- if (info.isActivated) void fetch();
39
+ if (info.isActivated) fetch();
40
40
  });
41
41
  const heightProviderViewportHeight = computed(() => viewportHeightFinal.value);
42
42
  const contentStyle = (available) => ({
package/es/style.css CHANGED
@@ -773,15 +773,15 @@ to {
773
773
  gap: 8px;
774
774
  margin-top: 8px;
775
775
  }
776
- .view-layout[data-v-5e8f862f] {
776
+ .view-layout[data-v-e6c42f0b] {
777
777
  display: flex;
778
778
  flex-direction: column;
779
779
  gap: 8px;
780
780
  }
781
- .view-layout-toolbar[data-v-5e8f862f] {
781
+ .view-layout-toolbar[data-v-e6c42f0b] {
782
782
  display: flex;
783
783
  justify-content: flex-end;
784
784
  }
785
- .view-layout-content[data-v-5e8f862f] {
785
+ .view-layout-content[data-v-e6c42f0b] {
786
786
  overflow: auto;
787
787
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/admin-core",
3
- "version": "0.19.1-alpha.0",
3
+ "version": "0.20.1-alpha.0",
4
4
  "description": "内部前端库",
5
5
  "private": false,
6
6
  "main": "es/index.mjs",
@@ -80,5 +80,5 @@
80
80
  "node": ">=18.0.0",
81
81
  "pnpm": ">=9.0.0"
82
82
  },
83
- "gitHead": "a18e4ec70e2ca8652f6a8b8a5a2ea0be298d9601"
83
+ "gitHead": "fbc8dc3578fa1627664ad5fc9dbf6e4d200d3b0f"
84
84
  }
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "@done-coding/admin-core",
3
- "version": "0.19.1-alpha.0",
3
+ "version": "0.20.1-alpha.0",
4
4
  "description": "内部前端库"
5
5
  };
6
6