@vue-start/pro 0.5.45 → 0.5.46

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,11 @@
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.46
7
+
8
+ - perf: ProLayout 左侧菜单添加 key;
9
+ - perf: ProTable class 新增 pro-table.has-header;
10
+
6
11
  # 0.5.45
7
12
 
8
13
  - feat: ProWatermark 水印组件,ProLayout 中通过 watermark 属性配置;
package/dist/index.d.ts CHANGED
@@ -2379,6 +2379,9 @@ declare const layoutProps: () => {
2379
2379
  menuProps: {
2380
2380
  type: ObjectConstructor;
2381
2381
  };
2382
+ topMenuProps: {
2383
+ type: ObjectConstructor;
2384
+ };
2382
2385
  };
2383
2386
  declare type ProLayoutProps = Partial<ExtractPropTypes<ReturnType<typeof layoutProps>>>;
2384
2387
  declare const ProLayout: vue.DefineComponent<Partial<ExtractPropTypes<{
@@ -2484,6 +2487,9 @@ declare const ProLayout: vue.DefineComponent<Partial<ExtractPropTypes<{
2484
2487
  menuProps: {
2485
2488
  type: ObjectConstructor;
2486
2489
  };
2490
+ topMenuProps: {
2491
+ type: ObjectConstructor;
2492
+ };
2487
2493
  }>>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<Partial<ExtractPropTypes<{
2488
2494
  /**
2489
2495
  * class名称
@@ -2587,6 +2593,9 @@ declare const ProLayout: vue.DefineComponent<Partial<ExtractPropTypes<{
2587
2593
  menuProps: {
2588
2594
  type: ObjectConstructor;
2589
2595
  };
2596
+ topMenuProps: {
2597
+ type: ObjectConstructor;
2598
+ };
2590
2599
  }>>>, {}>;
2591
2600
 
2592
2601
  declare type TFile = {