@gx-design-vue/pro-layout 0.1.0-beta.60 → 0.1.0-beta.62
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/Context.d.ts +45 -0
- package/dist/ProLayout.d.ts +673 -0
- package/dist/RouteTypings.d.ts +64 -0
- package/dist/SlotsTypings.d.ts +64 -0
- package/dist/WrapContent.d.ts +13 -0
- package/dist/_utils/ant-design-vue/badge.d.ts +1 -0
- package/dist/_utils/ant-design-vue/breadcrumb.d.ts +1 -0
- package/dist/_utils/ant-design-vue/index.d.ts +6 -0
- package/dist/_utils/ant-design-vue/menu.d.ts +2 -0
- package/dist/_utils/ant-design-vue/spin.d.ts +2 -0
- package/dist/_utils/index.d.ts +1 -0
- package/dist/components/AppsLogoComponents/AppLogoList.d.ts +16 -0
- package/dist/components/AppsLogoComponents/AppsLogo.d.ts +5 -0
- package/dist/components/AppsLogoComponents/DefaultContent.d.ts +20 -0
- package/dist/components/AppsLogoComponents/SimpleContent.d.ts +30 -0
- package/dist/components/AppsLogoComponents/index.d.ts +13 -0
- package/dist/components/AppsLogoComponents/props.d.ts +23 -0
- package/dist/components/AppsLogoComponents/style/default.d.ts +4 -0
- package/dist/components/AppsLogoComponents/style/index.d.ts +4 -0
- package/dist/components/AppsLogoComponents/style/simple.d.ts +4 -0
- package/dist/components/CollapsedIcon/index.d.ts +19 -0
- package/dist/components/CollapsedIcon/style.d.ts +6 -0
- package/dist/components/GIcon/index.d.ts +11 -0
- package/dist/components/GIcon/style.d.ts +4 -0
- package/dist/components/GlobalFooter/index.d.ts +68 -0
- package/dist/components/GlobalFooter/style.d.ts +3 -0
- package/dist/components/GlobalHeader/DefaultHeader.d.ts +635 -0
- package/dist/components/GlobalHeader/index.d.ts +393 -0
- package/dist/components/GlobalHeader/props.d.ts +326 -0
- package/dist/components/GlobalHeader/style.d.ts +3 -0
- package/dist/components/LogoContent/index.d.ts +77 -0
- package/dist/components/LogoContent/props.d.ts +34 -0
- package/dist/components/LogoContent/style.d.ts +3 -0
- package/dist/components/PageContainer/PageHeader.d.ts +24 -0
- package/dist/components/PageContainer/PageLoading.d.ts +29 -0
- package/dist/components/PageContainer/index.d.ts +114 -0
- package/dist/components/PageContainer/props.d.ts +75 -0
- package/dist/components/PageContainer/style/index.d.ts +8 -0
- package/dist/components/PageContainer/style/pageHeader.d.ts +3 -0
- package/dist/components/PageLock/Popup.d.ts +38 -0
- package/dist/components/PageLock/UserForm.d.ts +30 -0
- package/dist/components/PageLock/index.d.ts +52 -0
- package/dist/components/PageLock/props.d.ts +41 -0
- package/dist/components/PageLock/style.d.ts +4 -0
- package/dist/components/PageLock/useFormState.d.ts +11 -0
- package/dist/components/PageTranstion/index.d.ts +35 -0
- package/dist/components/PageTranstion/keyFrame/back.d.ts +12 -0
- package/dist/components/PageTranstion/keyFrame/bounce.d.ts +14 -0
- package/dist/components/PageTranstion/keyFrame/fade.d.ts +30 -0
- package/dist/components/PageTranstion/keyFrame/flip.d.ts +8 -0
- package/dist/components/PageTranstion/keyFrame/lightSpeed.d.ts +8 -0
- package/dist/components/PageTranstion/keyFrame/roll.d.ts +6 -0
- package/dist/components/PageTranstion/keyFrame/rotate.d.ts +14 -0
- package/dist/components/PageTranstion/keyFrame/slide.d.ts +12 -0
- package/dist/components/PageTranstion/keyFrame/zoom.d.ts +14 -0
- package/dist/components/PageTranstion/style.d.ts +4 -0
- package/dist/components/RightContent/Search/Panel.d.ts +26 -0
- package/dist/components/RightContent/Search/index.d.ts +35 -0
- package/dist/components/RightContent/Search/props.d.ts +9 -0
- package/dist/components/RightContent/Search/style.d.ts +4 -0
- package/dist/components/RightContent/index.d.ts +133 -0
- package/dist/components/RightContent/props.d.ts +70 -0
- package/dist/components/RightContent/style.d.ts +4 -0
- package/dist/components/SettingDrawer/BlockCheckbox.d.ts +58 -0
- package/dist/components/SettingDrawer/OthersChange.d.ts +18 -0
- package/dist/components/SettingDrawer/RegionalChange.d.ts +46 -0
- package/dist/components/SettingDrawer/ThemeColor.d.ts +46 -0
- package/dist/components/SettingDrawer/ThemeEditor.d.ts +21 -0
- package/dist/components/SettingDrawer/index.d.ts +142 -0
- package/dist/components/SettingDrawer/style/index.d.ts +3 -0
- package/dist/components/SettingDrawer/style/others.d.ts +3 -0
- package/dist/components/SettingDrawer/style/theme.d.ts +3 -0
- package/dist/components/SettingDrawer/utils/config.d.ts +32 -0
- package/dist/components/SiderMenu/Arrow.d.ts +2 -0
- package/dist/components/SiderMenu/BaseMenu.d.ts +278 -0
- package/dist/components/SiderMenu/SiderMenu.d.ts +425 -0
- package/dist/components/SiderMenu/index.d.ts +423 -0
- package/dist/components/SiderMenu/props.d.ts +298 -0
- package/dist/components/SiderMenu/style/index.d.ts +4 -0
- package/dist/components/SiderMenu/style/menu.d.ts +4 -0
- package/dist/components/SiderMenu/typings.d.ts +34 -0
- package/dist/components/TabsRoute/index.d.ts +97 -0
- package/dist/components/TabsRoute/props.d.ts +46 -0
- package/dist/components/TabsRoute/style.d.ts +9 -0
- package/dist/components/TabsRoute/utils/config.d.ts +14 -0
- package/dist/components/TabsRoute/utils/index.d.ts +1 -0
- package/dist/defaultSettings.d.ts +69 -0
- package/dist/hooks/theme/index.d.ts +16 -0
- package/dist/hooks/useClockTime/index.d.ts +9 -0
- package/dist/index.d.ts +34 -0
- package/dist/pro-layout.js +4806 -16962
- package/dist/pro-layout.umd.cjs +20 -89
- package/dist/props.d.ts +304 -0
- package/dist/style/index.d.ts +7 -0
- package/dist/typings.d.ts +19 -0
- package/dist/utils/animate.d.ts +8 -0
- package/dist/utils/coverToNewToken.d.ts +9 -0
- package/dist/utils/index.d.ts +28 -0
- package/dist/utils/menu.d.ts +13 -0
- package/dist/utils/style.d.ts +1 -0
- package/dist/utils/util.d.ts +7 -0
- package/package.json +10 -9
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import type { CSSProperties, PropType } from 'vue';
|
|
2
|
+
import type { CustomRender, WithFalse } from '@gx-design-vue/pro-utils';
|
|
3
|
+
import type { WaterMarkProps } from '@gx-design-vue/pro-watermark';
|
|
4
|
+
import type { BreadcrumbProps } from '../../_utils';
|
|
5
|
+
import type { DefaultRender } from '../../SlotsTypings';
|
|
6
|
+
export declare const commonPageContainerProps: {
|
|
7
|
+
usePageCard: {
|
|
8
|
+
type: PropType<boolean>;
|
|
9
|
+
default: () => undefined;
|
|
10
|
+
};
|
|
11
|
+
pageCardProps: PropType<{
|
|
12
|
+
loading?: boolean;
|
|
13
|
+
bodyStyle: CSSProperties;
|
|
14
|
+
}>;
|
|
15
|
+
pageContentStyle: import("vue-types").VueTypeValidableDef<CSSProperties>;
|
|
16
|
+
pageChildrenContentStyle: import("vue-types").VueTypeValidableDef<CSSProperties>;
|
|
17
|
+
waterMarkProps: {
|
|
18
|
+
type: PropType<WaterMarkProps>;
|
|
19
|
+
};
|
|
20
|
+
pageHeaderRender: {
|
|
21
|
+
type: PropType<DefaultRender>;
|
|
22
|
+
default: () => undefined;
|
|
23
|
+
};
|
|
24
|
+
breadcrumbRender: {
|
|
25
|
+
type: PropType<WithFalse<(props: BreadcrumbProps) => CustomRender>>;
|
|
26
|
+
default: () => undefined;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export declare const pageContainerProps: {
|
|
30
|
+
usePageCard: {
|
|
31
|
+
type: PropType<boolean>;
|
|
32
|
+
default: () => undefined;
|
|
33
|
+
};
|
|
34
|
+
pageCardProps: PropType<{
|
|
35
|
+
loading?: boolean;
|
|
36
|
+
bodyStyle: CSSProperties;
|
|
37
|
+
}>;
|
|
38
|
+
pageContentStyle: import("vue-types").VueTypeValidableDef<CSSProperties>;
|
|
39
|
+
pageChildrenContentStyle: import("vue-types").VueTypeValidableDef<CSSProperties>;
|
|
40
|
+
waterMarkProps: {
|
|
41
|
+
type: PropType<WaterMarkProps>;
|
|
42
|
+
};
|
|
43
|
+
pageHeaderRender: {
|
|
44
|
+
type: PropType<DefaultRender>;
|
|
45
|
+
default: () => undefined;
|
|
46
|
+
};
|
|
47
|
+
breadcrumbRender: {
|
|
48
|
+
type: PropType<WithFalse<(props: BreadcrumbProps) => CustomRender>>;
|
|
49
|
+
default: () => undefined;
|
|
50
|
+
};
|
|
51
|
+
pageChildrenExtraRender: {
|
|
52
|
+
type: PropType<DefaultRender>;
|
|
53
|
+
default: () => undefined;
|
|
54
|
+
};
|
|
55
|
+
contentRender: {
|
|
56
|
+
type: PropType<DefaultRender>;
|
|
57
|
+
default: () => undefined;
|
|
58
|
+
};
|
|
59
|
+
pageHeaderStyle: import("vue-types").VueTypeValidableDef<CSSProperties>;
|
|
60
|
+
waterMark: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
61
|
+
default: boolean;
|
|
62
|
+
} & {
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
contentWide: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
66
|
+
default: boolean;
|
|
67
|
+
} & {
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
71
|
+
default: boolean;
|
|
72
|
+
} & {
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ProAliasToken } from '@gx-design-vue/pro-provider';
|
|
2
|
+
export type ProPageContainterToken = ProAliasToken & {
|
|
3
|
+
gridContent: string;
|
|
4
|
+
};
|
|
5
|
+
export declare function useStyle(componentCls: string): {
|
|
6
|
+
wrapSSR: (node: import("ant-design-vue/es/_util/type").VueNode) => import("ant-design-vue/es/_util/type").VueNode;
|
|
7
|
+
hashId: import("vue").ComputedRef<string>;
|
|
8
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
password: PropType<string>;
|
|
4
|
+
name: {
|
|
5
|
+
type: PropType<string>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
avatar: PropType<string>;
|
|
9
|
+
open: {
|
|
10
|
+
type: PropType<boolean>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
onOpenChange: PropType<(open: boolean) => void>;
|
|
14
|
+
'onUpdate:open': PropType<(open: boolean) => void>;
|
|
15
|
+
cryptoFn: PropType<(password: string) => string>;
|
|
16
|
+
hashId: PropType<string>;
|
|
17
|
+
className: PropType<string>;
|
|
18
|
+
}>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
password: PropType<string>;
|
|
20
|
+
name: {
|
|
21
|
+
type: PropType<string>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
avatar: PropType<string>;
|
|
25
|
+
open: {
|
|
26
|
+
type: PropType<boolean>;
|
|
27
|
+
default: undefined;
|
|
28
|
+
};
|
|
29
|
+
onOpenChange: PropType<(open: boolean) => void>;
|
|
30
|
+
'onUpdate:open': PropType<(open: boolean) => void>;
|
|
31
|
+
cryptoFn: PropType<(password: string) => string>;
|
|
32
|
+
hashId: PropType<string>;
|
|
33
|
+
className: PropType<string>;
|
|
34
|
+
}>> & Readonly<{}>, {
|
|
35
|
+
name: string;
|
|
36
|
+
open: boolean;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { FromState } from './useFormState';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
name: PropType<string>;
|
|
5
|
+
avatar: PropType<string>;
|
|
6
|
+
avatarSize: {
|
|
7
|
+
type: PropType<number>;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
submitText: PropType<string>;
|
|
11
|
+
validator: PropType<(value: string) => boolean>;
|
|
12
|
+
onSubmit: PropType<(fields: FromState) => void>;
|
|
13
|
+
hashId: PropType<string>;
|
|
14
|
+
className: PropType<string>;
|
|
15
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
name: PropType<string>;
|
|
17
|
+
avatar: PropType<string>;
|
|
18
|
+
avatarSize: {
|
|
19
|
+
type: PropType<number>;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
submitText: PropType<string>;
|
|
23
|
+
validator: PropType<(value: string) => boolean>;
|
|
24
|
+
onSubmit: PropType<(fields: FromState) => void>;
|
|
25
|
+
hashId: PropType<string>;
|
|
26
|
+
className: PropType<string>;
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
avatarSize: number;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
shortsKey: {
|
|
3
|
+
type: import("vue").PropType<import("../../props").ShortcutKeyProps["lock"]>;
|
|
4
|
+
default: () => {
|
|
5
|
+
keys?: string;
|
|
6
|
+
disabeld?: boolean;
|
|
7
|
+
} | undefined;
|
|
8
|
+
};
|
|
9
|
+
name: {
|
|
10
|
+
type: import("vue").PropType<string>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
avatar: import("vue").PropType<string>;
|
|
14
|
+
open: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
onOpenChange: import("vue").PropType<(open: boolean) => void>;
|
|
19
|
+
'onUpdate:open': import("vue").PropType<(open: boolean) => void>;
|
|
20
|
+
cryptoFn: import("vue").PropType<(password: string) => string>;
|
|
21
|
+
}>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:open" | "openChange")[], "update:open" | "openChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
shortsKey: {
|
|
23
|
+
type: import("vue").PropType<import("../../props").ShortcutKeyProps["lock"]>;
|
|
24
|
+
default: () => {
|
|
25
|
+
keys?: string;
|
|
26
|
+
disabeld?: boolean;
|
|
27
|
+
} | undefined;
|
|
28
|
+
};
|
|
29
|
+
name: {
|
|
30
|
+
type: import("vue").PropType<string>;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
avatar: import("vue").PropType<string>;
|
|
34
|
+
open: {
|
|
35
|
+
type: import("vue").PropType<boolean>;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
onOpenChange: import("vue").PropType<(open: boolean) => void>;
|
|
39
|
+
'onUpdate:open': import("vue").PropType<(open: boolean) => void>;
|
|
40
|
+
cryptoFn: import("vue").PropType<(password: string) => string>;
|
|
41
|
+
}>> & Readonly<{
|
|
42
|
+
onOpenChange?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}>, {
|
|
45
|
+
name: string;
|
|
46
|
+
open: boolean;
|
|
47
|
+
shortsKey: {
|
|
48
|
+
keys?: string;
|
|
49
|
+
disabeld?: boolean;
|
|
50
|
+
} | undefined;
|
|
51
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
export default _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { ShortcutKeyProps } from '../../props';
|
|
3
|
+
export declare const basicProps: {
|
|
4
|
+
hashId: PropType<string>;
|
|
5
|
+
className: PropType<string>;
|
|
6
|
+
};
|
|
7
|
+
export declare const publicPageLockProps: {
|
|
8
|
+
name: {
|
|
9
|
+
type: PropType<string>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
avatar: PropType<string>;
|
|
13
|
+
open: {
|
|
14
|
+
type: PropType<boolean>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
onOpenChange: PropType<(open: boolean) => void>;
|
|
18
|
+
'onUpdate:open': PropType<(open: boolean) => void>;
|
|
19
|
+
cryptoFn: PropType<(password: string) => string>;
|
|
20
|
+
};
|
|
21
|
+
export declare const pageLockProps: {
|
|
22
|
+
shortsKey: {
|
|
23
|
+
type: PropType<ShortcutKeyProps["lock"]>;
|
|
24
|
+
default: () => {
|
|
25
|
+
keys?: string;
|
|
26
|
+
disabeld?: boolean;
|
|
27
|
+
} | undefined;
|
|
28
|
+
};
|
|
29
|
+
name: {
|
|
30
|
+
type: PropType<string>;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
avatar: PropType<string>;
|
|
34
|
+
open: {
|
|
35
|
+
type: PropType<boolean>;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
onOpenChange: PropType<(open: boolean) => void>;
|
|
39
|
+
'onUpdate:open': PropType<(open: boolean) => void>;
|
|
40
|
+
cryptoFn: PropType<(password: string) => string>;
|
|
41
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type FromState = {
|
|
2
|
+
password: string;
|
|
3
|
+
};
|
|
4
|
+
export default function (validator?: (value: string) => boolean): {
|
|
5
|
+
formState: {
|
|
6
|
+
password: string;
|
|
7
|
+
};
|
|
8
|
+
validate: <T = any>(names?: string | string[], option?: import("ant-design-vue/es/form/useForm").validateOptions) => Promise<T>;
|
|
9
|
+
resetFields: (newValues?: import("ant-design-vue/es/form/useForm").Props) => void;
|
|
10
|
+
validateInfos: Partial<Record<"password", import("ant-design-vue/es/form/useForm").ValidateInfo>>;
|
|
11
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
disabled: {
|
|
4
|
+
type: PropType<boolean>;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
reverse: {
|
|
8
|
+
type: PropType<boolean>;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
name: {
|
|
12
|
+
type: PropType<string>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
direction: PropType<string>;
|
|
16
|
+
}>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
disabled: {
|
|
18
|
+
type: PropType<boolean>;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
reverse: {
|
|
22
|
+
type: PropType<boolean>;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
name: {
|
|
26
|
+
type: PropType<string>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
direction: PropType<string>;
|
|
30
|
+
}>> & Readonly<{}>, {
|
|
31
|
+
name: string;
|
|
32
|
+
reverse: boolean;
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { CSSObject } from 'ant-design-vue';
|
|
2
|
+
import { Keyframe } from '@gx-design-vue/pro-provider';
|
|
3
|
+
export declare const backInLeft: Keyframe;
|
|
4
|
+
export declare const backInRight: Keyframe;
|
|
5
|
+
export declare const backInUp: Keyframe;
|
|
6
|
+
export declare const backInDown: Keyframe;
|
|
7
|
+
export declare const backOutLeft: Keyframe;
|
|
8
|
+
export declare const backOutRight: Keyframe;
|
|
9
|
+
export declare const backOutUp: Keyframe;
|
|
10
|
+
export declare const backOutDown: Keyframe;
|
|
11
|
+
export declare const PageBackIn: () => CSSObject;
|
|
12
|
+
export declare const PageBackOut: () => CSSObject;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { CSSObject } from 'ant-design-vue';
|
|
2
|
+
import { Keyframe } from '@gx-design-vue/pro-provider';
|
|
3
|
+
export declare const bounceIn: Keyframe;
|
|
4
|
+
export declare const bounceInLeft: Keyframe;
|
|
5
|
+
export declare const bounceInRight: Keyframe;
|
|
6
|
+
export declare const bounceInDown: Keyframe;
|
|
7
|
+
export declare const bounceInUp: Keyframe;
|
|
8
|
+
export declare const bounceOut: Keyframe;
|
|
9
|
+
export declare const bounceOutLeft: Keyframe;
|
|
10
|
+
export declare const bounceOutRight: Keyframe;
|
|
11
|
+
export declare const bounceOutDown: Keyframe;
|
|
12
|
+
export declare const bounceOutUp: Keyframe;
|
|
13
|
+
export declare const PageBounceIn: () => CSSObject;
|
|
14
|
+
export declare const PageBounceOut: () => CSSObject;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { CSSObject } from 'ant-design-vue';
|
|
2
|
+
import { Keyframe } from '@gx-design-vue/pro-provider';
|
|
3
|
+
export declare const fadeIn: Keyframe;
|
|
4
|
+
export declare const fadeInLeft: Keyframe;
|
|
5
|
+
export declare const fadeInRight: Keyframe;
|
|
6
|
+
export declare const fadeInDown: Keyframe;
|
|
7
|
+
export declare const fadeInUp: Keyframe;
|
|
8
|
+
export declare const fadeInDownBig: Keyframe;
|
|
9
|
+
export declare const fadeInUpBig: Keyframe;
|
|
10
|
+
export declare const fadeInLeftBig: Keyframe;
|
|
11
|
+
export declare const fadeInRightBig: Keyframe;
|
|
12
|
+
export declare const fadeInTopLeft: Keyframe;
|
|
13
|
+
export declare const fadeInBottomRight: Keyframe;
|
|
14
|
+
export declare const fadeInTopRight: Keyframe;
|
|
15
|
+
export declare const fadeInBottomLeft: Keyframe;
|
|
16
|
+
export declare const fadeOut: Keyframe;
|
|
17
|
+
export declare const fadeOutLeft: Keyframe;
|
|
18
|
+
export declare const fadeOutRight: Keyframe;
|
|
19
|
+
export declare const fadeOutDown: Keyframe;
|
|
20
|
+
export declare const fadeOutUp: Keyframe;
|
|
21
|
+
export declare const fadeOutDownBig: Keyframe;
|
|
22
|
+
export declare const fadeOutUpBig: Keyframe;
|
|
23
|
+
export declare const fadeOutLeftBig: Keyframe;
|
|
24
|
+
export declare const fadeOutRightBig: Keyframe;
|
|
25
|
+
export declare const fadeOutTopLeft: Keyframe;
|
|
26
|
+
export declare const fadeOutBottomRight: Keyframe;
|
|
27
|
+
export declare const fadeOutTopRight: Keyframe;
|
|
28
|
+
export declare const fadeOutBottomLeft: Keyframe;
|
|
29
|
+
export declare const PageFadeIn: () => CSSObject;
|
|
30
|
+
export declare const PageFadeOut: () => CSSObject;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { CSSObject } from 'ant-design-vue';
|
|
2
|
+
import { Keyframe } from '@gx-design-vue/pro-provider';
|
|
3
|
+
export declare const flipInX: Keyframe;
|
|
4
|
+
export declare const flipInY: Keyframe;
|
|
5
|
+
export declare const flipOutX: Keyframe;
|
|
6
|
+
export declare const flipOutY: Keyframe;
|
|
7
|
+
export declare const PageFlipIn: () => CSSObject;
|
|
8
|
+
export declare const PageFlipOut: () => CSSObject;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { CSSObject } from 'ant-design-vue';
|
|
2
|
+
import { Keyframe } from '@gx-design-vue/pro-provider';
|
|
3
|
+
export declare const lightSpeedInLeft: Keyframe;
|
|
4
|
+
export declare const lightSpeedInRight: Keyframe;
|
|
5
|
+
export declare const lightSpeedOutLeft: Keyframe;
|
|
6
|
+
export declare const lightSpeedOutRight: Keyframe;
|
|
7
|
+
export declare const PageLightSpeedIn: () => CSSObject;
|
|
8
|
+
export declare const PageLightSpeedOut: () => CSSObject;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { CSSObject } from 'ant-design-vue';
|
|
2
|
+
import { Keyframe } from '@gx-design-vue/pro-provider';
|
|
3
|
+
export declare const rollIn: Keyframe;
|
|
4
|
+
export declare const rollOut: Keyframe;
|
|
5
|
+
export declare const PageRollIn: () => CSSObject;
|
|
6
|
+
export declare const PageRollOut: () => CSSObject;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { CSSObject } from 'ant-design-vue';
|
|
2
|
+
import { Keyframe } from '@gx-design-vue/pro-provider';
|
|
3
|
+
export declare const rotateIn: Keyframe;
|
|
4
|
+
export declare const rotateInDownLeft: Keyframe;
|
|
5
|
+
export declare const rotateInDownRight: Keyframe;
|
|
6
|
+
export declare const rotateInUpLeft: Keyframe;
|
|
7
|
+
export declare const rotateInUpRight: Keyframe;
|
|
8
|
+
export declare const rotateOut: Keyframe;
|
|
9
|
+
export declare const rotateOutDownLeft: Keyframe;
|
|
10
|
+
export declare const rotateOutDownRight: Keyframe;
|
|
11
|
+
export declare const rotateOutUpLeft: Keyframe;
|
|
12
|
+
export declare const rotateOutUpRight: Keyframe;
|
|
13
|
+
export declare const PageRotateIn: () => CSSObject;
|
|
14
|
+
export declare const PageRotateOut: () => CSSObject;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { CSSObject } from 'ant-design-vue';
|
|
2
|
+
import { Keyframe } from '@gx-design-vue/pro-provider';
|
|
3
|
+
export declare const slideInDown: Keyframe;
|
|
4
|
+
export declare const slideInLeft: Keyframe;
|
|
5
|
+
export declare const slideInRight: Keyframe;
|
|
6
|
+
export declare const slideInUp: Keyframe;
|
|
7
|
+
export declare const slideOutDown: Keyframe;
|
|
8
|
+
export declare const slideOutLeft: Keyframe;
|
|
9
|
+
export declare const slideOutRight: Keyframe;
|
|
10
|
+
export declare const slideOutUp: Keyframe;
|
|
11
|
+
export declare const PageSlideIn: () => CSSObject;
|
|
12
|
+
export declare const PageSlideOut: () => CSSObject;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { CSSObject } from 'ant-design-vue';
|
|
2
|
+
import { Keyframe } from '@gx-design-vue/pro-provider';
|
|
3
|
+
export declare const zoomIn: Keyframe;
|
|
4
|
+
export declare const zoomInDown: Keyframe;
|
|
5
|
+
export declare const zoomInLeft: Keyframe;
|
|
6
|
+
export declare const zoomInRight: Keyframe;
|
|
7
|
+
export declare const zoomInUp: Keyframe;
|
|
8
|
+
export declare const zoomOut: Keyframe;
|
|
9
|
+
export declare const zoomOutDown: Keyframe;
|
|
10
|
+
export declare const zoomOutLeft: Keyframe;
|
|
11
|
+
export declare const zoomOutRight: Keyframe;
|
|
12
|
+
export declare const zoomOutUp: Keyframe;
|
|
13
|
+
export declare const PageZoomIn: () => CSSObject;
|
|
14
|
+
export declare const PageZoomOut: () => CSSObject;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { AppRouteModule } from '../../../RouteTypings';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
className: PropType<string>;
|
|
5
|
+
hashId: PropType<string>;
|
|
6
|
+
keyword: PropType<string>;
|
|
7
|
+
onClose: PropType<() => void>;
|
|
8
|
+
dataSource: {
|
|
9
|
+
type: PropType<AppRouteModule[]>;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
historyKey: PropType<string>;
|
|
13
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
className: PropType<string>;
|
|
15
|
+
hashId: PropType<string>;
|
|
16
|
+
keyword: PropType<string>;
|
|
17
|
+
onClose: PropType<() => void>;
|
|
18
|
+
dataSource: {
|
|
19
|
+
type: PropType<AppRouteModule[]>;
|
|
20
|
+
default: () => never[];
|
|
21
|
+
};
|
|
22
|
+
historyKey: PropType<string>;
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
dataSource: AppRouteModule[];
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
dark: {
|
|
4
|
+
type: PropType<boolean>;
|
|
5
|
+
default: undefined;
|
|
6
|
+
};
|
|
7
|
+
disabeldShortKey: {
|
|
8
|
+
type: PropType<boolean>;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
dataSource: {
|
|
12
|
+
type: PropType<import("../../..").AppRouteModule[]>;
|
|
13
|
+
default: () => never[];
|
|
14
|
+
};
|
|
15
|
+
historyKey: PropType<string>;
|
|
16
|
+
}>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
dark: {
|
|
18
|
+
type: PropType<boolean>;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
disabeldShortKey: {
|
|
22
|
+
type: PropType<boolean>;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
dataSource: {
|
|
26
|
+
type: PropType<import("../../..").AppRouteModule[]>;
|
|
27
|
+
default: () => never[];
|
|
28
|
+
};
|
|
29
|
+
historyKey: PropType<string>;
|
|
30
|
+
}>> & Readonly<{}>, {
|
|
31
|
+
dark: boolean;
|
|
32
|
+
dataSource: import("../../..").AppRouteModule[];
|
|
33
|
+
disabeldShortKey: boolean;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import type { CustomRender, WithFalse } from '@gx-design-vue/pro-utils';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
actions: {
|
|
4
|
+
type: import("vue").PropType<import("./props").RightContentActions>;
|
|
5
|
+
default: () => {
|
|
6
|
+
lock: boolean;
|
|
7
|
+
theme: boolean;
|
|
8
|
+
search: boolean;
|
|
9
|
+
settings: boolean;
|
|
10
|
+
fullScreen: boolean;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
shortsKey: {
|
|
14
|
+
type: import("vue").PropType<import("../../props").ShortcutKeyProps["search"]>;
|
|
15
|
+
default: () => {
|
|
16
|
+
keys?: string;
|
|
17
|
+
disabeld?: boolean;
|
|
18
|
+
} | undefined;
|
|
19
|
+
};
|
|
20
|
+
name: {
|
|
21
|
+
type: import("vue").PropType<string>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
settingsOpen: {
|
|
25
|
+
type: import("vue").PropType<boolean>;
|
|
26
|
+
default: undefined;
|
|
27
|
+
};
|
|
28
|
+
avatar: import("vue").PropType<string>;
|
|
29
|
+
actionsRender: {
|
|
30
|
+
type: import("vue").PropType<WithFalse<(classNames: string[]) => CustomRender>>;
|
|
31
|
+
default: undefined;
|
|
32
|
+
};
|
|
33
|
+
dropdownRender: {
|
|
34
|
+
type: import("vue").PropType<WithFalse<CustomRender>>;
|
|
35
|
+
default: undefined;
|
|
36
|
+
};
|
|
37
|
+
dropdownMenuRender: {
|
|
38
|
+
type: import("vue").PropType<WithFalse<CustomRender>>;
|
|
39
|
+
default: undefined;
|
|
40
|
+
};
|
|
41
|
+
dropdownMenuExtraItemRender: {
|
|
42
|
+
type: import("vue").PropType<WithFalse<CustomRender>>;
|
|
43
|
+
default: undefined;
|
|
44
|
+
};
|
|
45
|
+
onLogout: import("vue").PropType<(callback: () => void) => void>;
|
|
46
|
+
onLockOpenChange: import("vue").PropType<(value: boolean) => void>;
|
|
47
|
+
onSettingsOpenChange: import("vue").PropType<(value: boolean) => void>;
|
|
48
|
+
'onUpdate:settingsOpen': import("vue").PropType<(value: boolean) => void>;
|
|
49
|
+
dataSource: {
|
|
50
|
+
type: import("vue").PropType<import("../..").AppRouteModule[]>;
|
|
51
|
+
default: () => never[];
|
|
52
|
+
};
|
|
53
|
+
historyKey: import("vue").PropType<string>;
|
|
54
|
+
dark: {
|
|
55
|
+
type: import("vue").PropType<boolean | "system">;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
58
|
+
onDarkChange: import("vue").PropType<(value?: boolean | "system") => void>;
|
|
59
|
+
'onUpdate:dark': import("vue").PropType<(value?: boolean | "system") => void>;
|
|
60
|
+
}>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
+
actions: {
|
|
62
|
+
type: import("vue").PropType<import("./props").RightContentActions>;
|
|
63
|
+
default: () => {
|
|
64
|
+
lock: boolean;
|
|
65
|
+
theme: boolean;
|
|
66
|
+
search: boolean;
|
|
67
|
+
settings: boolean;
|
|
68
|
+
fullScreen: boolean;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
shortsKey: {
|
|
72
|
+
type: import("vue").PropType<import("../../props").ShortcutKeyProps["search"]>;
|
|
73
|
+
default: () => {
|
|
74
|
+
keys?: string;
|
|
75
|
+
disabeld?: boolean;
|
|
76
|
+
} | undefined;
|
|
77
|
+
};
|
|
78
|
+
name: {
|
|
79
|
+
type: import("vue").PropType<string>;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
settingsOpen: {
|
|
83
|
+
type: import("vue").PropType<boolean>;
|
|
84
|
+
default: undefined;
|
|
85
|
+
};
|
|
86
|
+
avatar: import("vue").PropType<string>;
|
|
87
|
+
actionsRender: {
|
|
88
|
+
type: import("vue").PropType<WithFalse<(classNames: string[]) => CustomRender>>;
|
|
89
|
+
default: undefined;
|
|
90
|
+
};
|
|
91
|
+
dropdownRender: {
|
|
92
|
+
type: import("vue").PropType<WithFalse<CustomRender>>;
|
|
93
|
+
default: undefined;
|
|
94
|
+
};
|
|
95
|
+
dropdownMenuRender: {
|
|
96
|
+
type: import("vue").PropType<WithFalse<CustomRender>>;
|
|
97
|
+
default: undefined;
|
|
98
|
+
};
|
|
99
|
+
dropdownMenuExtraItemRender: {
|
|
100
|
+
type: import("vue").PropType<WithFalse<CustomRender>>;
|
|
101
|
+
default: undefined;
|
|
102
|
+
};
|
|
103
|
+
onLogout: import("vue").PropType<(callback: () => void) => void>;
|
|
104
|
+
onLockOpenChange: import("vue").PropType<(value: boolean) => void>;
|
|
105
|
+
onSettingsOpenChange: import("vue").PropType<(value: boolean) => void>;
|
|
106
|
+
'onUpdate:settingsOpen': import("vue").PropType<(value: boolean) => void>;
|
|
107
|
+
dataSource: {
|
|
108
|
+
type: import("vue").PropType<import("../..").AppRouteModule[]>;
|
|
109
|
+
default: () => never[];
|
|
110
|
+
};
|
|
111
|
+
historyKey: import("vue").PropType<string>;
|
|
112
|
+
dark: {
|
|
113
|
+
type: import("vue").PropType<boolean | "system">;
|
|
114
|
+
default: undefined;
|
|
115
|
+
};
|
|
116
|
+
onDarkChange: import("vue").PropType<(value?: boolean | "system") => void>;
|
|
117
|
+
'onUpdate:dark': import("vue").PropType<(value?: boolean | "system") => void>;
|
|
118
|
+
}>> & Readonly<{}>, {
|
|
119
|
+
dark: boolean | "system";
|
|
120
|
+
name: string;
|
|
121
|
+
settingsOpen: boolean;
|
|
122
|
+
actions: import("./props").RightContentActions;
|
|
123
|
+
shortsKey: {
|
|
124
|
+
keys?: string;
|
|
125
|
+
disabeld?: boolean;
|
|
126
|
+
} | undefined;
|
|
127
|
+
actionsRender: WithFalse<(classNames: string[]) => CustomRender>;
|
|
128
|
+
dropdownRender: CustomRender;
|
|
129
|
+
dropdownMenuRender: CustomRender;
|
|
130
|
+
dropdownMenuExtraItemRender: CustomRender;
|
|
131
|
+
dataSource: import("../..").AppRouteModule[];
|
|
132
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
133
|
+
export default _default;
|