@gx-design-vue/pro-layout 0.1.0-beta.95 → 0.1.0-beta.97
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/ProLayout.d.ts
CHANGED
|
@@ -78,6 +78,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
78
78
|
type: import("vue").PropType<FooterRender>;
|
|
79
79
|
default: () => undefined;
|
|
80
80
|
};
|
|
81
|
+
onContentFullScreenChange: import("vue").PropType<(value: boolean) => void>;
|
|
81
82
|
onTabsChange: {
|
|
82
83
|
type: import("vue").PropType<(list: AppRouteModule[]) => void>;
|
|
83
84
|
};
|
|
@@ -288,7 +289,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
288
289
|
};
|
|
289
290
|
onDarkChange: import("vue").PropType<(value?: boolean | "system") => void>;
|
|
290
291
|
'onUpdate:dark': import("vue").PropType<(value?: boolean | "system") => void>;
|
|
291
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openKeys" | "select" | "collapse" | "update:collapsed" | "reloadPage" | "update:tabs" | "update:dark" | "update:open-keys" | "update:selected-keys" | "logoClick" | "menuClick" | "tabsChange" | "darkChange")[], "openKeys" | "select" | "collapse" | "update:collapsed" | "reloadPage" | "update:tabs" | "update:dark" | "update:open-keys" | "update:selected-keys" | "logoClick" | "menuClick" | "tabsChange" | "darkChange", import("vue").PublicProps, Readonly<ExtractPropTypes<{
|
|
292
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openKeys" | "select" | "collapse" | "update:collapsed" | "reloadPage" | "update:tabs" | "update:dark" | "update:open-keys" | "update:selected-keys" | "logoClick" | "menuClick" | "tabsChange" | "darkChange" | "contentFullScreenChange")[], "openKeys" | "select" | "collapse" | "update:collapsed" | "reloadPage" | "update:tabs" | "update:dark" | "update:open-keys" | "update:selected-keys" | "logoClick" | "menuClick" | "tabsChange" | "darkChange" | "contentFullScreenChange", import("vue").PublicProps, Readonly<ExtractPropTypes<{
|
|
292
293
|
id: import("vue").PropType<string>;
|
|
293
294
|
class: import("vue").PropType<string>;
|
|
294
295
|
style: {
|
|
@@ -356,6 +357,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
356
357
|
type: import("vue").PropType<FooterRender>;
|
|
357
358
|
default: () => undefined;
|
|
358
359
|
};
|
|
360
|
+
onContentFullScreenChange: import("vue").PropType<(value: boolean) => void>;
|
|
359
361
|
onTabsChange: {
|
|
360
362
|
type: import("vue").PropType<(list: AppRouteModule[]) => void>;
|
|
361
363
|
};
|
|
@@ -576,6 +578,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
576
578
|
"onUpdate:tabs"?: ((...args: any[]) => any) | undefined;
|
|
577
579
|
"onUpdate:collapsed"?: ((...args: any[]) => any) | undefined;
|
|
578
580
|
onMenuClick?: ((...args: any[]) => any) | undefined;
|
|
581
|
+
onContentFullScreenChange?: ((...args: any[]) => any) | undefined;
|
|
579
582
|
onDarkChange?: ((...args: any[]) => any) | undefined;
|
|
580
583
|
"onUpdate:dark"?: ((...args: any[]) => any) | undefined;
|
|
581
584
|
"onUpdate:open-keys"?: ((...args: any[]) => any) | undefined;
|
|
@@ -49,7 +49,8 @@ declare const PageContainer: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
49
49
|
} & {
|
|
50
50
|
default: boolean;
|
|
51
51
|
};
|
|
52
|
-
|
|
52
|
+
onContentFullScreenChange: import("vue").PropType<(value: boolean) => void>;
|
|
53
|
+
}>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "contentFullScreenChange"[], "contentFullScreenChange", import("vue").PublicProps, Readonly<ExtractPropTypes<{
|
|
53
54
|
usePageCard: {
|
|
54
55
|
type: import("vue").PropType<boolean>;
|
|
55
56
|
default: () => undefined;
|
|
@@ -95,9 +96,9 @@ declare const PageContainer: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
95
96
|
} & {
|
|
96
97
|
default: boolean;
|
|
97
98
|
};
|
|
99
|
+
onContentFullScreenChange: import("vue").PropType<(value: boolean) => void>;
|
|
98
100
|
}>> & Readonly<{
|
|
99
|
-
|
|
100
|
-
"onUpdate:contentFullScreen"?: ((...args: any[]) => any) | undefined;
|
|
101
|
+
onContentFullScreenChange?: ((...args: any[]) => any) | undefined;
|
|
101
102
|
}>, {
|
|
102
103
|
loading: boolean;
|
|
103
104
|
contentWidth: string | number | undefined;
|