@fmdevui/fm-dev 1.0.22 → 1.0.24
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/es/core/layout/component/aside.vue.d.ts +5 -0
- package/es/core/layout/component/columnsAside.vue.d.ts +5 -0
- package/es/core/layout/component/header.vue.d.ts +3 -0
- package/es/core/layout/component/main.vue.d.ts +7 -0
- package/es/core/layout/footer/index.vue.d.ts +3 -0
- package/es/core/layout/index.d.ts +2 -1
- package/es/core/layout/layout.vue.d.ts +3 -0
- package/es/core/layout/logo/index.vue.d.ts +3 -0
- package/es/core/layout/main/classic.vue.d.ts +18 -0
- package/es/core/layout/main/columns.vue.d.ts +19 -0
- package/es/core/layout/main/defaults.vue.d.ts +19 -0
- package/es/core/layout/main/transverse.vue.d.ts +18 -0
- package/es/core/layout/navBars/index.vue.d.ts +3 -0
- package/es/core/layout/navBars/tagsView/contextmenu.vue.d.ts +28 -0
- package/es/core/layout/navBars/tagsView/tagsView.vue.d.ts +45 -0
- package/es/core/layout/navBars/topBar/breadcrumb.vue.d.ts +3 -0
- package/es/core/layout/navBars/topBar/changePassword.vue.d.ts +7 -0
- package/es/core/layout/navBars/topBar/index.vue.d.ts +3 -0
- package/es/core/layout/navBars/topBar/onlineuser.vue.d.ts +30 -0
- package/es/core/layout/navBars/topBar/search.vue.d.ts +7 -0
- package/es/core/layout/navBars/topBar/sendMessage.vue.d.ts +11 -0
- package/es/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +5 -0
- package/es/core/layout/navBars/topBar/user.vue.d.ts +81 -0
- package/es/core/layout/navBars/topBar/userNews.vue.d.ts +9 -0
- package/es/core/layout/navMenu/horizontal.vue.d.ts +42 -0
- package/es/core/layout/navMenu/subItem.vue.d.ts +42 -0
- package/es/core/layout/navMenu/vertical.vue.d.ts +42 -0
- package/es/core/layout/routerView/iframes.vue.d.ts +35 -0
- package/es/core/layout/routerView/parent.vue.d.ts +3 -0
- package/es/index.mjs +1 -1
- package/es/packages/core/index.mjs +1 -1
- package/es/packages/core/layout/component/aside.vue2.mjs +7 -5
- package/es/packages/core/layout/index.mjs +6 -3
- package/es/packages/core/layout/main/defaults.vue2.mjs +6 -9
- package/es/packages/core/layout/navMenu/vertical.vue2.mjs +1 -1
- package/index.css +76 -0
- package/index.js +8545 -715
- package/index.min.css +6 -0
- package/index.min.js +68 -27
- package/index.min.mjs +68 -27
- package/index.mjs +8546 -717
- package/lib/core/layout/component/aside.vue.d.ts +5 -0
- package/lib/core/layout/component/columnsAside.vue.d.ts +5 -0
- package/lib/core/layout/component/header.vue.d.ts +3 -0
- package/lib/core/layout/component/main.vue.d.ts +7 -0
- package/lib/core/layout/footer/index.vue.d.ts +3 -0
- package/lib/core/layout/index.d.ts +2 -1
- package/lib/core/layout/layout.vue.d.ts +3 -0
- package/lib/core/layout/logo/index.vue.d.ts +3 -0
- package/lib/core/layout/main/classic.vue.d.ts +18 -0
- package/lib/core/layout/main/columns.vue.d.ts +19 -0
- package/lib/core/layout/main/defaults.vue.d.ts +19 -0
- package/lib/core/layout/main/transverse.vue.d.ts +18 -0
- package/lib/core/layout/navBars/index.vue.d.ts +3 -0
- package/lib/core/layout/navBars/tagsView/contextmenu.vue.d.ts +28 -0
- package/lib/core/layout/navBars/tagsView/tagsView.vue.d.ts +45 -0
- package/lib/core/layout/navBars/topBar/breadcrumb.vue.d.ts +3 -0
- package/lib/core/layout/navBars/topBar/changePassword.vue.d.ts +7 -0
- package/lib/core/layout/navBars/topBar/index.vue.d.ts +3 -0
- package/lib/core/layout/navBars/topBar/onlineuser.vue.d.ts +30 -0
- package/lib/core/layout/navBars/topBar/search.vue.d.ts +7 -0
- package/lib/core/layout/navBars/topBar/sendMessage.vue.d.ts +11 -0
- package/lib/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +5 -0
- package/lib/core/layout/navBars/topBar/user.vue.d.ts +81 -0
- package/lib/core/layout/navBars/topBar/userNews.vue.d.ts +9 -0
- package/lib/core/layout/navMenu/horizontal.vue.d.ts +42 -0
- package/lib/core/layout/navMenu/subItem.vue.d.ts +42 -0
- package/lib/core/layout/navMenu/vertical.vue.d.ts +42 -0
- package/lib/core/layout/routerView/iframes.vue.d.ts +35 -0
- package/lib/core/layout/routerView/parent.vue.d.ts +3 -0
- package/lib/index.js +1 -0
- package/lib/packages/core/index.js +1 -0
- package/lib/packages/core/layout/component/aside.vue2.js +6 -4
- package/lib/packages/core/layout/index.js +4 -0
- package/lib/packages/core/layout/main/defaults.vue2.js +5 -8
- package/lib/packages/core/layout/navMenu/vertical.vue2.js +1 -1
- package/{es → lib}/version.css +4 -4
- package/package.json +1 -1
- package/es/{packages/core/utils/comm/calendar.mjs → calendar.mjs} +0 -0
- package/{lib/defaults.css → es/component.css} +3 -3
- /package/lib/{packages/core/utils/comm/calendar.js → calendar.js} +0 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutAsideScrollbarRef: unknown;
|
|
4
|
+
}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
columnsAsideActiveRef: HTMLDivElement;
|
|
4
|
+
}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
4
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5
|
+
layoutMainScrollbarRef: unknown;
|
|
6
|
+
}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
+
export default _default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const FmLayout: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2
3
|
declare const FmLockScreen: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
4
|
layoutLockScreenDateRef: HTMLDivElement;
|
|
4
5
|
layoutLockScreenInputRef: unknown;
|
|
@@ -10,4 +11,4 @@ declare const FmSetting: DefineComponent<{}, {
|
|
|
10
11
|
copyConfigBtnRef: unknown;
|
|
11
12
|
}, HTMLDivElement>;
|
|
12
13
|
declare const FmCloseFull: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
13
|
-
export { FmLockScreen, FmSetting, FmCloseFull };
|
|
14
|
+
export { FmLayout, FmLockScreen, FmSetting, FmCloseFull };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
4
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
5
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
6
|
+
layoutMainScrollbarRef: unknown;
|
|
7
|
+
}, any, ComponentProvideOptions, {
|
|
8
|
+
P: {};
|
|
9
|
+
B: {};
|
|
10
|
+
D: {};
|
|
11
|
+
C: {};
|
|
12
|
+
M: {};
|
|
13
|
+
Defaults: {};
|
|
14
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
15
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
16
|
+
}, {}, {}, {}, {}> | null;
|
|
17
|
+
}, any>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutScrollbarRef: unknown;
|
|
4
|
+
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
7
|
+
layoutMainScrollbarRef: unknown;
|
|
8
|
+
}, any, ComponentProvideOptions, {
|
|
9
|
+
P: {};
|
|
10
|
+
B: {};
|
|
11
|
+
D: {};
|
|
12
|
+
C: {};
|
|
13
|
+
M: {};
|
|
14
|
+
Defaults: {};
|
|
15
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
16
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
17
|
+
}, {}, {}, {}, {}> | null;
|
|
18
|
+
}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutScrollbarRef: unknown;
|
|
4
|
+
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
7
|
+
layoutMainScrollbarRef: unknown;
|
|
8
|
+
}, any, ComponentProvideOptions, {
|
|
9
|
+
P: {};
|
|
10
|
+
B: {};
|
|
11
|
+
D: {};
|
|
12
|
+
C: {};
|
|
13
|
+
M: {};
|
|
14
|
+
Defaults: {};
|
|
15
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
16
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
17
|
+
}, {}, {}, {}, {}> | null;
|
|
18
|
+
}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
4
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
5
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
6
|
+
layoutMainScrollbarRef: unknown;
|
|
7
|
+
}, any, ComponentProvideOptions, {
|
|
8
|
+
P: {};
|
|
9
|
+
B: {};
|
|
10
|
+
D: {};
|
|
11
|
+
C: {};
|
|
12
|
+
M: {};
|
|
13
|
+
Defaults: {};
|
|
14
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
15
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
16
|
+
}, {}, {}, {}, {}> | null;
|
|
17
|
+
}, any>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { RouteItem } from '../../../types';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
dropdown: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
default: () => {
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
}>, {
|
|
12
|
+
openContextmenu: (item: RouteItem) => void;
|
|
13
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
+
currentContextmenuClick: (...args: any[]) => void;
|
|
15
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
16
|
+
dropdown: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
default: () => {
|
|
19
|
+
x: number;
|
|
20
|
+
y: number;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{
|
|
24
|
+
onCurrentContextmenuClick?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
dropdown: Record<string, any>;
|
|
27
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { RouteItem } from '../../../types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, GlobalComponents, GlobalDirectives } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4
|
+
scrollbarRef: unknown;
|
|
5
|
+
tagsUlRef: HTMLUListElement;
|
|
6
|
+
contextmenuRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
7
|
+
dropdown: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: () => {
|
|
10
|
+
x: number;
|
|
11
|
+
y: number;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{
|
|
15
|
+
onCurrentContextmenuClick?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
openContextmenu: (item: RouteItem) => void;
|
|
18
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
+
currentContextmenuClick: (...args: any[]) => void;
|
|
20
|
+
}, PublicProps, {
|
|
21
|
+
dropdown: Record<string, any>;
|
|
22
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
23
|
+
P: {};
|
|
24
|
+
B: {};
|
|
25
|
+
D: {};
|
|
26
|
+
C: {};
|
|
27
|
+
M: {};
|
|
28
|
+
Defaults: {};
|
|
29
|
+
}, Readonly< ExtractPropTypes<{
|
|
30
|
+
dropdown: {
|
|
31
|
+
type: ObjectConstructor;
|
|
32
|
+
default: () => {
|
|
33
|
+
x: number;
|
|
34
|
+
y: number;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{
|
|
38
|
+
onCurrentContextmenuClick?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
}>, {
|
|
40
|
+
openContextmenu: (item: RouteItem) => void;
|
|
41
|
+
}, {}, {}, {}, {
|
|
42
|
+
dropdown: Record<string, any>;
|
|
43
|
+
}> | null;
|
|
44
|
+
}, HTMLDivElement>;
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
openDialog: () => void;
|
|
4
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5
|
+
ruleFormRef: unknown;
|
|
6
|
+
}, HTMLDivElement>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
import { VxeGridMethods, VxeGridProps, VxeGridEventProps, VxeGridSlots } from 'vxe-table';
|
|
3
|
+
declare const _default: DefineComponent<{}, {
|
|
4
|
+
openDrawer: () => Promise<void>;
|
|
5
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
6
|
+
queryForm: unknown;
|
|
7
|
+
xGrid: ( VxeGridMethods<any> & {
|
|
8
|
+
$props: VxeGridProps<any> & VxeGridEventProps<any>;
|
|
9
|
+
$slots: VxeGridSlots<any>;
|
|
10
|
+
}) | null;
|
|
11
|
+
sendMessageRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
12
|
+
title: StringConstructor;
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
openDialog: (row: any) => void;
|
|
15
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
16
|
+
ruleFormRef: unknown;
|
|
17
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
18
|
+
P: {};
|
|
19
|
+
B: {};
|
|
20
|
+
D: {};
|
|
21
|
+
C: {};
|
|
22
|
+
M: {};
|
|
23
|
+
Defaults: {};
|
|
24
|
+
}, Readonly< ExtractPropTypes<{
|
|
25
|
+
title: StringConstructor;
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
|
+
openDialog: (row: any) => void;
|
|
28
|
+
}, {}, {}, {}, {}> | null;
|
|
29
|
+
}, HTMLDivElement>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
openSearch: () => void;
|
|
4
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5
|
+
layoutMenuAutocompleteRef: unknown;
|
|
6
|
+
}, HTMLDivElement>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
title: StringConstructor;
|
|
4
|
+
}>, {
|
|
5
|
+
openDialog: (row: any) => void;
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
7
|
+
title: StringConstructor;
|
|
8
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
9
|
+
ruleFormRef: unknown;
|
|
10
|
+
}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
openDialog: (row: any) => void;
|
|
4
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { VxeGridMethods, VxeGridProps, VxeGridEventProps, VxeGridSlots } from 'vxe-table';
|
|
3
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4
|
+
searchRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
+
openSearch: () => void;
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
7
|
+
layoutMenuAutocompleteRef: unknown;
|
|
8
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
9
|
+
P: {};
|
|
10
|
+
B: {};
|
|
11
|
+
D: {};
|
|
12
|
+
C: {};
|
|
13
|
+
M: {};
|
|
14
|
+
Defaults: {};
|
|
15
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
16
|
+
openSearch: () => void;
|
|
17
|
+
}, {}, {}, {}, {}> | null;
|
|
18
|
+
onlineUserRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
19
|
+
openDrawer: () => Promise<void>;
|
|
20
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
21
|
+
queryForm: unknown;
|
|
22
|
+
xGrid: ( VxeGridMethods<any> & {
|
|
23
|
+
$props: VxeGridProps<any> & VxeGridEventProps<any>;
|
|
24
|
+
$slots: VxeGridSlots<any>;
|
|
25
|
+
}) | null;
|
|
26
|
+
sendMessageRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
27
|
+
title: StringConstructor;
|
|
28
|
+
}>> & Readonly<{}>, {
|
|
29
|
+
openDialog: (row: any) => void;
|
|
30
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
31
|
+
ruleFormRef: unknown;
|
|
32
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
33
|
+
P: {};
|
|
34
|
+
B: {};
|
|
35
|
+
D: {};
|
|
36
|
+
C: {};
|
|
37
|
+
M: {};
|
|
38
|
+
Defaults: {};
|
|
39
|
+
}, Readonly< ExtractPropTypes<{
|
|
40
|
+
title: StringConstructor;
|
|
41
|
+
}>> & Readonly<{}>, {
|
|
42
|
+
openDialog: (row: any) => void;
|
|
43
|
+
}, {}, {}, {}, {}> | null;
|
|
44
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
45
|
+
P: {};
|
|
46
|
+
B: {};
|
|
47
|
+
D: {};
|
|
48
|
+
C: {};
|
|
49
|
+
M: {};
|
|
50
|
+
Defaults: {};
|
|
51
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
52
|
+
openDrawer: () => Promise<void>;
|
|
53
|
+
}, {}, {}, {}, {}> | null;
|
|
54
|
+
changePasswordRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
55
|
+
openDialog: () => void;
|
|
56
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
57
|
+
ruleFormRef: unknown;
|
|
58
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
59
|
+
P: {};
|
|
60
|
+
B: {};
|
|
61
|
+
D: {};
|
|
62
|
+
C: {};
|
|
63
|
+
M: {};
|
|
64
|
+
Defaults: {};
|
|
65
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
66
|
+
openDialog: () => void;
|
|
67
|
+
}, {}, {}, {}, {}> | null;
|
|
68
|
+
upgradeInfoRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
69
|
+
openDialog: (row: any) => void;
|
|
70
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
71
|
+
P: {};
|
|
72
|
+
B: {};
|
|
73
|
+
D: {};
|
|
74
|
+
C: {};
|
|
75
|
+
M: {};
|
|
76
|
+
Defaults: {};
|
|
77
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
78
|
+
openDialog: (row: any) => void;
|
|
79
|
+
}, {}, {}, {}, {}> | null;
|
|
80
|
+
}, HTMLDivElement>;
|
|
81
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
noticeList: any;
|
|
4
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
5
|
+
noticeList: any;
|
|
6
|
+
}>> & Readonly<{}>, {
|
|
7
|
+
noticeList: any;
|
|
8
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { RouteRecordRaw } from 'vue-router';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
menuList: {
|
|
5
|
+
type: {
|
|
6
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
7
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
8
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
9
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
10
|
+
isArray(arg: any): arg is any[];
|
|
11
|
+
readonly prototype: any[];
|
|
12
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
of<T>(...items: T[]): T[];
|
|
17
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
+
};
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
|
+
menuList: {
|
|
23
|
+
type: {
|
|
24
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
25
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
26
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
27
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
28
|
+
isArray(arg: any): arg is any[];
|
|
29
|
+
readonly prototype: any[];
|
|
30
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
31
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
33
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
+
of<T>(...items: T[]): T[];
|
|
35
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
36
|
+
};
|
|
37
|
+
default: () => never[];
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
menuList: RouteRecordRaw[];
|
|
41
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { RouteRecordRaw } from 'vue-router';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
chil: {
|
|
5
|
+
type: {
|
|
6
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
7
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
8
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
9
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
10
|
+
isArray(arg: any): arg is any[];
|
|
11
|
+
readonly prototype: any[];
|
|
12
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
of<T>(...items: T[]): T[];
|
|
17
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
+
};
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
|
+
chil: {
|
|
23
|
+
type: {
|
|
24
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
25
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
26
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
27
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
28
|
+
isArray(arg: any): arg is any[];
|
|
29
|
+
readonly prototype: any[];
|
|
30
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
31
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
33
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
+
of<T>(...items: T[]): T[];
|
|
35
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
36
|
+
};
|
|
37
|
+
default: () => never[];
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
chil: RouteRecordRaw[];
|
|
41
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { RouteRecordRaw } from 'vue-router';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
menuList: {
|
|
5
|
+
type: {
|
|
6
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
7
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
8
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
9
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
10
|
+
isArray(arg: any): arg is any[];
|
|
11
|
+
readonly prototype: any[];
|
|
12
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
of<T>(...items: T[]): T[];
|
|
17
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
+
};
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
|
+
menuList: {
|
|
23
|
+
type: {
|
|
24
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
25
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
26
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
27
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
28
|
+
isArray(arg: any): arg is any[];
|
|
29
|
+
readonly prototype: any[];
|
|
30
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
31
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
33
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
+
of<T>(...items: T[]): T[];
|
|
35
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
36
|
+
};
|
|
37
|
+
default: () => never[];
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
menuList: RouteRecordRaw[];
|
|
41
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
refreshKey: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: () => string;
|
|
6
|
+
};
|
|
7
|
+
name: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: () => string;
|
|
10
|
+
};
|
|
11
|
+
list: {
|
|
12
|
+
type: ArrayConstructor;
|
|
13
|
+
default: () => never[];
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
16
|
+
refreshKey: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: () => string;
|
|
19
|
+
};
|
|
20
|
+
name: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: () => string;
|
|
23
|
+
};
|
|
24
|
+
list: {
|
|
25
|
+
type: ArrayConstructor;
|
|
26
|
+
default: () => never[];
|
|
27
|
+
};
|
|
28
|
+
}>> & Readonly<{}>, {
|
|
29
|
+
name: string;
|
|
30
|
+
list: unknown[];
|
|
31
|
+
refreshKey: string;
|
|
32
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
33
|
+
iframeRef: HTMLIFrameElement;
|
|
34
|
+
}, HTMLDivElement>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
+
export default _default;
|
package/lib/index.js
CHANGED
|
@@ -148,6 +148,7 @@ exports.hAuths = index$g.hAuths;
|
|
|
148
148
|
exports.useDateTimeShortCust = dateTimeShortCust.useDateTimeShortCust;
|
|
149
149
|
exports.useVxeTable = useVxeTableOptionsHook.useVxeTable;
|
|
150
150
|
exports.FmCloseFull = index$h.FmCloseFull;
|
|
151
|
+
exports.FmLayout = index$h.FmLayout;
|
|
151
152
|
exports.FmLockScreen = index$h.FmLockScreen;
|
|
152
153
|
exports.FmSetting = index$h.FmSetting;
|
|
153
154
|
exports.install = install;
|
|
@@ -60,6 +60,7 @@ exports.hAuths = index$e.hAuths;
|
|
|
60
60
|
exports.useDateTimeShortCust = dateTimeShortCust.useDateTimeShortCust;
|
|
61
61
|
exports.useVxeTable = useVxeTableOptionsHook.useVxeTable;
|
|
62
62
|
exports.FmCloseFull = index$f.FmCloseFull;
|
|
63
|
+
exports.FmLayout = index$f.FmLayout;
|
|
63
64
|
exports.FmLockScreen = index$f.FmLockScreen;
|
|
64
65
|
exports.FmSetting = index$f.FmSetting;
|
|
65
66
|
exports.elSvg = index$1.elSvg;
|
|
@@ -6,16 +6,18 @@ var vue = require('vue');
|
|
|
6
6
|
var pinia = require('pinia');
|
|
7
7
|
require('../../stores/index.js');
|
|
8
8
|
var index = require('../../utils/emit/index.js');
|
|
9
|
+
require('../logo/index.vue.js');
|
|
10
|
+
require('../navMenu/vertical.vue.js');
|
|
9
11
|
var routesList = require('../../stores/routesList.js');
|
|
10
12
|
var themeConfig = require('../../stores/themeConfig.js');
|
|
11
13
|
var tagsViewRoutes = require('../../stores/tagsViewRoutes.js');
|
|
14
|
+
var index_vue_vue_type_script_setup_true_name_layoutLogo_lang = require('../logo/index.vue2.js');
|
|
15
|
+
var vertical_vue_vue_type_script_setup_true_name_navMenuVertical_lang = require('../navMenu/vertical.vue2.js');
|
|
12
16
|
|
|
13
17
|
const _hoisted_1 = { class: "h100" };
|
|
14
18
|
var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
15
19
|
__name: "aside",
|
|
16
20
|
setup(__props) {
|
|
17
|
-
const Logo = vue.defineAsyncComponent(() => Promise.resolve().then(function () { return require('../logo/index.vue.js'); }));
|
|
18
|
-
const Vertical = vue.defineAsyncComponent(() => Promise.resolve().then(function () { return require('../navMenu/vertical.vue.js'); }));
|
|
19
21
|
const layoutAsideScrollbarRef = vue.ref();
|
|
20
22
|
const stores = routesList.useRoutesList();
|
|
21
23
|
const storesThemeConfig = themeConfig.useThemeConfig();
|
|
@@ -136,7 +138,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
136
138
|
class: vue.normalizeClass(["layout-aside", setCollapseStyle.value])
|
|
137
139
|
}, {
|
|
138
140
|
default: vue.withCtx(() => [
|
|
139
|
-
setShowLogo.value ? (vue.openBlock(), vue.createBlock(
|
|
141
|
+
setShowLogo.value ? (vue.openBlock(), vue.createBlock(index_vue_vue_type_script_setup_true_name_layoutLogo_lang.default, { key: 0 })) : vue.createCommentVNode("v-if", true),
|
|
140
142
|
vue.createVNode(
|
|
141
143
|
_component_el_scrollbar,
|
|
142
144
|
{
|
|
@@ -148,7 +150,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
148
150
|
},
|
|
149
151
|
{
|
|
150
152
|
default: vue.withCtx(() => [
|
|
151
|
-
vue.createVNode(
|
|
153
|
+
vue.createVNode(vertical_vue_vue_type_script_setup_true_name_navMenuVertical_lang.default, {
|
|
152
154
|
menuList: state.menuList
|
|
153
155
|
}, null, 8, ["menuList"])
|
|
154
156
|
]),
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
require('./layout.vue.js');
|
|
3
4
|
var index = require('./lockScreen/index.vue.js');
|
|
4
5
|
var settings = require('./navBars/topBar/settings.vue.js');
|
|
5
6
|
require('./navBars/topBar/closeFull.vue.js');
|
|
7
|
+
var layout_vue_vue_type_script_setup_true_name_layout_lang = require('./layout.vue2.js');
|
|
6
8
|
var closeFull_vue_vue_type_script_setup_true_name_layoutCloseFull_lang = require('./navBars/topBar/closeFull.vue2.js');
|
|
7
9
|
|
|
10
|
+
const FmLayout = layout_vue_vue_type_script_setup_true_name_layout_lang.default;
|
|
8
11
|
const FmLockScreen = index.default;
|
|
9
12
|
const FmSetting = settings.default;
|
|
10
13
|
const FmCloseFull = closeFull_vue_vue_type_script_setup_true_name_layoutCloseFull_lang.default;
|
|
11
14
|
|
|
12
15
|
exports.FmCloseFull = FmCloseFull;
|
|
16
|
+
exports.FmLayout = FmLayout;
|
|
13
17
|
exports.FmLockScreen = FmLockScreen;
|
|
14
18
|
exports.FmSetting = FmSetting;
|