@vue-start/pro 0.5.54 → 0.5.56

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,16 +3,13 @@
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.54](https://github.com/zxeryu/vue-start/compare/@vue-start/pro@0.5.53...@vue-start/pro@0.5.54) (2025-05-26)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **pro:** curd operate ([9c4dbbe](https://github.com/zxeryu/vue-start/commit/9c4dbbe6b24a67aa84325c60999dbae780c3f304))
12
-
6
+ # 0.5.55
13
7
 
8
+ - fix: ProLayout tabs 支持 findFirstMenu 自定义;
14
9
 
10
+ # 0.5.54
15
11
 
12
+ - fix: curd operate element 参数传递;
16
13
 
17
14
  # 0.5.52
18
15
 
package/dist/index.d.ts CHANGED
@@ -2644,6 +2644,12 @@ declare const layoutProps: () => {
2644
2644
  onDragEnd: (tabIds: string[]) => void;
2645
2645
  }) => void>;
2646
2646
  };
2647
+ findFirstMenu: {
2648
+ type: FunctionConstructor;
2649
+ };
2650
+ onItemClick: {
2651
+ type: FunctionConstructor;
2652
+ };
2647
2653
  }>> & {
2648
2654
  sessionKey?: string | undefined;
2649
2655
  clearWhileUnmount?: boolean | undefined;
@@ -2759,6 +2765,12 @@ declare const ProLayout: vue.DefineComponent<Partial<ExtractPropTypes<{
2759
2765
  onDragEnd: (tabIds: string[]) => void;
2760
2766
  }) => void>;
2761
2767
  };
2768
+ findFirstMenu: {
2769
+ type: FunctionConstructor;
2770
+ };
2771
+ onItemClick: {
2772
+ type: FunctionConstructor;
2773
+ };
2762
2774
  }>> & {
2763
2775
  sessionKey?: string | undefined;
2764
2776
  clearWhileUnmount?: boolean | undefined;
@@ -2872,6 +2884,12 @@ declare const ProLayout: vue.DefineComponent<Partial<ExtractPropTypes<{
2872
2884
  onDragEnd: (tabIds: string[]) => void;
2873
2885
  }) => void>;
2874
2886
  };
2887
+ findFirstMenu: {
2888
+ type: FunctionConstructor;
2889
+ };
2890
+ onItemClick: {
2891
+ type: FunctionConstructor;
2892
+ };
2875
2893
  }>> & {
2876
2894
  sessionKey?: string | undefined;
2877
2895
  clearWhileUnmount?: boolean | undefined;