@gx-design-vue/pro-layout 0.1.0-beta.77 → 0.1.0-beta.79

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.
@@ -11,7 +11,11 @@ export declare function clearMenuItem(menusData: AppRouteModule[]): AppRouteModu
11
11
  export declare function flatMap(menusData: AppRouteModule[]): AppRouteModule[];
12
12
  export declare function getMenuFirstChildren(menus: AppRouteModule[], key?: string): AppRouteModule[];
13
13
  export declare function getLastPath(data: AppRouteModule[]): string;
14
- export declare function getMatchedList(data: AppRouteModule[], { path, name }: {
14
+ export declare function findLastKey(tree: AppRouteModule[], targetKey: string): string | undefined;
15
+ export declare function getMatchedList({ menuData, levelMenuData }: {
16
+ menuData: AppRouteModule[];
17
+ levelMenuData: AppRouteModule[];
18
+ }, { path, name }: {
15
19
  path: string;
16
20
  name: AppRouteModule['name'];
17
21
  }): AppRouteModule[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gx-design-vue/pro-layout",
3
- "version": "0.1.0-beta.77",
3
+ "version": "0.1.0-beta.79",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",