@vue-start/pro 0.5.56 → 0.5.57

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 0.5.56
7
+
8
+ - perf: ProLayout tabs 所有(理论上)菜单保留 query 状态;
9
+
6
10
  # 0.5.55
7
11
 
8
12
  - fix: ProLayout tabs 支持 findFirstMenu 自定义;
package/dist/index.d.ts CHANGED
@@ -2557,6 +2557,7 @@ interface IProLayoutProvide {
2557
2557
  convertValue: (menu: TLayoutTabMenu) => string;
2558
2558
  menus: Ref<TLayoutMenu[]>;
2559
2559
  showMenus: Ref<TLayoutMenu[]>;
2560
+ repeatRouteMap: Ref<Record<string, true>>;
2560
2561
  menuMap: Ref<Record<string, TLayoutMenu>>;
2561
2562
  tabs: Ref<TLayoutTabMenu[]>;
2562
2563
  showTabs: Ref<boolean>;