@gx-design-vue/pro-layout 0.1.0-beta.74 → 0.1.0-beta.75

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/dist/props.d.ts CHANGED
@@ -109,6 +109,10 @@ export declare const basicLayoutProps: {
109
109
  menuLoading: PropType<boolean>;
110
110
  autoHideHeader: PropType<boolean>;
111
111
  isMobile: PropType<boolean>;
112
+ headerMainWidth: {
113
+ type: PropType<number>;
114
+ default: undefined;
115
+ };
112
116
  headerRender: {
113
117
  type: PropType<import("./SlotsTypings").HeaderRender>;
114
118
  default: () => undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gx-design-vue/pro-layout",
3
- "version": "0.1.0-beta.74",
3
+ "version": "0.1.0-beta.75",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",