@gx-design-vue/pro-layout 0.1.0-beta.87 → 0.1.0-beta.89

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
@@ -24,6 +24,12 @@ export declare const darkThemeProps: {
24
24
  'onUpdate:dark': PropType<(value?: boolean | "system") => void>;
25
25
  };
26
26
  export declare const basicLayoutProps: {
27
+ id: PropType<string>;
28
+ class: PropType<string>;
29
+ style: {
30
+ type: PropType<CSSProperties>;
31
+ default: () => {};
32
+ };
27
33
  contentWidth: {
28
34
  type: PropType<import("@gx-design-vue/pro-provider/dist").ProLayoutConfig["contentWidth"]>;
29
35
  default: () => undefined;
@@ -35,7 +41,7 @@ export declare const basicLayoutProps: {
35
41
  token: PropType<DeepPartial<ProAliasToken>>;
36
42
  menuData: {
37
43
  type: PropType<AppRouteModule[]>;
38
- default: () => AppRouteModule[];
44
+ default: undefined;
39
45
  };
40
46
  levelMenuData: {
41
47
  type: PropType<AppRouteModule[]>;
@@ -169,7 +175,7 @@ export declare const basicLayoutProps: {
169
175
  type: PropType<import("./SlotsTypings").HeaderLogoRender>;
170
176
  default: () => undefined;
171
177
  };
172
- onLogoClick: PropType<Function>;
178
+ onLogoClick: PropType<() => void>;
173
179
  mode: {
174
180
  type: PropType<import("ant-design-vue/es/menu/src/interface").MenuMode>;
175
181
  default: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gx-design-vue/pro-layout",
3
- "version": "0.1.0-beta.87",
3
+ "version": "0.1.0-beta.89",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",