@fmdevui/fm-dev 1.0.22 → 1.0.23
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/es/version.css +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/package.json +1 -1
- package/lib/{defaults.css → make-installer.css} +2 -2
|
@@ -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/es/index.mjs
CHANGED
|
@@ -36,7 +36,7 @@ export { PUB } from './packages/core/utils/const/index.mjs';
|
|
|
36
36
|
export { auth, authAll, auths, hAuth, hAuthAll, hAuths } from './packages/core/auth/index.mjs';
|
|
37
37
|
export { useDateTimeShortCust } from './packages/core/hook/dateTimeShortCust.mjs';
|
|
38
38
|
export { useVxeTable } from './packages/core/hook/useVxeTableOptionsHook.mjs';
|
|
39
|
-
export { FmCloseFull, FmLockScreen, FmSetting } from './packages/core/layout/index.mjs';
|
|
39
|
+
export { FmCloseFull, FmLayout, FmLockScreen, FmSetting } from './packages/core/layout/index.mjs';
|
|
40
40
|
|
|
41
41
|
const install = installer.install;
|
|
42
42
|
|
|
@@ -9,7 +9,7 @@ import './utils/index.mjs';
|
|
|
9
9
|
export { auth, authAll, auths, hAuth, hAuthAll, hAuths } from './auth/index.mjs';
|
|
10
10
|
export { useDateTimeShortCust } from './hook/dateTimeShortCust.mjs';
|
|
11
11
|
export { useVxeTable } from './hook/useVxeTableOptionsHook.mjs';
|
|
12
|
-
export { FmCloseFull, FmLockScreen, FmSetting } from './layout/index.mjs';
|
|
12
|
+
export { FmCloseFull, FmLayout, FmLockScreen, FmSetting } from './layout/index.mjs';
|
|
13
13
|
import './types/index.mjs';
|
|
14
14
|
export { elSvg } from './ui/components/svgIcon/index.mjs';
|
|
15
15
|
export { useBaseApi } from './api/base/index.mjs';
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import { defineComponent,
|
|
1
|
+
import { defineComponent, ref, reactive, computed, onBeforeMount, watch, resolveComponent, withDirectives, openBlock, createElementBlock, createVNode, normalizeClass, withCtx, createBlock, createCommentVNode, vShow, unref } from 'vue';
|
|
2
2
|
import { storeToRefs } from 'pinia';
|
|
3
3
|
import '../../stores/index.mjs';
|
|
4
4
|
import emitter from '../../utils/emit/index.mjs';
|
|
5
|
+
import '../logo/index.vue.mjs';
|
|
6
|
+
import '../navMenu/vertical.vue.mjs';
|
|
5
7
|
import { useRoutesList } from '../../stores/routesList.mjs';
|
|
6
8
|
import { useThemeConfig } from '../../stores/themeConfig.mjs';
|
|
7
9
|
import { useTagsViewRoutes } from '../../stores/tagsViewRoutes.mjs';
|
|
10
|
+
import _sfc_main$1 from '../logo/index.vue2.mjs';
|
|
11
|
+
import _sfc_main$2 from '../navMenu/vertical.vue2.mjs';
|
|
8
12
|
|
|
9
13
|
const _hoisted_1 = { class: "h100" };
|
|
10
14
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
15
|
__name: "aside",
|
|
12
16
|
setup(__props) {
|
|
13
|
-
const Logo = defineAsyncComponent(() => import('../logo/index.vue.mjs'));
|
|
14
|
-
const Vertical = defineAsyncComponent(() => import('../navMenu/vertical.vue.mjs'));
|
|
15
17
|
const layoutAsideScrollbarRef = ref();
|
|
16
18
|
const stores = useRoutesList();
|
|
17
19
|
const storesThemeConfig = useThemeConfig();
|
|
@@ -132,7 +134,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
132
134
|
class: normalizeClass(["layout-aside", setCollapseStyle.value])
|
|
133
135
|
}, {
|
|
134
136
|
default: withCtx(() => [
|
|
135
|
-
setShowLogo.value ? (openBlock(), createBlock(
|
|
137
|
+
setShowLogo.value ? (openBlock(), createBlock(_sfc_main$1, { key: 0 })) : createCommentVNode("v-if", true),
|
|
136
138
|
createVNode(
|
|
137
139
|
_component_el_scrollbar,
|
|
138
140
|
{
|
|
@@ -144,7 +146,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
144
146
|
},
|
|
145
147
|
{
|
|
146
148
|
default: withCtx(() => [
|
|
147
|
-
createVNode(
|
|
149
|
+
createVNode(_sfc_main$2, {
|
|
148
150
|
menuList: state.menuList
|
|
149
151
|
}, null, 8, ["menuList"])
|
|
150
152
|
]),
|